Convert 10 (base 10) to binary.
1010
Convert 15 (base 10) to hexadecimal.
F
1010 + 0101 = ?
1111
Using 8-bit sign-and-magnitude, convert −5 (base 10) to binary.
10000101
Convert ASCII code 01001000 to a character.
H
Convert 1001 (base 2) to decimal.
9
Convert 2F (base 16) to decimal.
47
10000 – 111 = ?
1001
Using 8-bit sign-and-magnitude, convert −32 (base 10) to binary.
10100000
Convert ASCII code 01101001 to a character.
i
Represent 25 (base 10) in binary.
11001
Convert 28 (base 10) to hexadecimal.
1C
0101 × 10 = ?
1010
Using 8-bit two’s complement, convert 11110010 (base 2) to decimal.
−14
Write the ASCII binary code for capital letter “C”.
01000011
Convert 11111 (base 2) to decimal.
31
Convert B4 (base 16) to decimal.
180
1100 ÷ 100 = ?
11
Using 8-bit two’s complement, convert 11011111 (base 2) to decimal.
−33
Write the ASCII binary code for capital letter “M”.
01001101
Represent 75 (base 10) in binary.
1001011
Convert 255 (base 10) to hexadecimal.
FF
10101 + 11100 = ?
110001
Convert 11111111 (base 2) to decimal.
255
Convert ASCII code 01000101 to a character.
E