Number Systems Quiz
Number Systems Quiz
• a) 1260010
• b) 12.610
• c) 10.2610
• d) 11111102
2.Which of the following decimal numbers is equivalent to the highest value that can be held in an 8-bit binary register using
unsigned binary?
• a) 127
• b) 256
• c) 65536
• d) 255
• a) 58
• b) 39
• c) 310
• d) 49
4.Refer to Fig. 1.7.1.Which of the tables correctly describes the rules of binary addition?
• a)
• b)
• c)
1
• d)
• a) 000110012
• b) 000101012
• c) 001100012
• d) 000011012
6.What is the result of adding 710 and −410 using 8 bit signed binary notation?
• a) 100000112
• b) 000010112
• c) 100010112
• d) 000000112
7.What is the widest range of decimal numbers that can be written in 8 bit signed binary notation?
• a) −127 to +127
• b) −0 to +256
• c) −128 to +128
• d) −256 to −1
8.End around carry is used to correct the result of additions in which of the following number systems?
• d) Excess 3 BCD
• a) 1101bcdxs3
• b) 0010bcdxs3
• c) 1000bcdxs3
• d) 1010bcdxs3
10.Which of the following Twos Complement binary numbers is equivalent to −75 10?
2
• a) 11001011
• b) 01001100
• c) 11001100
• d) 10110101