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
Similar Questions from HTET Exam - Level 3 - Year 2019
Question 1
Easy
Source :
HTET 2019
Fill in the blank in context of software system architecture: In _______ architecture, the processing of the data in a system is organized so that…
Chapter :
Software Engineering & Problem Solving
Topic :
SDLC (Major stages)
Question 2
Easy
Source :
HTET 2019
In MS-Excel-2007, which of the following is found in the home tab Clipboard group ?
Chapter :
Office Automation Tools
Topic :
Spreadsheet (MS Excel)
Question 3
Easy
Source :
HTET 2019
In windows, we go to _______ option in control panel to uninstall a program from our computer.
Chapter :
Operating Systems & Software Concepts
Topic :
Computer Software
Question 4
Easy
Source :
HTET 2019
Value of $(34.36)_{10}$ in binary is:
Chapter :
Computer System & Hardware Fundamentals
Topic :
Encoding Schemes and Number System