To set a bit in a target bit pattern, set the corresponding mask bit to ____and use the ____operation.
查看答案
To unset (clear) a bit in a target bit pattern, set the corresponding mask bit to 0 and use the AND operation. ( ) 对 ( ) 错
A. 对
B. 错
To set a bit in a target bit pattern, set the corresponding mask bit to 0 and use the AND operation. ( ) 对 ( ) 错
A. 对
B. 错
The result of the binary OR operation is true only if both inputs are true. ( ) 对 ( ) 错
A. 对
B. 错
The result of the binary AND operation is true only if both inputs are true. ( ) 对 ( ) 错
A. 对
B. 错