13. (8) Boolean variables are those that can only have the value TRUE or FALSE. Let the value 1 correspond to TRUE and t
Posted: Fri Jul 08, 2022 6:43 am
13. (8) Boolean variables are those that can only have the value TRUE or FALSE. Let the value 1 correspond to TRUE and the value 0 correspond to FALSE. The variables A, B, C, D and X in the statements below are all Boolean variables: If (A == B) X = C; else X = D; If A equals B, X is set equal to C. Otherwise, X is set equal to D. Explain why the following circuit DOES or DOES NOT correctly implement the logic or behavior expressed by these statements. A B D -X