PRASHNIKAप्रश्निका
Back to the paper

Study the logic gate diagram given below and answer the questions that follow: What will be the…

Computer Science20252 marksOne word
Study the logic gate diagram given below and answer the questions that follow: What will be the output of the above gate when:
Figure for this question
(a)[1.0]
$A = 1, B = 0$
(b)[1.0]
$A = 1, B = 1$

Answer

Answer (a)

AI
The gate is an XOR gate. Output = $A \oplus B = 1 \oplus 0 = 1$

Answer (b)

AI
The gate is an XOR gate. Output = $A \oplus B = 1 \oplus 1 = 0$
Computer Hardware

From ISC 2025 Computer Science Paper 1, question 5(iii).