Question
Easy
The Boolean expression $F=(x.y'+x'.y+x'.y')$ is equivalent to :
1
x + y'
2
x' + y'
3
x' + y
4
x + y
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option B
Explanation
The correct option is (2): The correct answer is derived by simplifying the given Boolean expression $F = x.y' + x'.y + x'.y'$ using the fundamental laws of Boolean Algebra. Notice that the last two terms, $x'.y$ and $x'.y'$, share the common term $x'$. We can group these using the Distributive Law ($A.B + A.C = A(B+C)$) to get $F = x.y' + x'(y + y')$. By applying the Complement…Read More
Similar Questions from HTET Exam - Level 3 - Year 2022
Question 1
Easy
Source :
HTET 2022
The _______ of weak entity set distinguishes among all those entities in the weak entity set that depends upon one particular strong entity.
Chapter :
Database Management System (DBMS) & SQL
Topic :
Database Concepts
Question 2
Easy
Source :
HTET 2022
In MS-excel if ........ function key is pressed after entering a formula into a cell in place of Enter key, the result of formula is…
Chapter :
Office Automation Tools
Topic :
Spreadsheet (MS Excel)
Question 3
Easy
Source :
HTET 2022
_______ topology requires highest number of ports and largest amount of cabling in computer networks.
Chapter :
Computer Networks & Internet
Topic :
Computer Network
Question 4
Easy
Source :
HTET 2022
In _______ page replacement algorithm, page that will not be used for longest period of time is replaced whenever a page fault occurs.
Chapter :
Computer System & Hardware Fundamentals
Topic :
Memory