Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 1 out of 3 pages
Lecture notes

1.5 Data Structures

Document preview thumbnail
Preview 1 out of 3 pages

Full notes for module 1.5 Data Structures

Content preview

AS Computing
Unit 1.5 Data Structures
What is a data structure?
A data structure is a collection of data items stored in memory, in addition a number of operations
are provided by the software to manipulate that data structure.
So, why do we use them?

Take the code block shown here:

The problem with this piece of code is
that the program will only store the last
name and mark entered. This is
because each name and mark is stored
in the same variable and every time a
new piece of data is entered the old
one is overwritten.
To perform this task properly we would
use a one-dimensional array.


So, instead of setting up 5 separate variables we can create one array to hold all of the data entered.
So you would have an index with 5 elements and each array element would refer to the respective
piece of data. Array element numbers start at 0, so, the first piece of data in the array could be
retrieved by: array (0).

One Dimensional Arrays

The arrays so far have been called one dimensional because they can be represented as linked cells
stretched out in a one dimensional line in the following ways:




Array(0) Array(1) Array(2) Array(3) Array(4)



Or like this:



Index 0 1 2 3 4
Stored Value




Page |1 Luca Passariello AS Computing

Connected book
 image
Alistair Surrall, Adam Hamflett A Level Comp 2 Computer Science WJEC/Eduqas
Publisher: Unknown ISBN: 9781108412728 Edition: Unknown

Document information

Study Level
Uploaded on
June 11, 2019
Number of pages
3
Written in
2016/2017
Type
Lecture notes
Professor(s)
Unknown
Contains
All classes
£5.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Sold
2
Followers
2
Items
24
Last sold
3 year ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these revision notes.

Didn't get what you expected? Choose another document

No problem! You can straightaway pick a different document that better suits what you're after.

Pay as you like, start learning straight away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and smashed it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions