Which of the following expressions would check if a number, x, is outside the range 90 - 100, inclusive (i.e., either less than 90 or greater than 100)?

a. x < 90 AND x > 100
b. x <= 90 AND x >= 100
c. x < 90 OR x > 100
d. x <= 90 OR x >= 100

c. x < 90 OR x > 100

Computer Science & Information Technology

You might also like to view...

The ________ can be launched by adding a command to the Quick Access Toolbar, by adding a command to the Ribbon, or by running it automatically in the Immediate window using a VBA command

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following MUST be performed when installing a PCI sound card for use instead of the onboard sound?

A. Install drivers B. Install additional memory C. Configure the jumpers D. Flash the BIOS

Computer Science & Information Technology