Binary And Logic / Data Questions Flashcards
Order the following units from smallest to largest.
GB, bit, PB, byte, nibble, MB
bit, nibble, byte, MB, GB, PB
Why are transistors used in computers?
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.
Convert the deanery number 132, into an 8 bit binary number
10000100
Convert the binary number 11001011 into denary
203
62 is a deanery value, calculate its value as a hex number.
3E
62/16=3 48+14
Convert the binary number 10110101 into hexadecimal
B5
1011 | 0101
11. 5
B=11
Convert the hexadecimal number 3E into binary.
48+14
0011 1110
Describe a shift that can be used to double the value of the binary number of 1001000
A left shift of one
01001000