Topic 2 Data Flashcards

2.1 (178-191), 2.2 (192-201), 2.3 (202,204)

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

How many colours can be represented using four bits

A

16 colours

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

How many colours can be represented using 24 bits (3 bytes)

A

over 16 million colours.

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

How do you work out how many colours can be represented (bit patterns)?

A

2number of bits

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

What is a signed number?

A

A format of number that can has a range of neg and pos values.

with a range of -127 to +128 (when 1 byte)

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

What is an unsigned number?

A

A format of number that only has non-neg values.

that ranges from 0 to 256 (when 1 byte)

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