What is a parallel binary adder? Design a full adder with truth table, logical expression for output and circuit diagram.
Design a 2-bit synchronous up counter using JK Flip-Flop with state diagram, state transition table, logical expression for input and circuit diagram.
Minimize the following function using K-Map and implement using universal gates: F(A,B,C,D) = Σ(0,2,4,6,8,10,12,14) with don't care condition d(1,3,11)
Attempt any Eight questions
[8×5=40]Given A = 63 and B = 57, perform the following:
(a) A – B using 2's complement
(b) A – B using 9's complement
What is Latch? Explain SR Flip-Flop with its characteristic table and equation.
Implement Boolean function F(A, B, C) = Σ(0,2,3,7) using Decoder and PLA.
Why NAND and NOR gates are called Universal gates? Show that all basic gates can be realized using NAND and NOR gates.
Simplify the Boolean expression F = AB + A(B + C) + B(B + C) using Boolean algebra. Implement the simplified expression using basic gates.
What do you mean by shift register? Explain SISO shift register with block and timing diagram.
Design a 2 to 4 decoder using basic gates. Show how two 2-to-4 decoders can be connected to form a 3-to-8 decoder.
What is Encoder? Design a octal to binary encoder.
Write short notes on:
(a) Magnitude Comparator
(b) Half Adder


