Section Seven: Data Representation Flashcards

1
Q

Overflow

A

When you get a result that requires more bits than the CPU is expecting during binary arithmetic
Bits overflowing can lead to loss of accuracy/data

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

Binary Shift

A

Moves every bit in a binary number left or right a certain number of places
Left muLtipLy
RIght dIvIde

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

Why programmers prefer to use hex

A

Easier to remember large numbers
Less chance of input errors
Easier to convert to binary

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

Character set

A

Collections of characters that a computer recognises from their binary representation

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

Colour depth

A

Number of bits used for each pixel

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

Resolution

A

Density of pixels in an image

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

Metadata

A

The information stored in an image file which helps the computer recreate the image on screen from the binary data in each pixel.
E.g. File’s format, height, width, colour depth, resolution

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

Sampling intervals

A

The gaps between each of the points where the analogue recording is sampled

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

Sampling frequency

A

The amount of samples taken per second (KHz)

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

Bit rate + equation

A

The number of bits used per second of audio

Bit rate = sampling frequency x sample size

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

Data compression

A

Making file size smaller while trying to make the file size as true to the original as possible

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

Lossy Compression

A

Permanently removes data from the file

Limits the number of bits the file needs

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

Lossless Compression

A

Temporarily removes data to store the file then restoring it to its original state when its opened

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