Pearson | PTE
Trusted by 3,500+ universities and colleges globally | Accepted for migration visa applications to AUS, CAN, New Zealand , and the UK
Logic Gates is considered one the most difficult concept.
32 Questions around this concept.
The figure shows a logic circuit with two inputs A and B and the output C. The voltage wave forms across A, B and C are as given. The logic circuit gate is:
Which logic gate is represented by the following combination of logic gates ?
The output, in the following gate logic, would be:
NEET 2025: Syllabus | Most Scoring concepts | NEET PYQ's (2015-24)
The given electrical network is equivalent to:
Truth table for system of four NAND gates as shown in figure is
Consider two npn transistors as shown in the figure. If 0 volts corresponds to false and 5 volts correspond to true then the output at C corresponds to:
The following Figure shows a logic gate circuit with two inputs A and B and the output Y.The voltage waveforms of A,B and Y are given:
Trusted by 3,500+ universities and colleges globally | Accepted for migration visa applications to AUS, CAN, New Zealand , and the UK
What is the output Y in the following circuit, when all the three inputs A, B, C are first 0 and then 1?
To get output 1 for the following circuit, the correct choice for the input is
Symbolic representation of four logic gate are shown as
Pick out which ones are for AND, NAND, and NOT gates, respectively
Logic Gates-
In our day to day life,we come across many digital electronic devices. But do you know, for digital devices to function the way they do, a logic needs to be established between the input and output voltages. This is done by using a gate or a digital circuit that follows the logical relationship. They are called logic gates because they control the flow of information based on a certain logic.
Symbols are given to each logic gate and each logic gate has a truth table which displays all possible input-output combinations. So the truth tables help understand the behaviour of the logic gates. All these gates are made using semiconductor devices. The five most commonly used logic gates are:
NOT Gate -
A NOT gate is also known as an inverter because it simply inverts the input signal. It is a simple gate with one input and one output. So, the output is ‘0’ when the input is ‘1’ and vice-versa.
A is input
Y is output
$Y=\bar{A}$
The truth table for a NOT gate is as follows:
AND Gate-
An AND gate has two or more inputs and a single output. In this gate, the output is 1(High) only when all the inputs are 1(High). The most commonly used symbol for an AND gate is as follows:
A and B are input
Y is output
Y = A . B
And the truth table for the AND gate is as follows
Like AND Gate, OR gate has also two or more inputs and one output. For this Gate, the logic is that the output would be 1 when at least one of the inputs is 1. It means when the output is high when any of the input is high. The commonly used symbol for an OR gate is as follows:
A and B are input
Y is output
Relation between input and output
Y = A + B
And, the truth table for an OR gate is as follows:
A NAND gate is an arrangement of AND gate followed by a NOT gate. The output is 1 only when all inputs are NOT 1 Or the output is high when at least one of them is low. These are also called Universal gates. The commonly used symbol for a NAND gate is as follows:
$Y=\overline{A \cdot B}$
A and B are input
Y is output
NOT + AND gate
And, the truth table for a NAND gate is as follows:
NOR Gate-
Like NAND Gate, NOR gate is also an arrangement of an OR gate followed by a NOT gate. In this the output is 1(High) only when all inputs are 0(Low). These are also called Universal gates. The commonly used symbol for a NOR gate is as follows:
$Y=\overline{A+B}$
A and B are input
Y is output
NOT + OR Gate
And the truth table for a NOR gate is as follows:
D'morgan's Theorem -
A and B are input.
1) $\overline{A+B}=\bar{A} \cdot \bar{B}$
2) $\overline{A \cdot B}=\bar{A}+\bar{B}$
3) $\bar{A}+\bar{B}=A \cdot B$
4) $\bar{A} \cdot \bar{B}=A+B$
Some Important relation -
$$
\begin{aligned}
& A+A=A \\
& A \cdot A=A \\
& A+1=1 \\
& A \cdot 1=1 \\
& A \cdot 0=0 \\
& A+0=A
\end{aligned}
$$
"Stay in the loop. Receive exam news, study resources, and expert advice!"