When you want to locate files meeting two criteria, you use which Boolean operator??

A. ?AND
B. ?OR
C. ?NOT
D. ?" "


Answer: A

Computer Science & Information Technology

You might also like to view...

The first branch in a two-branch if statement is sometimes called the true branch.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which operation does not take place in the following example?

int x{21}; double y{6}; double z{14}; y = x / z; x = 5.5 * y; a. Implicit conversion. b. Promotion. c. Explicit conversion. d. Truncation.

Computer Science & Information Technology

Control of the human resources is really the duty of the ____ function.

A. human resources B. personnel security C. non-electronic security D. resource security

Computer Science & Information Technology

A rule the author offers is:

a. Don’t use fancy fonts. b. If you can’t make something self-evident, you at least need to make it self-explanatory. c. Don’t worry about usability if your site or app is the only choice available.

Computer Science & Information Technology