JEE Main January Session 2025 - Exam Date (Out), City Intimation Slip, Admit Card, Question Paper, Process

Logic Gates - Practice Questions & MCQ

Edited By admin | Updated on Sep 18, 2023 18:34 AM | #JEE Main

Quick Facts

  • 56 Questions around this concept.

Solve by difficulty

Identify the operation performed by the circuit given below:

Identify the gate and match A, B, Y in bracket to check.

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 logic circuit shown below has the input waveforms 'A' and 'B' as shown. Pick out the correct output waveform.

Output is

The truth table given in table represents :

A B Y
0 0 0
0 1 1
1 0 1
1 1 1

To get an output of 1 from the circuit shown in figure the input must be :

UPES B.Tech Admissions 2025

Ranked #42 among Engineering colleges in India by NIRF | Highest CTC 50 LPA , 100% Placements

Amrita Vishwa Vidyapeetham | B.Tech Admissions 2025

Recognized as Institute of Eminence by Govt. of India | NAAC ‘A++’ Grade | Upto 75% Scholarships

The combination of gates shown below yields

The truth table for the circuit given in the figure is:

JEE Main Exam's High Scoring Chapters and Topics
This free eBook covers JEE Main important chapters & topics to study just 40% of the syllabus and score up to 100% marks in the examination.
Download EBook

The logic performed by the circuit shown in the figure is equivalent to

 

Concepts Covered - 1

Logic Gates

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
  • AND
  • OR
  • NAND
  • NOR

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 = 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

                                                                                                   

OR Gate-

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:

                                                                                           

NAND Gate-

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}
$
 

 

Study it with Videos

Logic Gates

"Stay in the loop. Receive exam news, study resources, and expert advice!"

Get Answer to all your questions

Back to top