File Design Flashcards

(19 cards)

1
Q

Field

A

A single data item that can be grouped together or split

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

Records

A

A collection of related fields.

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

Master file

A

Principal file held by an organisation that stores basic details about crucial aspects of the business

e.g. student details in a school, stock in a supermarket

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

Transaction file

A

Day-to-day information generated from business activities. Used to update master file.

e.g. how many items are sold in a supermarket, to keep track of stocks

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

Serial file

A

in order of when it was added

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

Sequential file

A

in order of a key field

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

Indexed Sequential file system

A

having an index to tell you where files are in a sequential file system

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

Random Access File

A

read or write information anywhere in a file

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

Overflow area

A

When you have two files that need to access the same memory address location.

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

Methods of file security

A

Physical security
File backup
Transaction log
Archiving files
Passwords
Encryption

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

File security types & how they help

Physical security

A

Anything physical to protect a system

Stops unauthorised physical access

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

File security types & how they help

File backup

A

Having a backup of each of your files

Prevents loss of data if something goes wrong

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

File security types & how they help

Transaction log

A

A log of everything happening on a computer

Allows you to check what happened if something goes wrong

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

File security types & how they help

Archiving files

A

Saving storage space by keeping important files that are out of use on a separate device

Stops you having to delete old files to make room for new ones

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

File security types & how they help

Passwords

A

Allows permitted access to only certain individuals

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

File security types & how they help

Encryption

A

Prevents hackers being able to understand any stolen data

17
Q

Data Validation

A

Checks that the data is acceptable using:

Presence
Range
Type
Format
Look-up
Length
Check Digit

18
Q

Data Verification

A

Checking that data has been transcribed properly using:

Screen verification (proof reading)
Double entry

19
Q

ERD

Entity Relationship Diagram

A

Diagram used to illustrate a system and the entities and relationships within