
Programming Logic and Design, Introductory 7th Edition by Joyce Farrell
النسخة 7الرقم المعياري الدولي: 1285225562
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
الحلول خطوة بخطوة
الخطوة 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
Programming Logic and Design, Introductory 7th Edition by Joyce Farrell
لماذا لم يعجبك هذا التمرين؟
أخرى 8 أحرف كحد أدنى و 255 حرفاً كحد أقصى
حرف 255