Which of the following statements guarantees that the bit 3 will be a 0?

A. y & 0xF7
B. y ^ 0xF7
C. y | 0xF7
D. y && 0xF7
E. y || 0xF7


Answer: A

Computer Science & Information Technology

You might also like to view...

Video for computers and high-definition monitors is displayed at ________ pixels and requires the most storage space

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is an event type?

What will be an ideal response?

Computer Science & Information Technology

Algorithms that run multiple threads at the same time are called ____.

A. posttest loops B. count-controlled loops C. parallel algorithms D. sentinel loops

Computer Science & Information Technology

Formatting can change the actual data of a cell.

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

Computer Science & Information Technology