Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
182 views
in Algebra by (108k points)
closed by

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

1 Answer

0 votes
by (101k points)
selected by
 
Best answer
Correct Answer - Option 2 : I and III

Formula:

XNOR(x, y) = x ⊙ y = x.y + x'.y' 

XOR(x,y) = x ⊕ y = x.y' + x'y

Statement I:  Represents exclusive NOR operation

x.y + x'y' = x ⊙ y

Statement II:  It does not represents exclusive NOR operation

XOR (x', y') =  x' ⊕ y' = x'.(y')' + (x')'.(y')'=   x'.y + x.y' = x ⊕ y

It does not  exclusive OR operation

Statement III:  Represents exclusive NOR operation

XOR (x', y) = x' ⊕ y = x'.y' + (x')'.y =   x'.y' + x.y = x ⊙ y

Therefore option 2 is correct.

NOTE:

⊙ → XNOR

⊕ → XOR

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

...