The AP Exam uses the following relational (comparison) operators: =, ≠, >, <, ≥, and ≤.

As well, AND, OR and NOT are used instead of &&, || and !=.

A comparison using a relational operator evaluates to a Boolean value. For example, a = b evaluates to true if a and b are equal; otherwise, it evaluates to false.

Determine what the following expression would evaluate to.

(9 ≠ 7 AND 17 < 4) OR 65 < 9

yes

true

false

no

1 answer

The expression (9 ≠ 7 AND 17 < 4) OR 65 < 9 can be evaluated as:

(9 ≠ 7 AND 17 < 4) = (true AND false) = false

(9 ≠ 7 AND 17 < 4) OR 65 < 9 = false OR 65 < 9 = false OR false = false

Therefore, the expression would evaluate to false.
Similar Questions
  1. What kind of research method is good for letting us see patterns in nature?cause and effect comparison relational simulation
    1. answers icon 1 answer
    1. answers icon 1 answer
  2. What is the difference between a relational database and a NoSQL dA relational database is a database that is used to store data
    1. answers icon 1 answer
  3. Exam: 05.08 Ratios and Rates Practice ExamExam: 05.08 Ratios and Rates Practice Exam Student Name: Joanie Klema Exam History
    1. answers icon 1 answer
more similar questions