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...

Which of the following is NOT true regarding word wrapping in the code window?

A) Because the Code window does not word wrap like Microsoft Word or other word-processing programs, lengthy strings of code will be truncated on the right. B) VBA procedures lack word wrapping in the Code window. C) To break a line of code across two lines, a line continuation character can be used. D) The lack of word wrapping creates code that is extremely difficult to read.

Computer Science & Information Technology

The ________ allows the user to import records from an Excel spreadsheet into an Access table

A) Records Wizard B) Export Spreadsheet Wizard C) Data Wizard D) Import Spreadsheet Wizard

Computer Science & Information Technology