The AND gate has two or more inputs and one output. Its symbol is represented as:
\[ \text{(Insert AND gate diagram: two inputs A, B and one output Y)} \]
The logical expression for the AND gate is:
\[ Y = A \cdot B \]
The truth table for the AND gate is given below:
Input A | Input B | Output (Y = A ⋅ B) |
---|---|---|
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |
The AND gate output is HIGH (1) only when both inputs are HIGH. If either or both inputs are LOW (0), the output remains LOW (0).
Match the LIST-I with LIST-II
LIST-I (Configuration of Bipolar Transistors) | LIST-II (Characteristics) | ||
---|---|---|---|
A. | Common Base | I. | Current Gain but no Voltage Gain |
B. | Common Emitter | III. | Both Current and Voltage Gain |
C. | Common Collector | II. | Voltage Gain but no Current Gain |
Choose the correct answer from the options given below: