Advertisements
Advertisements
Question
An X-OR gate has following truth table:
A | B | Y |
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
It is represented by following logic relation `Y = barA.B + A.barB`. Build this gate using AND, OR and NOT gates.
Solution
X-OR gate can be realized by the combination of two NOT gates, two AND gates and one OR gate. According to the problem, the logic relation for the given truth table is
When `Y = barA * B + A * barB = Y_1 + Y_2`
`Y_1 = A * B` and `Y_2 = A * barB`
Y1 can be obtained as output of AND gate 1 for which one input is of A through NOT gate and another input is of B. Y2 can be obtained as the output of AND pate II for which one input is of A and the other input is of B through NOT gate.
Now Y can be obtained as output from OR gate, where Y1 and Y2 are inputs of OR gate.
Thus, the logic circuit of this relation is given below.
APPEARS IN
RELATED QUESTIONS
The arrangement given below represents a logic gate :
Copy the following truth table in your answer booklet and complete it showing outputs at C
and D.
A | B | C | D |
0 | 0 | ||
1 | 0 | ||
0 | 1 | ||
1 | 0 |
The output of an OR gate is connected to both the inputs of a NAND gate Draw the logic circuit of this combinaion of getes and write its truth table.
Let \[X = A \overline{ BC} + B\overline{ CA} + C\overline{AB } .\] Evaluate X for A = B = C = 0.
Why is the linear portion of the triode characteristic chosen to operate the triode as an amplifier?
The amplification factor of a triode operating in the linear region depends strongly on ____________ .
Why are NOR gates considered as universal gates?
You are given circuit as shown in the figure, which consists of NAND gate. Identify the logic operation carried out by the two. Write the truth table. Identify the gates equivalent to the tow circuits.
Which logic gate is similar to a function of two series switches?
For the given circuit, the input digital signals are applied at the terminals A, B and C. What would be the output at the terminal y?
Write the truth table for the circuit shown in figure. Name the gate that the circuit resembles.