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

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

النسخة 7الرقم المعياري الدولي: 1285225562
book Programming Logic and Design, Introductory 7th Edition by Joyce Farrell cover

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

النسخة 7الرقم المعياري الدولي: 1285225562
تمرين 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

الحلول خطوة بخطوة
موثّق
like image
like image

الخطوة 1 من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.


الخطوة 2 من 2

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