Digital Logic Final Exam
Digital Logic Final Exam
I. Multiple choice
a. Hexadecimal
b. Octal
c. Binary
d. Decimal
II. Short answer (5 marks each )
1. Add and multiply the following numbers without converting them to decimal.
(a) Binary numbers 1011 and 101.
2. Convert each of the following binary numbers to octal, decimal, and hexadecimal
formats.
a. (111011101)2
3. Perform each of the addition operations indicated below.
(a) (1001011)2 + (11101)2
(b) (4556)8 + (1245)8
4. Reduce the following Boolean expressions to the indicated number of literals:
1. A
2. D
3. A
4. B 2B
5. D
6. B
7. A
8. A
9. A
10. B
11. A
1. 10000 , 0110111
2. 477 DECIMAL, 1DD HEXA, 7358 OCTAL
3. A. 1101000 B. 6023
4. A'C' + ABC + AC' C'(A'+A) + ABC C' + ABC or
A'C' + ABC + AC' A'C' + A(BC + C')
A'C' + A(BC + C'(B + B'))
A'C' + A(BC + BC' + B'C'))
5.
6.
7. C B A Q
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 0
1 0 0 0
1 0 1 0
1 1 0 0
1 1 1 1