Physics - Semiconductors Question with Solution | TestHub
PhysicsSemiconductorsLogic gatesMedium2 min
PhysicsMediumsingle choice
Given truth table is for which GATE -
Options:
Answer:
1
Solution:
Solution:
The truth table shows that the output is HIGH (1) only when both inputs are HIGH (1). This behavior is characteristic of an AND gate.
Explanation:
An AND gate is a basic digital logic gate that implements logical conjunction. It returns a true output (1) only if all of its inputs are true (1). If any input is false (0), the output is false (0).
Truth Table for AND Gate:
Input A | Input B | Output Y |
1 | 1 | 1 |
1 | 0 | 0 |
0 | 1 | 0 |
0 | 0 | 0 |
Stream:JEESubject:PhysicsTopic:SemiconductorsSubtopic:Logic gates
⏱ 2m
Doubts & Discussion
Loading discussions...