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
Computer Science & Information Technology
You might also like to view...
Which of the following types of RAM can be used in a dual channel configuration?
A. SDRAM B. RAMBUS C. DDR D. DIMM
Computer Science & Information Technology
The first node in a linked list is generally named _________
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology