File Organisation And Access Flashcards

Memorize

1
Q

What is a field

A

a field contains a single data item many fields comprise a record

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

what is a record

A

A record is a collection of related data fields

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

What is a data file

A

A data file is a collection of records holding the same type of information but about different objects

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

Characteristics of a file

A

1) it can be permanent or temporary
2) the records of files are organized on secondary storage

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

Master file

A

A master file is a permanent file that is kept up to data. it has 2 types of data permanent and temporary

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

Transaction file

A

A transaction file is a temporary file used to update a master file

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

Primary Key

A

a primary key is a field in the record whose value is unique to that record

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

Serial Access method

A

A method of access to data in which blocks are read from the storage medium in the physical order in which they occur, until the required item is reached
e.g tape disk

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

Sequencial Access Method

A

All Records Must be Read before deleting or amending. Records must be added in correct position

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

Random Access Method

A

Records can be accessed from any location within the file Without having to read through the entire file

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

Direct access Method

A

Records can be accessed directly by using the physical location within the file

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