BSC CSA Assignment 1
BSC CSA Assignment 1
Assignment No 1
1. Simplify the following Boolean function in sum of products form by means of a four
variable map. Draw the logic diagram with (a) AND-OR gates (b) NAND gates (8)
F(A,B,C,D)=∑(0,2,8,9,10,11,14,15)
2. Given the Boolean function (10)
F=xy’z+x’y’z+xyz
(a) List the truth table of the function.
(b) Draw the logic diagram using Boolean expressions.
(c) Simplify the algebraic expression using Boolean algebra.
(d) List the truth table of the function from the simplified expression and show that
it is the same truth table in part(a).
(e) Draw the logic diagram from the simplified expression and compare the total no
of gates with the diagram of part(b).
3. Design a 2-bit count-down counter. This is a sequential circuit with two flip flops and
one input x. When x=0,the state of flip flop does not change. When x=1, the state
sequence is 11,10,01,00,11 and repeat. (8)
4. Explain JK flip flop with diagram and truth table. Also explain its excitation table. (8)
5. Draw the block diagram of a dual 4 to 1 line multiplexer and explain its operation by
means of a function table. (8)
6. The following memory units are specified by the no of words ties the no of bits per
word. How many address lines and input- output data lines are needed in each case?
(a) 2K x 16
(b) 64K x 8
Also specify the no of bytes that can be store in these memories. (8)