0% found this document useful (0 votes)
30 views2 pages

Question Bank FDE

This document contains 10 sections with questions about digital logic design concepts including number systems, Boolean algebra, combinational logic, sequential circuits, flip-flops, counters, registers and memory. The questions cover topics such as converting between number systems, minimizing logic functions using K-maps, implementing logic with gates, designing adders, multiplexers and decoders, explaining flip-flop operation and characteristics, designing counters and shift registers, and describing RAM basics.

Uploaded by

royal brother
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views2 pages

Question Bank FDE

This document contains 10 sections with questions about digital logic design concepts including number systems, Boolean algebra, combinational logic, sequential circuits, flip-flops, counters, registers and memory. The questions cover topics such as converting between number systems, minimizing logic functions using K-maps, implementing logic with gates, designing adders, multiplexers and decoders, explaining flip-flop operation and characteristics, designing counters and shift registers, and describing RAM basics.

Uploaded by

royal brother
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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