The logic gate that provides high output for same input is
2023
The logic gate that provides high output for same input is
- A.
NOT
- B.
X-NOR
- C.
XOR
- D.
More than one of the above
- E.
None of the above
Attempted by 988 students.
Show answer & explanation
Correct answer: B
To determine which logic gate provides a high output for the same input, we analyze the behavior of each gate: 1. NOT Gate: Inverts the input. If input is 0, output is 1; if input is 1, output is 0. It never gives high output for same input. 2. XOR Gate: Outputs high only when inputs are different. For (0,0) and (1,1), output is low. Hence, it does not satisfy the condition. 3. X-NOR Gate: Outputs high when both inputs are the same. For (0,0) and (1,1), output is high. This matches the required condition. 4. Option D (More than one): Only X-NOR satisfies the condition, so this option is incorrect. 5. Option E (None of the above): Since X-NOR satisfies the condition, this option is incorrect.