If a, b and c are boolean variables such that a is false, b is true and c is true, which of these expressions:

1. a || (b && c)
2. !a && (!b || c)
3. !(a && b) && c
evaluate(s) to true?


1. a || (b && c)
2. !a && (!b || c)
3. !(a && b) && c

Computer Science & Information Technology

You might also like to view...

Which of the following languages was designed for precise, efficient manipulation of large amounts of data?

a. Fortran. b. COBOL. c. Pascal. d. Basic.

Computer Science & Information Technology

The Argument column of the Macro window provides the ability to create conditional arguments on which the macro will run, while the Definition column provides the ability to name each macro within a macro group

Indicate whether the statement is true or false

Computer Science & Information Technology

A macro-enabled workbook has the file extension of .xlsm

Indicate whether the statement is true or false

Computer Science & Information Technology

Separate text documents containing style declarations that are used by multiple documents on a Web site are known as ____________________.

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

Computer Science & Information Technology