COP3353 Quiz 3
Fill in the blank. Convert the decimal number 255 into hexidecimal.
ff
Fill in the blank. Convert the following 8-bit two's compliment number into decimal and include either a + or - to indicate if it is positive or negative: 10000000
-128
Fill in the blank. In8 bits, convert the decimal number 204 into binary.( no spaces between the 0's and/or 1's)
11001100
Fill in the blank. Convert the decimal -10 into an 8-bit two's compliment number. Remember the left most bit is a sign bit.
11110110
Fill in the blank. Convert the decimal number 255 into an 8 bit binary number. ( put no spaces between the 0's and/or 1's)
11111111
Fill in the blank. Convert the binary number 10101010 into Decimal
170
Fill in the blank. Convert the decimal number 204 into octal.
314
Fill in the blank. Convert the decimal number 255 to Octal.
377
Fill in the blank. Convert the following 8-bit binary number into Hexidecimal: 10000001
81
Fill in the blank. Convert the decimal number 205 into hexidecimal.
CD