( ) is an arithmetic bit operation.
A. The exclusive OR
B. The unary NOT
C. Subtraction
D. All of the above
( ) is a logical bit operator.
A. The exclusive OR
B. The unary NOT
C. The binary AND
D. All of the above
The ( )method of integer representation is the most common method to store integers in computer memory.
A. sign-and-magnitude
B. one’s complement
C. two’s complement
D. unsigned integers