Q
Hard 3 Marks
Computer Studies Logic Gates & Boolean Algebra
What does the expression Y = (A · B) + C mean?
Explanation
Y = (A · B) + C means the output Y is true if A AND B are both true OR if C alone is true. The AND is evaluated first due to brackets.
Reference: Computer Studies Textbook , Page 9
Hint
Evaluate the brackets first then apply the OR operation.