Evaluate the below conditional expressions in a step-by-step manner as shown in the examples when x = 1 and y = 2.

Note: In the solutions below, indicate the current logical expression being evaluated according to the rules of precedence.
```
NOT (x = 1) AND y = 2
```

Evaluates as False


Assign Values NOT (1 = 1) AND 2 = 2
Add Parentheses NOT (1 = 1) AND (2 = 2)
Do Arithmetic None needed
Evaluate Relational Exp. NOT (T) AND T
Evaluate Logical Exp.
NOT First NOT (T ) AND T = F AND T
AND Next F AND T =F
Get Result False

Computer Science & Information Technology

You might also like to view...

A ________ is a website that looks and feels like a journal

A) podcast B) blog C) wiki D) client

Computer Science & Information Technology

____________________ data is simply content that is displayed in a table format.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Where can you limit formatting to a selection of styles?

A. Grammar Settings dialog box B. Encrypt Document dialog box C. Word Options dialog box D. Restrict Formatting and Editing task pane

Computer Science & Information Technology

What margin value should you set if you want to remove the default margin spacing that is built into the browser?

A. none B. 0 C. 1 D. negative

Computer Science & Information Technology