DE Question Bank
DE Question Bank
DE Question Bank
34) Convert
35) Simplify the following Boolean function F, using Quine Mccluskey method and verify the results using K-Map
F(A,B,C,D)=M(0,3,5,9,11)+d(4,10,15)
36) Design a circuit for the given function using Tabulation method and verify using Karnaugh map
F (A, B, C, D) =A’BC’D’+A’BC’D+ABC’D’+ABC’D+AB’C’D+A’B’CD’.
37) Design BCD to Excess-3 code converter and draw the logic diagram.
38) Design Excess3 to BCD code converter and implement using only NAND gate.
39) Design a MOD 10 counter.
40) Explain the operation of SISO, SIPO, PISO and PIPO.
41) Explain in detail about the working of Bipolar SRAM cell and singletransistor DRAM cell with neat sketches.
42) A combinational circuit is defined by the functions: A = XY +XZ’
B = XY’+YZ+XZ’ Implement the circuit with PLA having three inputs.
43) Give the classifications of semiconductor memories and explain with necessary diagrams.
44) Simplify
i) A B (A C)’ + A B’ C (A B + C)
(ii) Prove the following Boolean identities.
(x 1 + x 2 ) (x 1 ’ x 3 ’ + x 3 ) (x 2 ’ + x 1 x 3 )’ = x 1 ’ x 2
45) (i) State and prove De Morgan’s theorem.
(ii) Implement XOR gate using only Nand gate.
46) Simplify the following Boolean function F, using Quine Mccluskey method and verify the results using K-Map
F(A,B,C,D)=m(0,3,5,9,11,12,13)+d(2,4,10,15)
47) Simplify the following Boolean function F, using K-Map
F(A,B,C,D,E)=m(0,3,5,9,11,12,13,18, 20, 25, 28, 30)
48) Design a 4-bit magnitude comparator.
49) Design a circuit to convert BCD code to binary code.
50) Design a 3 bit up/down counter.
51) Explain the working of SR, JK, D, T flip-flop and give its truth table, excitation table and characteristic
equation.
52) Implement a circuit which has 3 inputs and 2 outputs, one of its outputs should go high when all the inputs
are equal and the other output should go high only when any two outputs are high using PLA.
53) Compare the following semiconductor memories RAM, ROM, PROM and EPROM.
Write short notes on FPGA architecture.
54) Design an asynchronous sequential circuit with two inputs X and Y and with one output Z. Whenever Y is 1,
input X is transferred to Z. When Y is 0, the output does not change for any change in X.
55) Design an asynchronous sequential circuit with two inputs T and C. The output attains a value of 1 when T=1
and C moves from 1 to 0. Otherwise, the output is 0.
56) Design an asynchronous sequential circuit with inputs A and B and an output Y. Initially and at any time if
both the inputs are 0, the output, Y is equal to 0. When A and B becomes 1, Y becomes 1. When the other the
other input also becomes 1, Y becomes 0. The output stays at 0 until circuit goes back to initial state.
57) Design a circuit with inputs A and B to give an output Z=1 when AB=11 but only if A becomes 1 before B, by
drawing total state diagram, primitive flow table and output map in which transient state is included.
State the principle of Duality with an example.
State De-morgans theorem.
Draw the diagram of 4X1 Multiplexer.
Differentiate Encoder and Decoder.
What is a Flip Flop?
Give the excitation table of JK flip flop.
What is one hot statement assignment?
What is fundamental mode sequential circuit?
Give the feature of flash memory.
Differentiate volatile and non-volatile memory?
Design Excess-3 to BCD code converter and draw the logic diagram.