UGC NET CS 2009 Dec-Paper-2

October 10, 2023

UGC NET CS 2009 Dec-Paper-2

October 10, 2023

UGC NET CS 2009 Dec-Paper-2

October 10, 2023

UGC NET CS 2009 Dec-Paper-2

October 10, 2023

UGC NET CS 2009 Dec-Paper-2

Question 6
The simplified form of the Boolean expression (X + Y + XY) (X + Z) is
A
X + Y + ZX + Y
B
XY – YZ
C
X + YZ
D
XZ + Y
Question 6 Explanation: 
Given boolean expression is (X+Y+XY) (X+Z)
Step-1: (X (1+Y)+Y) (X+Z) /* To take common as X */
Step-2: (X+Y) (X+Z) /* To take common as X */
Step-3: (X+YZ)
Correct Answer: C
Question 6 Explanation: 
Given boolean expression is (X+Y+XY) (X+Z)
Step-1: (X (1+Y)+Y) (X+Z) /* To take common as X */
Step-2: (X+Y) (X+Z) /* To take common as X */
Step-3: (X+YZ)

Leave a Reply

Your email address will not be published. Required fields are marked *