Binary And Logic / Data Questions Flashcards

1
Q

Order the following units from smallest to largest.

GB, bit, PB, byte, nibble, MB

A

bit, nibble, byte, MB, GB, PB

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

Why are transistors used in computers?

A

Transistors are simple yes/no or on/off switches in circuitry used as a pathway to storing data.

They ensure the current stops flowing when it’s set to off.

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

Convert the deanery number 132, into an 8 bit binary number

A

10000100

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

Convert the binary number 11001011 into denary

A

203

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

62 is a deanery value, calculate its value as a hex number.

A

3E

62/16=3 48+14

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

Convert the binary number 10110101 into hexadecimal

A

B5
1011 | 0101
11. 5
B=11

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

Convert the hexadecimal number 3E into binary.

A

48+14
0011 1110

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

Describe a shift that can be used to double the value of the binary number of 1001000

A

A left shift of one

01001000

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