records Flashcards

1
Q

What is a data structure?

A

It is a collection of values stored under one identifier.

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

What is a record?

A

It is a data structure with a number of fields which can all be different types.

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

What are the reasons for using records?

A
  • You can refer to individual items of data.
  • They make the code easier to read
  • They make the code easier to maintain and update.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly