1.6 Organisation of data Flashcards

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

What is a file?

A

A collection of related records stored in the computer and handled as a single unit

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

What is an archive file?

A

A single file that often contains multiple files which allows for easier portability and compression so it takes up less storage space.
These files are for record purpose

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

What is an index file?

A

A file that contains key field data that can be searched quickly with attached addresses which allow access to a large data file

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

What is data processing?

A

The collection and manipulation of items of data to produce meaningful information

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

What is a record?

A

A basic data structure in which data is organised in a collection of fields and each field will hold a single piece of data about a person or thing

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

What is a master file?

A

A very large file which is a collection of records about a main subject such as customers, employees or products. They contain both descriptive (emails, names and addresses) and summary data (amounts due and year to date sales)

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

What is serial file access?

A

Where data items are read in order from where they are physically stored. It doesn’t require data sorting

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

What is sequential file access?

A

Where data items are sorted by (and read) in key field order

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

What is random (direct) file access?

A

When a data item in a file is accessed directly and not in any physical or programmed order

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

What is indexed sequential file access?

A

When an indexes allow direct access to grouped data (e.g. a range 15 - 30) which can be read through sequentially.
Both the index and file must be sorted in order by key field

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

How are master files updated? (4 steps)

A

1) The master and transaction file are INPUT to the system
2) The UPDATE process takes place where the transaction file is compared record by record with the master file. The master file is then updated with any new data records
3) NEW updated master file is outputted
4) Required document (e.g. pay roll slips) is outputted

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

What is batch processing?

A

This is when data is collected and processed in one single operation with no user interaction. Also errors are stored in a file for later use and are not dealt with as they occur.

Batch processing is usually carried out routinely and is not done during peak high demand times

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

What are the contents of a file?

A

Field Name
Data Type
Length
Description

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

How does an insertion sort work?

A

Each item is copied one by one by the sorting algorithm and inserted in the correct place in the output

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