Advertisements
Advertisements
Question
You are given a circuit as shown in the figure, which consists of the NAND gate. Identify the logic operation carried out by the two. Write the truth table. Identify the gates equivalent to the tow circuit.

Advertisements
Solution

`"Y"_1 = bar"A.A" = bar"A"`
`"Y"_2 = bar"B.B" = bar"B"`
`"Y" = bar("Y"_1."Y"_2) = overline(bar"A".bar"B") = overlineoverline(A) + overlineoverline(B) = "A" + "B"`
The equivalent gate is OR gate
Truth table
| A | B | Y1 | Y2 | Y |
| 0 | 0 | 1 | 1 | 0 |
| 0 | 1 | 1 | 0 | 1 |
| 1 | 0 | 0 | 1 | 1 |
| 1 | 1 | 0 | 0 | 1 |
APPEARS IN
RELATED QUESTIONS
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 |
You are given the two circuits as shown in following figure. Show that circuit
- acts as OR gate while the circuit
- acts as AND gate.
(a)

(b)

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 |
Identify the logic gate represented by the circuit as shown and write its truth table.

Design a logical circuit using AND, OR and NOT gates to evaluate \[A \overline { BC } + B \overline{ CA }\] .
(i) Write the truth tables of the logic gates marked P and Q in the given circuit.
(ii) Write the truth table for the circuit.

The output of 2-input or gate is zero only when its
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?


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.
