What is the base of the binary number system?
What digits are used for hexadecimal (the range 0 to....)?
Which base is our everyday denary system?
E in denary from hexadecimal is....
Convert binary 1010 (4-bit) to denary.
Convert denary 13 to 4-bit binary.
Convert binary 11010101 (8-bit) to denary.
Convert denary 154 to 8-bit binary.
Convert binary 101001001(9-bit) to denary.
Convert denary 255 to hexadecimal
Convert binary 11010110 to hexadecimal.
Convert hexadecimal 2A to denary.
Convert hexadecimal 3F to binary (8-bit).
Convert binary 101100101111 (12-bit) to hexadecimal.
0110
+ 0011
1101
+ 0110
10101010
+ 01010101
11110000
+ 00010001
Convert -8 using 2's complement - using 8 bits
Convert +4 using 2's complement - using 8 bits
Convert -61 to binary using 2's complement (8-bit)
Convert 2's complement binary 1001 (4-bit) to denary
Perform a 1-bit left shift on 00001111
Perform a 2-bit right shift on 10110000
What is the effect of a left shift by 1 bit on a binary number?