Section 1 Flashcards

1
Q

Table

A

A collection of records organised by rows and columns

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

Foreign key

A

A primary key in one table that allows one table to be linked to another

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

Record

A

A single row in a table that has a collection of data

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

Referential Integrity

A

A way of making sure that redundant data isn’t entered into the database

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

Normalization

A

Where data is normalised to minimise redundancy of data and to make databases easier to maintain

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

1NF

A
  • Atomized data
  • No repeated fields
  • Dependent on the primary key
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Data

A

Raw facts that have no meaning

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

Information

A

Taking the data and processing it by adding

Data+Structure+Context+Meaning

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

Knowledge

A

Taking information and manipulating it with a set of rules

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

Alphanumeric

A

Consists of letters and numbers

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

Real

A

A numerical data type that includes decimals

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

Integer

A

A numerical data type that is a whole number

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

Text/String

A

An alphanumeric data type that can be characters or symbols

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

Date/Time

A

A data type that uses a combination of numbers to represent the date or time

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

Direct data

A

Data that is used for a purpose other than the reason it was collected

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

Indirect data

A

Data that is used for a purpose other than the reason it was collected

17
Q

Static information source

A

An information source which cannot, or is unlikely to, be updated
e.g newspaper

18
Q

Dynamic information source

A

An information source that is frequently updated

e.g websites

19
Q

GIGO

A

[G]arbage [I]n = [G]arbage [O]ut

Means that if all of the data input is not very good then the information coming out will not be very good

20
Q

Encoding data

A

Taking original data and storing it in a different representation by putting the data into code