1 Crore+ students have signed up on EduRev. Have you? Download the App |
Consider a Boolean gate (D) where the output Y is related to the inputs A and B as, Y = A + B̅, where + denotes logical OR operation. The Boolean inputs ‘0’ and ‘1’ are also available separately. Using instances of only D gates and inputs ‘0’ and ‘1’, __________ (select the correct option(s)).
The given function is,
y = A + B' = (A'B)'
f(A,B) = A+B'
As 0 and 1 are available.
f(0,B) = A + B' = B'= NOT Gate.
f(A,B') = A + (B')' = A + B = OR Gate.
f(o,f(A,B')) = 0 +(A + B)' = NOR Gate.
f(A',B) = A' + B' = (A.B)' = NAND Gate.
f(0,f(A',B)) = 0+((A.B)')' = A.B = AND Gate.
With the combination of OR and NOT, NOR gate can be implemented. Since NOR gate is universal logic gate, so all the functions can be implemented.
Hence, we can implement NOT Gate we can also implement OR, AND, NOR and NAND Gate.
Hence the correct answer is option 1 and option 3.
For the given digital circuit. NOT gate is having a time delay of 5 msec. Find for which time range the LED will glow up.
X input is logic 1 for 10 msec to 35msec as shown in the figure. (logic 1 is considered as 5 V and logic 0 as 0 V)
output F = (X + Y)'
waveforms are given as
As we can see for the time 35msec to 40msec output F is logic 1 (5 V)
The Boolean equation X = [(A + B̅) (B + C)] B can be simplified to
X = [(A + B̅) (B + C)] B
= (AB + AC + 0 + B̅C)B
= AB + ABC
= AB(1 + C)
= AB
Identify the number of prime implicants and essential prime implicants for the function
f(A, B, C, D) = Σ m(0, 1, 4, 6, 7, 8, 10, 14, 15)
(where m represents min terms)
Concept:
Prime implicant: Each square (or) rectangle made up of the group of adjacent min terms is called a sub cube. Each of these sub cubes is called a prime implicant.
Essential prime implicant: The prime implicant which contains at least one ‘1’ which can not be covered by any other prime implicant is called essential prime implicant.
Redundant prime implicant: The prime implicant whose each ‘1’ is covered least by one essential prime implicant is called a redundant prime implicant.
Application:
Given Boolean function is: f(A, B, C, D) = Σ m(0, 1, 4, 6, 7, 8, 10, 14, 15)
The K-map is as shown below
From the above K-map,
The prime implicants: BC, A̅ B̅ C̅, ACD̅, AB̅ D̅, B̅ C̅ D̅, A̅ BD̅, A̅ C̅ D̅
The essential prime implicants: BC, A̅ B̅ C̅
Find the output Boolean function for the logic circuit.
After simplification, we get
∵ De Morgan’s law:
∵ De Morgan’s law:
If the Boolean expression P̅Q + QR + PR is minimized, the expression becomes:
Concept:
Consensus Law is one of the most powerful theorems used in digital electronics for the minimization of Boolean function or equation either in the successive reduction method or in the K-Map method.
Statement:
Calculation:
Y = P̅Q + QR + PR
Y = P̅Q + PR + QR (P̅ + P)
Y = P̅Q + PR + QRP̅ + QRP
Y = P̅Q(1 + R) + PR(1 + Q)
Y = P̅Q + PR where (1 + A = 1) according to Boolean algebra.
The output of logic circuit given below represents _______ gate.
Output expression Q is equivalent to NAND gate.
Simplify the following expression.
Y = AB + A(B + C) + B(B + C)
Analysis:
Y = AB + A(B + C) + B(B + C)
= AB + AB + AC + B + BC
Since AB + AB = AB, we get:
Y = AB + AC + B (1 + C)
Since 1 + X (any variable) = X, we get:
Y = AB + AC + B
Y = B(1 + A) + AC
Y = B + AC
The Boolean expression AB + AC̅ + BC simplifies to
Concept:
3 variable K-maps:
Calculation:
Given Boolean expression is,
F = AB + AC̅ + BC
= A B C̅ + A B C + A B̅ C̅ + A B C̅ + A B C + A̅ B C
F = BC + AC̅
The minterm expansion of f (P, Q, R) = PQ + QR̅ + PR̅ is
F(P, Q, R) = PQ + QR' + PR'
= PQ (R + R') + (P + P')QR' + P(Q + Q')R'
= PQR + PQR' + PQR' + P'QR' + PQR' + PQ'R'
= PQR + PQR' + P'QR' + PQ'R'
= m7 + m6 + m2 + m4
= m2 + m4 + m6 + m7