
Programming Logic and Design, Introductory 7th Edition by Joyce Farrell
Edition 7ISBN: 1285225562
Programming Logic and Design, Introductory 7th Edition by Joyce Farrell
Edition 7ISBN: 1285225562 Exercise 34
If a is true, b is true, and c is false, which of the following expressions is true?
a. a OR b AND c
b. a AND b AND c
c. a AND b OR c
d. two of the above
Step-by-step solution
Step 1 of 2
Boolean Expressions
Here the expressions a: true b: true and c: false. Now we need to identify the explain which results the condition TRUE .AND Condition results TRUE if two conditions are TRUE. OR condition results true if either of conditions is TRUE.
Hence the correct option is c.
Step 2 of 2
Programming Logic and Design, Introductory 7th Edition by Joyce Farrell
Why don’t you like this exercise?
Other Minimum 8 character and maximum 255 character
Character 255