Data structures Flashcards

1
Q

what is a Array

A

fixed size
all items must be of all the same data type
can have 1 or more diemensions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is a Tuple

A

Number of items may grow or shrink

items may be of different data types

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a record

A

Records are structured data stores using a single identifier and organised by attributes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a 1- dimensional array?

A

it will define a set of variables(defined scope)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

2 Dimensional array

A

Allows us to create a structure for references data not by a single position in a list but by co-ordinates of the data(a table)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly