4. Organisation And Structure Of Data Flashcards

1
Q

Define key field

A

Unique item of data used to identify the individual record

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

What is data verification

A

Used to check data has been copied correctly from original document

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

What is data validation

A

Used to check data entered is sensible

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

Examples of validation checks

A

☑️ range check
☑️ type check
☑️ length check
☑️ format check
☑️presence check
☑️lookup list
☑️check digit

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

Examples of verification checks

A

☑️visual verification
☑️double data entry

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

What is metadata

A

Information about the file stored along with it

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

Metadata examples

A

Size of image
Image dimensions
Camera used
Image’s exposure

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

2 common character sets

A

ASCII
Unicode

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

Describe ASCII

A

Contains a limited number of characters but doesn’t use many bits

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

Describe Unicode

A

Has more characters than ASCII but uses more memory

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

Why are character sets used

A

Files can be sent between computers and understood and decoded

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

Data type of a record

A

Can contain multiple data types

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

Data type of an array

A

Contains only one data type

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

Base10/denary numbers 0-16 in Hexadecimal

A

0-9 = same as base10
10 = A –> 15 = F 16 = 10

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

Explain the concept of overflow

A

When bits disappear to the left and right in shift operations & addition, computers have special registers to note these overflows. Bits known as flags are set to remind the computer an overflow has occurred - keeps calculations accurate

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

Bitmap graphics definition

A

Made up of pixels. Larger graphics = more pixels needed to maintain quality

17
Q

What happens when bitmaps are enlarged/scaled up

A

Quality is lost - known as pixelation

18
Q

Vector graphics definition

A

Consist of equations that describe relative distance of a point from a point of origin
Can be enlarged to any size without loss in quality
less storage space

19
Q

How does sampling sound work

A

Sample of amplitude at a specific time recorded as a binary number

20
Q

Greater samples per second (Hz) = ?

A

Better sound quality
More storage space

21
Q

Integer

A

Whole number positive or negative

22
Q

Boolean

A

One of two values e.g. True/False, Male/Female

23
Q

Real

A

Include rational and irrational numbers - fractions, integers and irrational numbers, positive and negative

24
Q

Character

A

a single character “f”

25
Q

String

A

A sequence of characters