Question Bank FDE

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

1. (a) Convert the octal number (9432.763)8 into the decimal form.

(b) Simplify the Boolean expression using K-map:

f = ∑m (1,3,5,7)

(c) Simplify the following expression using Boolean algebra.

𝐵𝐶 + 𝐴𝐶̅ + 𝐴𝐵 + 𝐵𝐶𝐷

(d) Implement AND and OR logic using NAND gate.

2. (a) Realize the full adder using minimum number of NAND gates.

(b) Realize the given logic function using 4:1 MUX.

F (A, B, C, D) = ∑m (0,3,4,7,9,13,15)

(c) Design a combinational circuit that converts 4-bit gray code to 4-bit straight binary
number using EX-OR gates.

3. (a) Draw and explain the working of clocked JK flip-flop.

(b) What is a race around condition? How is it avoided in JK flip-flop? Explain.

(c) Realize T flip-flop from D flip-flop.

4. (a) Explain the operation of 8-bit ring counter with state diagram and logic diagram.

(b) Design a synchronous counter that goes through states 0,1,2,3,4,5,6,7,8,9 using JK
flip-flop.

5. (a) Draw and explain the operation of the 3-bit parallel-in-parallel-out shift register.

(b) Draw and explain the basic cell of static RAM.

6. (a) Convert the hexadecimal number (2002.A3)16 into the decimal form.

(b) Simplify the Boolean function using K-map.

f = ∑m (0,1,2,3,8,9,10,11)

(c) Simplify the following expression using Boolean Algebra.


𝐴𝐵𝐶 + 𝐴𝐵̅ 𝐶 + 𝐴 𝐵 ̅𝐶

(d) Implement AND and OR logic using NOR gate.

7. (a) Realize the full adder using minimum number of NOR gates.

(b) Realize the given logic function using 8:1 MUX.

F (A, B, C) = ∑m (1,2,4,5)

(c) Design a combinational circuit that converts 4-bit binary code to 4-bit Gray code
using EX-OR gates.

8. (a) Draw and explain the working of clocked SR flip-flop.

(b) What is indeterminate condition in SR flip-flop? How is it avoided? Explain.

(c) Realize JK flip-flop from D flip-flop.

9. (a) Explain the operation of 4-bit ring counter with state diagram and logic diagram.

(b) Design a synchronous decade up counter using T flip-flop.

10. (a) Draw and explain the operation of the 3-bit parallel-in-serial-out shift register.

(b) Draw and explain the basic cell of dynamic RAM.

You might also like