Which of the following statements sets bits 3 and 6 to 1?

A. (0x01 << 2) | (0x01 << 5);   
B. (0x01 << 3) | (0x01 << 6);
C. (0x01 << 2) | (0x01 << 6);
D. (0x01 << 3) | (0x01 << 7);
E. 0x03 | 0x06;


Answer: B

Computer Science & Information Technology

You might also like to view...

When you apply a theme it is automatically applied to only the current slide that you have selected

Indicate whether the statement is true or false

Computer Science & Information Technology

The Merriam-Webster dictionary that you can use through Word is an example of a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Choose the sentence type of the following sentence.The capital of Illinois is Springfield, and the largest city is Chicago.?

A. ?Simple B. ?Compound C. ?Complex D. ?Compound-complex

Computer Science & Information Technology

Compared to Web site defacement, vandalism within a network is less malicious in intent and more public.

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

Computer Science & Information Technology