Advertisements
Advertisements
Question
What will be the values of input A and B for the Boolean expression `overline ((A +B) .(A*B)) =1?`
Advertisements
Solution
The truth table for the Boolean expression `overline ((A +B) .(A*B)) = is:`
| A | B | (A+B) | (A,B) | (A+B).(A.B) | `overline ((A +B) .(A*B)) =1?` |
| 1 | 1 | 1 | 1 | 1 | 0 |
| 0 | 0 | 0 | 0 | 0 | 1 |
| 1 | 0 | 1 | 0 | 0 | 1 |
| 0 | 1 | 1 | 0 | 0 | 1 |
The output of this Boolean expression is 1 only when both the inputs A and B are 1.
The values of A should, therefore, be 1.
APPEARS IN
RELATED QUESTIONS
The output of NOR gate is high, when _______.
Identify the logic gates marked 'P' and 'Q' in the given circuit. Write the truth table for the combination.

Give the truth table and circuit symbol for NAND gate
A radar is sending out pules of 1 micro second duration at interval of 100 micro-second. The range of the radar is
In potential barrier development in a junction diode opposes
Write the truth table for the circuit shown in figure. Name the gate that the circuit resembles.

Draw the output signals C1 and C2 in the given combination of gates (Figure).


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.
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?
