45 In bitwise manipulations, a mask is typically __________.

a) A floating point value with specific bits set to 1.
b) An integer value with specific bits set to 1.
c) An integer value with specific bits set to 0.
d) A floating point value with specific bits set to 0.

b) An integer value with specific bits set to 1.

Computer Science & Information Technology

You might also like to view...

A ________ is a visual display of choices from which the user can choose their desired option

A) gallery B) ScreenTip C) Live Preview D) KeyTip

Computer Science & Information Technology

Suppose we wanted to use a hash table to store people’s names. Each name is a String object. What is wrong with using the length of the string as the hash value of each name?

What will be an ideal response?

Computer Science & Information Technology