Solveeit Logo

Question

Question: (i) Write the truth table for logic gates marked \(P\) and \(Q\) in the given circuit. (ii) Write...

(i) Write the truth table for logic gates marked PP and QQ in the given circuit.
(ii) Write the truth table for the circuit.

Explanation

Solution

The gate marked PP is a NOTNOT gate.
The gate marked QQ is a NORNOR gate.
AA when passed through NOTNOT gate returns the inverted output.
When BB and the output of AA through NOTNOT gate are passed through NORNOR gate, the output returned is high if and only if both the inputs are low.

Complete step by step solution:
(i) Gate marked PP is a NOTNOT GATE. It inverts the input and returns the value as output. Therefore, if the input is high, output is low and when input is low, output is high.

The logic equation of NOTNOT gate is as follows:
Y=AY = \overline A
Where, YY is the output and AA is the input.
Truth table of NOTNOT GATE IS:

INPUT( AA )OUTPUT( YY )
1100
0011

The gate marked QQ is a NORNOR gate. It gives a high output when both the inputs are low, and a low output when one or both the inputs are high.

The logic equation of NORNOR gate is as follows:
Y=A+BY = \overline {A + B}
Where, YY is the output while AA and BB are the input.
Truth table of NORNOR GATE IS:

Input 1 ( AA )Input 2 ( BB )Y=A+BY = \overline {A + B}
000011
001100
110000
111100

(ii) The given circuit is a combinational circuit made out of basic logic gates:
The logic expression for the circuit is:
Y=A+BY = \overline {\overline A + B}
Where, YY is the output while both AA and BB are inputs.
Truth table for NORNOR gate is:

INPUT FOR P ( AA )INPUT1 ( A\overline A )INPUT2 ( BB )OUTPUT Y=A+BY = \overline {\overline A + B}
00110000
00111100
11000011
11001100

Note: NOTNOT is a single input logic gate and is also known as the Inverter.
A NORNOR gate can have two or more inputs and is the result of negation of OROR gate.
Remember that the final circuit takes inverted value of input AA as its own input.