data representation Flashcards

1
Q

name of data in order

A

bit, nibble, byte, kilobyte, megabyte, gigabyte, terabyte, petabyte

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

how many bits are in a nibble and a byte

A

4 bits and 8 bits

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

what does 0 + 0, 1 + 0, 1 + 1 equal to

A

0, 1, 10

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

which direction does the binary shift to multiply and divide

A

left and right

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

if a number shifts 3 places right and 4 places left what happens to the number

A

halves 3 times ( divided by 2 to power of 3 = 8)
doubles 4 times ( multiplied by 2 to power of 4 = 16)

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

what denary number means A in hex

A

10

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