Advertisements
Advertisements
प्रश्न
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.
उत्तर
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
संबंधित प्रश्न
Which logic gate corresponds to the truth table given below?
A |
B |
Y |
0 |
0 |
I |
0 |
1 |
0 |
1 |
0 |
0 |
1 |
1 |
0 |
Write the truth table for the combination of the gates shown. Name the gates used.
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 |
Why is the linear portion of the triode characteristic chosen to operate the triode as an amplifier?
The outputs of two NOT gates are fed to a NOR gate. Draw the logic circuit of the combination of gates. Write its truth table. Identify the gate equivalent to this circuit.
An oscillator is nothing but an amplifier with
For the given circuit, the input digital signals are applied at terminals A, B, and C. What would be the output at terminal y?
How would you set up a circuit to obtain NOT gate using a transistor?
In the logic circuit shown in the figure, if input A and B are 0 to 1 respectively, the output at Y would be 'x'. The value of x is ______.
Which one of the following is the Boolean expression for NOR gate?