expand icon
book Programming Logic and Design, Introductory 7th Edition by Joyce Farrell cover

Programming Logic and Design, Introductory 7th Edition by Joyce Farrell

Edition 7ISBN: 1285225562
book Programming Logic and Design, Introductory 7th Edition by Joyce Farrell cover

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
Verified
like image
like image

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

close menu
Programming Logic and Design, Introductory 7th Edition by Joyce Farrell
cross icon