0% found this document useful (0 votes)
42 views3 pages

Digital Electronics

The document contains 20 digital logic design interview questions covering topics such as implementing logic gates using multiplexers, designing adders, comparators, decoders and encoders using multiplexers, implementing switching functions, proving logic identities, and implementing a logic function table using an 8:1 multiplexer.

Uploaded by

appbrk40
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)
42 views3 pages

Digital Electronics

The document contains 20 digital logic design interview questions covering topics such as implementing logic gates using multiplexers, designing adders, comparators, decoders and encoders using multiplexers, implementing switching functions, proving logic identities, and implementing a logic function table using an 8:1 multiplexer.

Uploaded by

appbrk40
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/ 3

Digital Interview questions-1

1) Implement the following using 2:1 Mux:


a) NAND
b) NOR
c) OR
d) AND
e) Ex-OR
f) Ex-NOR
g) Inverter
2) Implement the above using 4:1 Mux
3) Implement a Half-Adder and Full-Adder using :
a) Only 4:1 MUX
b) Any n:1 MUX
4) Design 16:1 MUX using 2:1, 4:1 and 8:1 MUX respectively.
5) Obtain a reduced expression for the following multiple output system:
a. F=∑ m(0,1,2,5,7,8,9,10,13,15)
b. F=∑m(1,2,8,10,11,14,15)
6) Prove the following:
a. (A+B)(B+C)(C+A)=AB+BC+CA
b. (0.342)16 =(0.62026)10
7) Implement the following circuits:
a. 3 input NAND gate using min no of 2 input NAND Gates
b. 3 input NOR gate using min no of 2 input NOR Gates
c. 3 input XNOR gate using min no of 2 input XNOR Gates
8) N numbers of XNOR gates are connected in series such that the N inputs (A0, A1, A2......) are given in the following way: A0 & A1 to first
XNOR gate and A2 & O/P of First XNOR to second XNOR gate and so on..... Nth XNOR gates output is final output. How does this circuit
work?
9) Prove the following
a) A+AB = A
b) A+A`B = A+B
c) (A+B) (A+C) = A+ BC
10) Design a circuit for finding the 9's compliment of a BCD number using 4-bit binary adder and some external logic gates.
11) Design a circuit where inputs will be in BCD and o/p is the 2’s complement of the number. Solve using k-map and mux.
12) Design a 32:1 mux with 16:1 along with an enable signal.
13) Design a 4-bit Carry look ahead adder using gates.
14) Design a 2-bit and 4-bit Magnitude Comparator.
15) Design Full-Adder and Full-subtractor using Demux.
16) Design a Full-Adder using 3:8 line Decoder.
17) Implement 4-variables switching function F=∑ m (0,2,4,6,8,10,12) using MUX for representing negative logic function.
18) Design a 4:1 Mux using NAND and NOR gates respectively.
19) Design the Following Code converters, Decoders and encoder.
a) Binary to Gray and vice-versa
b) BCD to Excess-3 and vice-versa
c) Gray to BCD and vice-versa
d) 3:8 line and 4:16 line Decoder
e) BCD to SEVEN-Segment Display
f) 4-bit priority Encoder
g) Octal to Binary Encoder

20) Implement the logic function in the table using an 8:1 Mux.

D C B A Y

0 0 0 0 0

0 0 0 1 1

0 0 1 0 1

0 0 1 1 0

0 1 0 0 0

0 1 0 1 1
0 1 1 0 1

0 1 1 1 1

1 0 0 0 1

1 0 0 1 0

1 0 1 0 1

1 0 1 1 0

1 1 0 0 1

1 1 0 1 1

1 1 1 0 0

1 1 1 1 1

You might also like