1/8
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Define a data structure
Are used by computers as the containers within which data is stored
Why are Data structure used
They are necessary for designing efficient algorithms
What is an array
An indexed set of related elements
What must an array be
Be finite
Be indexed
Only contain elements with the same data type
Example visualisation of a one-dimensional array
Example visualisation of a two-dimensional array
How is information stored in by a computer
As a series of files
What is each file made up of
Records which are composed of fields
Visualisation of File, Records and Fields