file organisation Flashcards

(8 cards)

1
Q

what is a file

A

a specific piece of information or data element in a record.

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

record

A

a collection of related data elements or fields that are grouped together.

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

what is a fixed length feild

A

this allocates the same amount of space for each piece of data to be stored. if the file exceeds this space the stored value will be truncated. if the field has less than the maximum length unit will be padded to fill any remaining space.

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

variable length feild

A

these store only the characters that are needed without any padding this takes up less space.

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

what is serial file access

A

a method of accessing data in which blocks are read from a storage medium in the physical order they occur until the required item is reached.

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

what is sequential access

A

accessing data in one record at a time from the beginning of the file to the end sorted in some order

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

what is indexed sequential access

A

allows records to be accessed sequentially by help of an index

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