GeeksCompete
NTA UGC NET COMPUTER SCIENCE 2020 Preperation
Tuesday, 2 June 2020
UGC NET Computer Science December 2019 | Question 53
Question 53
The Boolean expression AB+AB'+A'C+AC is unaffected by the value of the Boolean variable
1.
A
2.
B
3.
C
4.
A,B and C
Explanation
The Given Boolean expression can be simplified as follows:
AB+AB'+A'C+AC
= A(B+B')+C(A'+A) .... from property of complementary (B+B') = 1 and (A+A') = 1
= A+C , WHICH is independent on B
Hence 2 is the right answer
Reference :
Laws of Boolean Algebra
Previous
Next
UGC NET CS December 2019 - Q. 52
UGC NET CS December 2019 - Q. 54
No comments:
Post a Comment
‹
›
Home
View web version
AB+AB'+A'C+AC
= A(B+B')+C(A'+A) .... from property of complementary (B+B') = 1 and (A+A') = 1
= A+C , WHICH is independent on B
Hence 2 is the right answer
Reference : Laws of Boolean Algebra