Keywords 1 - Data Representation Flashcards

1
Q

Data

A

Numbers, symbols or alphanumeric characters in their raw format before processing

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

Analogue

A

The smooth stream of data that our senses process on a daily basis, such as a sound wave

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

Digital

A

Data represented in the values 1 and 0 that a computer can process

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

Denary

A

A system of number with a base of 10. Each unit used increases by the power of 10.

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

Binary

A

A system of number with a base of 2. Each unit used increases by the power of 2.

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

Register

A

A small piece of memory where values can be held

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

Hexadecimal

A

A system of number with a base of 16. Each unit used increases by the power of 16.

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

Debug

A

Finding and fixing errors and problems in a program

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

Bit

A

Short for Binary digIT, this is the smallest unit of data in a computer (0 or 1)

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

Byte (B)

A

8 bits

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

Kilobyte (KB)

A

1024 bytes

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

Megabyte (MB)

A

1024 KB

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

Gigabyte (GB)

A

1024 MB

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

Terabyte (TB)

A

1024 GB

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

Petabyte (PB)

A

1024 TB

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

Character

A

Text, numbers and symbols, for example each key on a keyboard

17
Q

ASCII

A

8 bit system to represent characters in memory (max 256 characters)

18
Q

Unicode

A

16 bit system to represent characters in memory (max 65,536 characters)

19
Q

Pixel

A

A single dot on an image

20
Q

Metadata (images)

A

Tells the computer information about the image, such as its resolution

21
Q

Resolution

A

The size of an image in pixels, with width and height

22
Q

Sampling

A

Digital sound is recorded at set timed intervals by taking a sample of the sound, measured in Hertz

23
Q

Hertz

A

The sample rate; 1 hertz = 1 sample per second

24
Q

Data compression

A

The bit structure of a file is manipulated to reduce the file size

25
Q

Algorithm

A

A step-by-step set of instructions

26
Q

Lossy compression

A

Data deemed unnecessary is permanently removed during file compression (Lossy)

27
Q

Lossless compression

A

A compression method in which no data is lost (Lossless)