- 13 8 Boolean Variables Are Those That Can Only Have The Value True Or False Let The Value 1 Correspond To True And T 1 (79.69 KiB) Viewed 45 times
13. (8) Boolean variables are those that can only have the value TRUE or FALSE. Let the value 1 correspond to TRUE and t
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
13. (8) Boolean variables are those that can only have the value TRUE or FALSE. Let the value 1 correspond to TRUE and t
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