?
Competitive Exams
Aptitude
English
Verbal Reasoning
Non Verbal Reasoning
General Knowledge(GK)
General Science(GS)
Data Interpretation(DI)
Banking Awareness
Current Affairs
Computer & Programming
Computer Fundamentals
Networking
SQL
Database
C Programming
C++ Programming
Java
Python
Other Subjects
Commerce
Management
Law
Political Science
Psychology
Agriculture
Join the Discussion
Login to post a comment or share your explanation.
Loginif the output of and gate is 1 convert it into truth table
0 and the output of and gate is 0 means for AND gate
convert it into 1 and also INPUTS
A B Y=A.B A B Y=A+B A B Y=A.B
0 0 0 1'S complement of '0' is '1' 0 0 0 1 1 0
0 1 0 1'S complement of '0' is '1' 0 1 1 1 0 1
1 0 0 1'S complement of '0' is '1' 1 0 1 0 1 1
1 1 1 1'S complement of '1' is '0' 1 1 1 0 0 1