Cst203 Scheme
Cst203 Scheme
PART A
Answer all questions. Each question carries 3 marks Marks
1 a) (CF8E)16 = (1100111110001110)2 (1.5)
b) (359)10 = (547)8 (1.5)
The first bit (leftmost bit) represents the sign, where 1 indicates a negative
number, and 0 indicates a positive number. The next 15 bits represent the
integer part (in binary), and the last 16 bits represent the fractional part (also in
binary).
3 (A+B)(A+C) = A.A+A.C+A.B+B.C (3)
= A(1+C)+AB+BC
= A.1+AB+BC
= A+AB+BC
=A(1+B)+BC
=A.1+BC
=A+BC
4 Define De Morgan’s Theorem (1.5 marks) (3)
(A+B)′ = (A)′. (B)′
(A.B)′ = (A)′+ (B)′
Reduce the expression F= ((AB)′ + A′ +AB)′ using De Morgan’s Theorem
Answer is F=0 (1.5 marks)
Page 1of 4
08000CST203122301 Pages 4
b) (5)
i) 9’s complement of 812 = 187
Add 9’s complement of 812 to 983
1001 1000 0011 +
0001 1000 0111
---------------------
1011 0000 1010
Add 0110 to Invalid BCD Code in the result
1011 0000 1010 +
0110 0110 0110
-----------------------
0001 0111 0001
Page 2of 4
08000CST203122301 Pages 4
b) F = (A+B′+C)(A+B′+C′)(A+B+C)(A′+B+C)(A+B+C′) (4)
Module 3
15a) Half adder logic diagram with equation (3)
(2)
Full adder characteristic equation
Design of Full adder with 2 half adders. (3)
b) carry look ahead adder circuit diagram for three bit binary addition
(3)
explanation (2)
sum and carry generation and propagation expressions.
(3)
Module 4
17a) State diagram and state table (3)
Characteristic Equation (2)
logic diagram of Synchronous counter (2)
b)
logic diagram (3)
(2)
timing sequence
(2)
Page 3of 4
08000CST203122301 Pages 4
(2)
b) k map
PLA implementation diagram (3)
20a) logic diagram, (2)
(2)
timing sequence
state diagram (2)
explanation of a Johnson counter
(2)
Page 4of 4