Open In App

GATE | Quiz for Sudo GATE 2021 | Question 51

Like Article
Like
Save
Share
Report

Consider the following option(s) is/are NOT correct regarding Boolean expressions.

Note – This question is multiple select questions (MSQ).
(A) A + A’B + A’B’C + A’B’C’D = ABCD
(B) If f(A, B, C) = B⊕C, then f(A, B, C)’ = B☉C
(C) Dual of (A + B + C)(A’B’)’ = A’B’C’ + A + B
(D) None


Answer: (A) (C)

Explanation:

I. A + A'B + A'B'C + A'B'C'D
= A + B + A'B'C + A'B'C'D
= A + B + C + A'B'C'D'
= A + B + C + D
So, statement I is false.

II. Complement of a XOR function is a XNOR function. 
So, statement II is true.

III. Dual of (A + B + C)(A'B')' = ABC + (A' + B')'
So, statement III is false. 


Quiz of this Question
Please comment below if you find anything wrong in the above post


Last Updated : 18 Dec, 2020
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads