‹ Back to the paper

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

(a)[1.0]
$A = 1, B = 0$
(b)[1.0]
$A = 1, B = 1$
Answer
Answer (a)
AIThe gate is an XOR gate. Output = $A \oplus B = 1 \oplus 0 = 1$
Answer (b)
AIThe gate is an XOR gate. Output = $A \oplus B = 1 \oplus 1 = 0$
From ISC 2025 Computer Science Paper 1, question 5(iii).