Topic 1a : Structures and Links (Databases) Flashcards

1
Q

A database is a

A

structured collection of information on people or things.

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

Databases are made up of;

A

fields, records and files

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

A field stores

A

one piece of data about a person or an object.E.G. telephone number

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

A record stores

A

The data on one person or object in the file. E.G. Information on one pupil in a school

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

A file is

A

A collection of Records

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

A flat file database is a

A

database structure which has only one table containing all the fields and the data they hold

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

A relational database

A

has more than one table.

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

1 advantage of a relational database is

A

that is ensures data is only entered and stored once

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

2nd advantage of a relational database is that it

A

removes the possibility of data duplication and inconsistency

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

3rd advantage of relational database is

A

All tables containing the data are linked

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

Person’s name or address is an example of what field type ?

A

Text

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

Someone’s annual salary is an example of what field type?

A

Number

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

Someone’s D.O.B. is an example of what field type?

A

Date

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

An appointment time is an example of what field type?

A

Time

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

An image of the pupil in school records is an example of what field type?

A

Graphics

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

Monthly salary = annual salary/12 is an example of what field type

A

Calculated

17
Q

A field containing a link to files on your computer or a network or location on the internet is an example of what field type?

A

Link

18
Q

A field designed to store a value of 1 or 0, or with a yes/no option is an example of what field type?

A

Boolean

19
Q

A key field does what?

A

Uniquely identifies each record in the database e.g. Scottish Candidate Number

20
Q

A foreign key does what?

A

Sets up links between 2 tables in a database. It is a field that will appear in both table.

21
Q

Validation is when you

A

check to make sure the correct type of data is being entered into a field

22
Q

Field Length checks that

A

the correct number of either numbers or characters have been entered into a field.

23
Q

Range checks that the number entered in a field

A

falls between a minimum and maximum value.