CIS 351 |
Busses and Bitwise Operations |
Fall 2025 |
true
if a four-bit input represents the number 6, and false
otherwise.true
if a four-bit input represents the number 0, and false
otherwise.true
if an n
-bit input represents the number 0, and false
otherwise.0xAC & 0x0F
?
0xAC | 0x0F
?
0xAC ^ 0x0F
? (The symbol ^
in this context
means "Exclusive OR".)
Updated Tuesday, 26 August 2025, 9:51 AM