210 - EC8392, EC6302 Digital Electronics - Question Bank
210 - EC8392, EC6302 Digital Electronics - Question Bank
210 - EC8392, EC6302 Digital Electronics - Question Bank
QUESTION BANK
PART A
Q.
Questions BT Level Domain
No
1. State De-Morgan’s theorem and mention its use. BTL 1 Remembering
2. Express the function Y A BC in canonical POS. BTL 3 Applying
3. Convert the given decimal numbers to their binary equivalent
BTL 2 Understanding
108.364, 268.025.
4. Why totem pole outputs cannot be connected together? BTL 1 Remembering
5. Simplify the following Boolean expression into one literal.
BTL 4 Analyzing
W’X(Z’+YZ) + X(W+Y’Z).
6. Convert (115)10 and (235)10 into hexadecimal numbers. BTL 2 Understanding
7. Define ‘Minterm’ and ‘ Maxterm’. BTL 1 Remembering
8. Draw an active high tri-state Gate & write its truth table. BTL 3 Applying
9. Show how to connect NAND gates to get an AND gate and
BTL 2 Understanding
OR gate?
10. State Distributive law and Duality principle. BTL 1 Remembering
11. What is meant by Prime Implicant and Essential prime
BTL 1 Remembering
implicants?
12. Find the minimized Boolean expression of this function
BTL 1 Remembering
F=XY+X(Y+Z) +Y(Y+Z).
13. Implement the given function using NAND gates only.
F(X, Y, Z) = m(0,6) .
BTL 6 Creating
www.BrainKart.com
Click Here for Digital Electronics full study material.
17. Implement Y= (1,4,5,6,7) in SOP form using AOI logic. BTL 6 Creating
18. Determine the Boolean expression for the output of the system
shown in figure.
BTL 5 Evaluating
19.
Interpret the truth table of EX- OR gate. BTL 2 Understanding
www.BrainKart.com
Click Here for Digital Electronics full study material.
BTL 4 Analyzing
11. (i) Given Y(A,B,C,D)= M (0,1,3,5,6,7,10,14,15) , Draw the
K-Map and Obtain the simplified expression. Design the
minimum expression using basic gates. (8)
BTL 6 Creating
(ii) Construct the expression Y (A, B, C) = M (0,2,4,5,6) using
Only NOR-NOR logic. (5)
www.BrainKart.com
Click Here for Digital Electronics full study material.
12. What are the advantages of using tabulation method? Develop the
following Function using Tabulation method
F= (1,2,3,7,8,9,10,11,14,15) and implement using only NAND BTL 3 Applying
(13)
13. i. Convert (725.25)8 to its decimal, binary and Hexadecimal
equivalent. (6)
ii. Find 1’s and 2’s Complement of 8 digit binary numbers BTL 2 Understanding
10101101 (7)
PART C
1. Design the given function using Prime implicant method and
Verify your result using K map F= m(0,1,2,4,5,6,8,9,12,13,14) BTL 6 Creating
(15)
2. A staircase light is controlled by two switches , one is at the top
of the stairs and the other is at the bottom of the stairs :
i. Make a truth table for this system. (3)
ii. Write the logic function in SOP form. (3) BTL 5 Evaluating
iii. Realize the circuit using AOI logic. (4)
Realise the circuit using minimum number of NAND and
NORgates. (5)
www.BrainKart.com
Click Here for Digital Electronics full study material.
www.BrainKart.com
Click Here for Digital Electronics full study material.
5. (i) Draw the logic diagram of a 2-bit by 2-bit binary multiplier and explain
its operation. (6) BTL 3 Applying
(ii) Realize F(w, x, y, z)= Σ (1,4,6,7,8,9,10,11,15) using 8 to 1 Multiplexer. BTL 2 Understanding
(7)
6. (i) Realize a circuit to carryout both addition and subtraction. (7)
(ii) Deduce the design of a 1:8 demultiplexer circuit. (6) BTL 2 Understanding
7. How would you design
(i) Full adder using demultiplexer. (7) BTL 1 Remembering
(ii) Serial binary adder. (6) BTL 4 Analyzing
8. Illustrate BCD to excess 3 code converter using minimum number of NAND
gates. (13) BTL 2 Understanding
9. (i) Explain the working and draw the logic diagram of Binary to
Octal decoder. (6) BTL 1 Remembering
(ii) How would you design BCD to Gray code converter. Use don’t care. (7)
10. (i) Demonstrate 4-bit magnitude comparator with three outputs:
A>B, A=B and A<B. (7) BTL 2 Understanding
(ii) Build a 4-bit Priority Encoder circuit using gates. (6) BTL 3 Applying
11. (i) Give a combinational circuit that converts 4 bit Gray Code to a 4 bit
BTL 1 Remembering
binary number. Implement the circuit. (8)
(ii) Develop a Full adder using decoder. (5) BTL 3 Applying
12. (i) How would you design a 3:8 decoder using basic gates? (7) BTL 1 Remembering
(ii) How would you design a binary to gray code convertor? (6) BTL 4 Analyzing
13. (ii) Describe the design of Binary Multiplier using Shift Add method.
(6)
(ii) Show the design of excess 3 to BCD code converter using minimum BTL 1 Remembering
number of NAND gates (7)
14. (i) Estimate the logic diagram of BCD-Decimal decoder and explain its
operations. (7)
(ii) Interpret the design of a BCD to seven segment decoder with neat BTL 5 Evaluating
diagrams. (6)
PART C
1. With necessary diagrams, explain in detail about the working of a 4-bit look
ahead carry adder. Also mention its advantages over conventional adder.(15) BTL 5 Evaluating
www.BrainKart.com
Click Here for Digital Electronics full study material.
3. Construct 4-bit binary multiplier and divider and explain its operation with
suitable example. (15) BTL 6 Creating
4. (i). Design an even parity generator that generates an even parity bit for
every input string of 3 bits. (10) BTL 6 Creating
(ii). Explain the need of Parity Checker circuit with necessary diagrams. (5)
www.BrainKart.com
Click Here for Digital Electronics full study material.
Point out two differences between edge triggering and level triggering in
17. BTL 4 Analyzing
sequential circuits.
18. Explain about D-Latch with truth table. BTL 2 Understanding
How many flip-flops are required to build a binary counter that counts from
19. BTL 2 Understanding
0 to 1023?
20. Draw the state diagram for removing lockout in Counters. BTL 1 Remembering
PART – B
1. How would you design the Sequential circuit has three flip flops A, B, and
C; one input X_in ; and one output Y_out. The state diagram is shown in
below figure. The circuit is to be designed by treating the unused states as
don’t care conditions. Analyze the circuit obtain from the design to
determine the effect of the unused states. Use T flip flops in the design. (13)
BTL 1 Remembering
2. (i) Compare the diagram of a 4-bit SISO SIPO, PIPO and PISO shift
register and draw its waveforms. (8) BTL5 Evaluating
(ii) Realize D flip-flop using SR flip-flop. (5) BTL 2 Understanding
www.BrainKart.com
Click Here for Digital Electronics full study material.
4. (i) Examine the number of state reduction in the following state table,
and tabulate the reduced state table. (7)
BTL 4 Analyzing
6. (i) Show the operation of universal shift register with neat block diagram. BTL 1 Remembering
(7)
(ii) Estimate the design a counter to count the sequence 0, 1, 2, 4, 5, 6 BTL 5 Evaluating
,…..using SR FF’s. (6)
www.BrainKart.com
Click Here for Digital Electronics full study material.
7.
(i) Interpret design of a 3 bit synchronous counter using JK flip-flop.
(10) BTL 3 Applying
(ii) Differentiate between a state table, characteristic table and an BTL 2 Understanding
excitation table for D Flip Flop. (3)
8. How would you describe the design of following:
(i) Synchronous counter with states 0, 1, 2, 3, 0, 1, ..... using JK flip flop.
(7) BTL 1 Remembering
(ii) Write short notes on Mealy and Moore sequential circuits . (6)
9. (i) Use T flip-flop to design counter with the following repeated binary
sequence 0, 4, 7, 2, 3. (8) BTL 2 Understanding
(ii) Realize JK Flip Flop using SR Flip Flop (5) BTL 2 Understanding
10. (i) Illustrate with diagram an asynchronous decade counter & its
operation with neat waveforms. (7) BTL 1 Remembering
(ii) Predict the design of a synchronous 3-bit counter which counts in the BTL 2 Understanding
sequence 1, 3, 2, 6, 7, 5, 4, (repeat ) 1, 3..... using T FF . (6)
11. Using SR flipflops design a parallel counter which counts in the sequence
000,111,101,110,001,010,000,… (13) BTL 6 Creating
12. (i) Discuss in detail about the pulse- triggered S-R Flip Flop with
necessary diagrams. (7)
(ii) Deduce a clocked synchronous sequential machine using T flip flops
for the following state diagram. Use state reduction if possible .Also
use straight binary state assignment. (6) BTL 2 Understanding
BTL 4 Analyzing
13. (i) Using D flip-flop, Design a synchronous counter which counts in the
sequence 000,001,010,011,100,101,110,111,000. (10) BTL 3 Applying
(ii) Discuss the working of 4 bit Johnson counter with neat diagram. (3) BTL 1 Remembering
14. (i) Point out a sequence detector design which detects the sequence BTL 4 Analyzing
01110 using D flip flop. (7) BTL 1 Remembering
www.BrainKart.com
Click Here for Digital Electronics full study material.
BTL 5 Evaluating
Stable and Unstable states, output specifications, cycles and races, state reduction, race free assignments,
Hazards, Essential Hazards, Pulse mode sequential circuits, Design of Hazard free circuits.
PART A
BT
Q. No Questions Domain
Level
1. Mention the steps for the design of asynchronous sequential circuit? BTL 1 Remembering
2. Classify Asynchronous sequential circuits. BTL 2 Understanding
Bring out the difference between fundamental mode and pulse mode
3. sequential circuits BTL 4 Analyzing
www.BrainKart.com
Click Here for Digital Electronics full study material.
12. Compile fundamental mode and pulse mode asynchronous sequential BTL 6 Creating
circuits.
13. Analyze the causes of essential Hazard. BTL 4 Analyzing
14. Construct a combinational Hazard free circuits. BTL 6 Creating
15. Explain the analysis procedure of asynchronous sequential circuits. BTL 5 Evaluating
16. List the different techniques used in State assignment. BTL 1 Remembering
17. Model a Stable circuit and give one example. BTL 3 Applying
Identify the types of Hazards that exist in asynchronous sequential
18. BTL 1 Remembering
circuits.
Interpret critical race and give the methods for critical-race free state
19. BTL 5 Evaluating
assignment.
20. How can a race in digital circuits can be avoided? BTL 1 Remembering
PART – B
1.
Design an asynchronous sequential circuit with 2 inputs T and C. The
output attains a value of 1 when T=1 and C moves from 1 to 0. BTL 6 Creating
Otherwise the output is 0. (13)
2. (i) What are the types of hazards? Check whether the following circuit
contains a hazard or not Y = X1X2 + X2′X3.If the hazard is present,
BTL 1 Remembering
Demonstrate its removal. (13)
Y= X1X2+(X1+X2) Y, Z=Y.
www.BrainKart.com
Click Here for Digital Electronics full study material.
4. (i) What is a Hazard? Give hazard free realization for the following
BTL 1 Remembering
Boolean function. F (A, B, C, D) = ∑m (1,5,6,7) using AND- OR
gate network . (10)
(ii) Define Essential Hazards (3)
5. (i) Summarize the design procedure for a asynchronous sequential
circuit. (10) BTL 2 Understanding
(ii) Derive the state table of serial binary adder. (3)
6. Find a circuit that has no static hazards and implements the
11.
Explain with neat diagram the different hazards and the
way to eliminate them. (13) BTL 3 Applying
13. Classify the methods of Race Free State assignment and explain in
BTL 2 Understanding
detail. (13)
14. Design an Asynchronous sequential circuit with input A and B and an output
Y. Initially at any time if both the inputs are 0, the output, Y=0 . When A or B
= 1, Y =1. When the other input also become 1, Y=0. The output stays at 0
BTL 3 Applying
until circuit goes back to initial state.
(13)
www.BrainKart.com
Click Here for Digital Electronics full study material.
PART – C
1. Design a asynchronous sequential circuit with two inputs X and Y and
with one output Z. Whenever Y is one, input X is transferred to Z. When
BTL 6 Creating
Y is zero, the output does not change for any change in X.
(15)
2. Design a asynchronous D- type latch with two inputs C and D and BTL 5 Evaluating
output Q. Assume fundamental mode of operation. (15)
3. Assess a circuit with primary inputs A and B to give an output Z equal
to 1 when A becomes 1 if B is already 1. Once Z = 1 it will remain so
until A goes to 0. Draw timing diagram, state diagram, Primitive flow
table for designing the circuit. BTL 6 Creating
(15)
4. Construct an asynchronous circuit that will output only the first pulse
BTL 5 Evaluating
received and will ignore other pulses. (15)
www.BrainKart.com
Click Here for Digital Electronics full study material.
Basic memory structure – ROM -PROM – EPROM – EEPROM –EAPROM, RAM – Static and dynamic
RAM - Programmable Logic Devices – Programmable Logic Array (PLA) - Programmable Array Logic
(PAL) – Field Programmable Gate Arrays (FPGA) - Implementation of combinational logic circuits using
PLA, PAL. Digital integrated circuits: Logic levels, propagation delay, power dissipation, fan-out and fan-in,
noise margin, logic families and their characteristics-RTL, TTL, ECL, CMOS
PART A
www.BrainKart.com
Click Here for Digital Electronics full study material.
PART – B
1. (i) Describe about noise margin and propagation delay in logic gates
(7)
(ii) Construct a combinational circuit is defined as the function BTL 1 Remembering
F1 = AB’C’+AB’C+ABC and F2 = A’BC+AB’C+ABC.
Implement the digital circuit with a PLA having 3 inputs, 3 BTL 4 Analyzing
Product terms and 2 outputs. (6)
2. (i) Classify the types of PLDs and write notes on PLDs. (7)
(ii) Implement the following Boolean function using 3×4×2 PLA, BTL 2 Understanding
F1(x, y, z) = ∑ (0, 1, 3, 5) and F2(x, y, z) = ∑ (3, 5, 7). (6) BTL 3 Applying
www.BrainKart.com
10. (i) Implement the switching functions.
BTL 5 Evaluating
z1 abde abce bc de
z2 ace
z3 bc de cde bd and
z4 ace ce
using a 5*8*4 PLA. (7) BTL 1 Remembering
(ii) Write short notes on EPROM and EEPROM. (6)
11. (i) Compare types of logic families and explain a short note on
CMOS logic gate. (8) BTL 4 Analyzing
(ii) Implement the following function using PLA F1=∑ (0, 1, 2, 4)
BTL 5 Evaluating
and F2 = ∑ (0, 5, 6, 7). (5)
12. Recognize the implementation of the following Boolean functions
using 4 × 3 × 4 PAL. (13)
(i) W(A,B,C,D)= ∑ (0,2, 6,7,8,9,12,13)
(ii) X(A,B,C,D)= ∑ (0, 2, 6, 7, 8, 9, 12, 13, 14) BTL 1 Remembering
(iii)Y(A, B, C, D) = ∑ ( 2, 3, 8, 9, 10, 12, 13)
(iv) Z(A,B,C,D)= ∑ (1, 3, 4, 6, 9, 12, 14)
(i) Examine the structure of ECL and TTL (7)
13. (ii) Outline about Tri state inverter configuration with neat BTL 1 Remembering
diagram. (6)
14. (i) Explain EAPROM and static RAM cell using MOSFET? (5)
(ii) Recognize 512 X 8 ROM using eight 64x8 ROM chips with an BTL 1 Remembering
enable input and a decoder? (8)
PART C
1. Design a combinational circuit using CMOS logic. The circuit
accepts a three bit number and outputs a binary number equal to the BTL 6 Creating
square of the input number. (15)
2. Develop the code converters using PROM devices. (15)
(i) Binary to gray code BTL 5 Evaluating
(ii) Gray to Binary code
3. (i) Interpret how does Programmable logic devices differ from
FPGA? (8)
(ii) Formulate the implementation of the following functions with
PLA having three inputs, four product terms, and two outputs. BTL 5 Evaluating
F1 (A, B, C) = (3, 5, 6, 7)
F2 (A, B, C) = (0, 2, 4, 7) (7)
4. Build the structure of PAL and PLA. How a combinational logic
function is implemented in PAL and PLA? Explain with an example BTL 6 Creating
for each. (15)
www.BrainKart.com