CIS 351 |
Busses and Bitwise Operations |
Winter 2026 |
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 Monday, 12 January 2026, 1:07 PM