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

In PHP, which bitwise operation is signified by the pipe (|) character?

In PHP, which bit wise operation is signified by the pipe (|) character? a. OR b. XOR c. AND d. NOT

Computer Science & Information Technology

Invoking _________ removes all elements in an ArrayList x.

a. x.remove() b. x.clean() c. x.delete() d. x.empty() e. x.clear()

Computer Science & Information Technology

Alice is using a linear congruential generator, axi + b mod 13, to generate pseudo-random numbers. Eve sees three numbers in a row, 7, 6, 4, that are generated from Alice's function. What are the values of a and b?

What will be an ideal response?

Computer Science & Information Technology

Which risk is related to interception of data in transit?

A. Virtualization B. Man-in-the-middle C. Software vulnerabilities D. Traffic blocking

Computer Science & Information Technology