The bitwise ____ operator sets a bit to 0 when both bits are 1.

A. and     
B. exclusive or
C. inclusive or
D. complement


Answer: C

Computer Science & Information Technology

You might also like to view...

When a report is based on a query, the underlying query is referred to as the ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

In Password policy settings, if the password must meet complexity requirements, it must contain three of these four criteria: English lowercase letters, English uppercase letters, numerals, and nonalphanumeric characters such as $ ; [ ] { }!

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following helps users analyze information and make decisions?

A. DSS B. ESS C. DRS D. DSE

Computer Science & Information Technology

Which of the following will not produce a compiler error?

a. Changing the value of a constant after it is initialized. b. Changing the value at a given index of an array after it is created. c. Using a final variable before it is initialized. d. All of the above will produce compiler errors.

Computer Science & Information Technology