DLC
DLC
12. (a) Write down the steps in implementing a Boolean function with levels of AND gates. A/M 18
(b) Give the general procedure for converting a Boolean expression in to multilevel NAND diagram.
A/M 18
13. (a) Explain the operation of SR flip-flop, T flip-flop and JK flip-flop. A/M 18
(b) Explain the flip-flop excitation tables for JK flip-flop and RS flip-flop. A/M 18
14. (a) Elaborate the concept of PROM, EPROM, EEPROM in detail. A/M 18
(b) Explain the operation of bipolar RAM cell with suitable diagram. A/M 18
15. (a) Give the different arithmetic operators and bitwise operators. A/M 18
(b) Explain in detail about the principal of operation of RTL design. A/M 18
16. (a) Draw the circuit of CMOS AND gate and explain its operation. Also implement using PHDL. A/M
18
(b) Design and explain and bit shift register. Also give its truth table with its input and output waveform.
A/M 18
APRIL / MAY - 2017
11. (a) (i) Design a odd-parity hamming code generator and detector for 4-bit data and explain their logic.
(ii) Convert FACE16 into binary, octal and decimal equivalent.
(b) (i) With circuit schematic explain the working of a two-input TTL NAND gate.
(ii) Compare Totem Pole and open collector outputs.
(b) (i) Design a 3 x8 decoder and explain its operation as minterm generator.
(ii) Design a full adder using only NOR gates.
13. (a) (i) Draw and explain the operation of a Master – Slave JK Flip Flop.
(ii) Design a 5-bit ring counter and mention its applications.
(b) (i) Design 4-bit parallel in serial out shift register using D Flip Flops.
(ii) Using partitioning minimization procedure reduce the following state table:
Present State Next state Output
W=0 w=1 Z
A B C 1
B D F 1
C F E 0
D B G 1
E F C 0
F E D 0
G F G 0
14. (a) A control mechanism for a vending machine accepts nickels and dimes. It dispense merchandise
when 20 cents is deposited ; it does not give change if 25 cents is deposited. Design the FSM that
implements the required control, using as few states as possible. Find a suitable assignment and derive
next-state and output expressions.
(b) (i) Implement the following logic and analyse for the pressure of any hazard f =x 1 x 2 + x́ 1 x 3. If
hazard is present briefly explain the type of hazard and design a hazard-free circuit.
(ii) Implement the following function using programmable logic array:
f 1 ( x , y , z )=∑m(0 , 1 ,3 , 5 , 7)
f 2 ( x , y , z )=∑m(2 , 4 , 6).
15. (a) Design a 3 bit magnitude comparator and write the VHDL code to realize it using structural
modeling.
(b) Design a 4 X 4 array multiplier and write the VHDL code to realize it using structural modeling.
16. (a) Design a CMOS inverter and explain its operation. Comment on its characteristics such as Fan-in,
Fan-out power dissipation, propagation delay and noise margin. Compare its advantages over other logic
families.
17. (b) Write the VHDL code for the given state diagram, using behavioral modeling. Design it using one-
hot state assignment and implement it using Programmable Array Logic (PAL)
NOV / DEC - 2017
11. (a) Explain in detail about error detecting and error correcting code.
12. (b) Write short notes on following:
(i) RTL (ii) DTL (iii) TTL and (iv) ECL