Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
7.0k views
in Physics by (39.2k points)
closed by

Write the Boolean expression for 

(i) OR gate, 

(ii) AND gate, and (iii) NAND Gate.

1 Answer

+1 vote
by (38.0k points)
selected by
 
Best answer

(i) The OR gate : It is a circuit with two or more inputs and one output in which the output signal is HIGH if any one or more of the inputs is HIGH. 

The OR operation represents a logical addition. 

Below figure shows the 2-input OR gate logic sym-bol, and the Boolean expression and the truth table for the OR function.

Logic symbol :

Boolean expression :

Y = A + B

Truth table :

Input Output
Y
A B
0 0 0
1 0 1
0 1 1
1 1 1

The OR gate

(ii) The AND gate : It is a circuit with two or more inputs and one output in which the output signal is HIGH if and only if all the inputs are HIGH simultaneously.

The AND operation represents a logical multiplication.

Below figure shows the 2-input AND gate logic symbol and the Boolean expression and the truth table for the AND function. 

Logic symbol:

Truth table:

Input Output
A B
0 0 0
1 0 0
0 1 0
1 1 1

The AND gate

Boolean expression: 

Y = A ∙ B

(iii) The NAND gate : It is a circuit with two or more inputs and one output, whose output is HIGH if any one or more of the inputs is LOW; the output is LOW if all the inputs are HIGH.

Logic symbol :

Boolean Expression :

Y = \(\overline{A.B}\)

Truth table :

Input Output
Y
A B
0 0 1
1 0 1
0 1 1
1 1 0

The NAND gate

The NAND gate is a combination of an AND gate followed by a NOT gate so that the truth table of the NAND function is obtained by inverting the outputs of the AND gate.

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...