Term 5 - Binary Flashcards

1
Q

How many bits are there in a single Byte?

A

8

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

How many Bytes are in a kiloByte (kB)?

A

1024

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

What are the primary colours of light used for coding pixels?

A

Red, Green and Blue

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

When we looked at data compression what did RLE stand for?

A

Run Length Encoding

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

If two 8 bit numbers are added together and the answer does not fit into 8 bits what is the name for this problem?

A

Overflow error

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

Which three factors affect the size of a sound file?

A

Bit depth, sample rate, number of channels

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

If binary (BIN) is base 2 and denary (DEN) is base 10 what is hexadecimal (HEX)?

A

base 16

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

To the nearest million, how many colours can be made using 24 bit depth for a pixel?

A

16 million

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

What is the name for a compression technique which can perfectly re-create the original file when it is decompressed?

A

lossless

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

Which colour would be represented by the 24 bit value 11111111 11111111 00000000

A

Yellow

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

Which colour would be represented by the 24 bit value 00000000 11111111 11111111

A

Cyan

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

Which colour would be represented by the 24 bit value 11111111 00000000 11111111

A

Magenta

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

Which colour would be represented by the 24 bit value 11111111 11111111 11111111

A

White

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

Which type of sounds would be lost first if the sample rate was decreased during recording?

A

High frequency sounds

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

What would cause an image to be ‘pixelated’?

A

A resolution that is too low

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

Why is hexadecimal used in computing?

A

It is more memorable than binary

17
Q

Put these in order from lowest to highest: Tera, Mega, Giga, Kilo

A

Kilo, Mega, Giga, Tera

18
Q

If we compress data compression when we use RLE what is a ‘run’?

A

Several pieces of data that are the same in a row

19
Q

Is the computerised version of a sound wave analogue or digital

A

Digital

20
Q

In computer images what is colour depth?

A

The number of bits used to store the colour

21
Q

What is the binary number 11001100 in denary?

A

204

22
Q

What is the largest value an 8-bit binary number can hold?

A

255 (11111111)

23
Q

What is the smallest value an 8-bit binary number can hold?

A

0 (00000000)

24
Q

Where does the name bit come from?

A

It means BInary digiT and is formed by compressing parts of the two words.