Question 82

Computer Awareness Binary Logics Medium

In the expression \( Y+X^\prime \) . ( Y ) , which operator will be evaluated first?

(A) '
(B) +
(C) .
(D) ,
View Dynamic Solution & Explanation
Correct Solution: Option A

Step-by-step Solution:

In Boolean algebra expressions, the NOT operator (( ' )) has the highest precedence, followed by AND ((\cdot)) and then OR ((+)). Therefore, ( X' ) (NOT X) will be evaluated first before performing addition ((+)). \[\] Correct Option: (a)