1.3 units and data representation Flashcards

1
Q

The binary unit system…

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

A binary digit is known as a…

A

bit

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

Eight bits are known as a…

A

byte

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

A nibble is

A

half a byte or 4 bits

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

how do you calculate image file size?

A

(colour depth) x (image height px) x (image width px)

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

how do you calculate text file size?

A

(bits per character) x (number of characters)

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

how do you calculate sound file size?

A

(sample rate) x (duration of seconds) x (bit depth)

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

four rules that need to be followed when adding two binary numbers:

A

0 + 0 = 0
1 + 0 = 1
1 + 1 = 10 (binary for denary 2)
1 + 1 + 1 = 11 (binary for denary 3)

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

how does overflow occur?

A

Overflow occurs when the result of a calculation requires more bits (place values) than are in the available range.

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