Which of the following statements about bitwise operators is true?
A. Bitwise and and or operators compare two bits in two operands to determine the result.
B. The bitwise operators are all binary operators.
C. Bitwise operators can only be applied to integer values.
D. Bitwise operators return a Boolean, true or false.
E. Bitwise operators are hardware dependent.
Answer: A
You might also like to view...
In a traditional file data structure, __________ are combined to form __________ which are combined to form the ____________.
a. records/fields/file b. fields/files/record c. fields/records/file d. none of the above
Why is it not practical to use a fully meshed topology in a wired network that contains 10 or more PCs?
What will be an ideal response?
Describe the security principle of simplicity.
What will be an ideal response?
The ____ statement literally loops back on itself to recheck the expression until it evaluates to 0 (becomes false).
A. for B. switch C. do-while D. while