Storing Data Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a record?

A

A data structure used to store data values
Fixed in length

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

What makes records different to arrays?

A

Records can store different data types

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

What is each item in a record called?

A

A field

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

What is each field given?

A

Data type
Field name

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

What can you do when you create a record?

A

Add a data type and name to each field
can assign it to variables

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

When are Arrays useful?

A

When you have multiple variables with same record structure

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

What is used at the start and end of a record?

A

‘record’
‘endrecord’

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