Assignment
ELA2010 (Logic and Digital Circuits), Submission Date: 03.05.24
Q. Question CO
No.
1 Minimize the following Boolean function f, together with the don’t care conditions d, CO3
in Sum of Product (SOP) and Product of Sum (POS) form using Karnaugh-map:
𝒇(𝑨, 𝑩, 𝑪, 𝑫) = ∑(𝟏, 𝟑, 𝟕, 𝟏𝟏, 𝟏𝟓)
𝒅(𝑨, 𝑩, 𝑪, 𝑫) = ∑(𝟎, 𝟐, 𝟓)
2 Design a combinational circuit which accepts a four-bit binary input and provides its CO3
2’s complement as the output.
3 Implement the following function using 3×8-line decoder and external OR gate. CO3
𝐹 (𝐴, 𝐵, 𝐶 ) = 𝐴̅𝐵 + 𝐴𝐶̅
4 Implement the following function using 8 ×1 MUX. CO3
𝒇 = ∑(𝟎, 𝟐, 𝟓, 𝟕, 𝟏𝟎, 𝟏𝟑, 𝟏𝟒, 𝟏𝟓)
5 Draw a circuit diagram of 2 input Schottky-TTL NAND gate and describe its CO2
operation.
6 Draw a circuit diagram of 2 input TTL NAND gate with totem-pole output and describe CO2
its operation.
7 Draw a circuit diagram of 2 input TTL NOR gate with totem-pole output and describe CO2
its operation.
8 Implement the following function using: CO2
𝐹 = ̅̅̅̅̅̅̅̅̅̅̅̅̅̅
𝐴(𝐵 + 𝐶𝐷)
a) NMOS logic
b) CMOS logic
9 Explain the following DAC specifications: CO5
a) Resolution
b) Accuracy
c) Offset time
d) Settling time
e) Monotonicity
10 With a neat sketch, explain the working of the following multivibrator circuits: CO5
a) Astable multivibrator
b) Monostable multivibrator
c) Bistable multivibrator.
Page 1
11 CO3
In the Figure, the output Y is required to be AB+C’D’. Determine the Gates G1 and
G2 required.
12 CO3
Consider the Multiplexer based logic circuit shown in Figure. What will be the
Boolean Function output F realized by the circuit.
13 Use a K Map to Simplify y = C’(A’B’D’ + D) + AB’C + D’ C03
14 Write the equivalent POS of the given Boolean function CO3
F (X, Y, Z) = ∑(1, 2, 5, 6, 7)
15 Shown is the K map of a Boolean function of five variables P,Q,R,S and X. Find the CO3
minimum SOP, canonical SOP, minimum POS and canonical POS expression.
Page 2
16 A 4 variable Boolean function is realized using 4x1 MUX as shown in Figure. What CO4
will be the expression of the function F (U,V,W,X).
17 Implement the following function using 3x8 decoder and an external OR Gate. C04
F (A,B,C) = A’ + B’C
18 Implement XOR gate and XNOR gate using 1- NAND gates only 2- NOR gates only. CO2
19 Implement 8x1 Multiplexer using 2x1 Multiplexers. CO4
20 Implement the boolean expression F(A, B, C) = ∑ m(0, 2, 5, 6) using 4 : 1 MUX CO4
Page 3