What is the complement of the following expression?

```
n || a <= b && c != 100
```
a. !n || a > b || c == 100
b. !(n && (a > b || c == 100))
c. !n && (a > b || c == 100)
d. !(n || (a > b || c == 100))
e. none of the above


C

Computer Science & Information Technology

You might also like to view...

You can convert a tabbed document into a(n) ____ window.

A. floating B. double C. locked D. untabbed

Computer Science & Information Technology

The exchange of information among DNS servers regarding configured zones is known as:

A. resource request B. zone sharing C. zone transfer D. zone removal

Computer Science & Information Technology

Wireless _______ scrambles the data transmitted between wireless devices.

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

Computer Science & Information Technology

Which of the following cable types uses an RJ-45 connector and is MOST commonly used in an Ethernet network?

A. UTP B. Fiber C. Coaxial D. STP

Computer Science & Information Technology