Question
Easy

Consider the following Boolean expressions: I: $x.y+x'y'$ II: $XOR(x',y')$ III: $XOR(x',y)$ Which of the above expressions represents exclusive NOR operation ?

1
I and II
2
I and III
3
II and III
4
I, II and III
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Computer System & Hardware Fundamentals
Topic: Encoding Schemes and Number System
Correct Answer
Option B
Explanation

The correct option is (2): I and III. The Exclusive NOR (XNOR) operation, often represented as $x \odot y$ or $(x \oplus y)'$, is a core concept in digital logic and Boolean algebra. This operation is defined as producing a TRUE ('1') output only when its two inputs are logically equivalent—that is, both inputs are '0' or both inputs are '1'. Expression I, which is $x.y + x'y'$, is the…Read More

Consider the following boolean - HTET Level 3 | Clear Cutoff