Which of the following masks can be used to flip bit 3?

A. 0x03
B. 0x04
C. 0xF3
D. 0xF4
E. 0xF7


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following statements are true?

``` a. If a file (e.g., c:\temp.txt) does not exist, new File("c:\\temp.txt") returns null. b. If a directory (e.g., c:\liang) does not exist, new File("c:\liang") returns null. c. If a file (e.g., c:\temp.txt) does not exist, new File("c:\\temp.txt") creates a new file named c:\temp.txt. d. If a directory (e.g., c:\liang) does not exist, new File("c:\liang") creates a new directory named c:\liang. e. None of the above. ```

Computer Science & Information Technology

A form that enables users to view but not change data is a(n) ________ form

Fill in the blank(s) with correct word

Computer Science & Information Technology

One good practice in a chat room is not to use your real name

Indicate whether the statement is true or false.

Computer Science & Information Technology

?Information security policies are designed to provide structure in the workplace and explain the will of the organization's management. ____________

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

Computer Science & Information Technology