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
Write the truth table for the combination of the gates shown. Name the gates used.

Identify the logic gate represented by the circuit as shown and write its truth table.

The following figure shows the input waveforms (A, B) and the output waveform (Y) of a gate. Identify the gate, write its truth table and draw its logic symbol.

Name the logic gate which generated high output when at least one input is high.
Why is the linear portion of the triode characteristic chosen to operate the triode as an amplifier?
(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 current obtained from a simple filterless rectifier is
A radar is sending out pules of 1 micro second duration at interval of 100 micro-second. The range of the radar is
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.
