Why do computers use binary to represent all forms of data?
Explain the difference between the binary and denary number systems
What are the binary place values for a byte?
128 64 32 16 8 4 2 1
Convert the binary number 10011011 into denary
155
Convert the denary value 156 into binary
10011100
What is the largest value that can be stored in 8 bits?
255
What is the largest value that can be stored in 10 bits?
1023
What would be the effect of shifting the bits 1 place to the left for the binary value 0001 1101
What would be the effect of shifting bits 3 places to the left?
What would be the effect of shifting bits 2 places to the right?
How many bits in a byte?
8
How many bits in a nibble?
4
How many nibbles in 4 bytes?
8
What is a register?
What is hexadecimal?
What are the place values for the hexadecimal value A7F3?
What is the denary value of the hex digit A?
10
What is the denary value of the hex digit E?
14
What is the denary value of the hex digit 7?
7
Convert the hex value AAA to Denary
2730
Convert the following hex values to denary
Convert the hex value CA to Binary
11001010
Convert the following hexadecimal values to binary
Convert the binary value 1111 1010 to hexadecimal
FA