CIS 351 |
Functional Completeness |
Winter 2022 |
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, 3 January 2022, 1:59 PM