Question 53
The Boolean expression AB+AB'+A'C+AC is unaffected by the value of the Boolean variable
Explanation
Previous | Next |
UGC NET CS December 2019 - Q. 52 | UGC NET CS December 2019 - Q. 54 |
Previous | Next |
UGC NET CS December 2019 - Q. 52 | UGC NET CS December 2019 - Q. 54 |
Question 16 In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' wil...
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