EXERCISE
EXERCISE
EXERCISE
QUESTION 1-5
1) A unit of an abstract mathematical system subject to the laws
of arithmetic.
B) Natural number
2) A natural number, a negative of a natural number, or zero.
QUESTION 6-11
6) 1110011 +11001
A) 10001100
7) 1010101 + 10101
C) 1101010
8) 1111111 + 11111
B) 10011110
9) 1111111 – 111
F) 1111000
10) 1100111-111
D) 1100000
11) 1010110-101
E) 1010001
QUESTION 12 – 17
12. Binary numbers are important in computing because a binary
number can be converted into every other base.
(True)
13. Binary numbers can be read off in hexadecimal but not in octal.
(False)
14. Starting from left to right, every grouping of four binary digits can
be read as one hexadecimal digit.
(true)
15. A byte is made up of six binary digits.
(false)
16. Two hexadecimal digits cannot be stored in one byte.
(false)
17. Reading octal digits off as binary produces the same result
whether read from right to left or from left to right.
(false)
QUESTION 18-47
18. Distinguish between a natural number and a negative number.