CSC373/406
:
C: Logic in C
[35/42]
How do we map truth values to bytes?
One truth value per bit (logical)
One truth value per byte (bitwise)
How do we map truth values to words?
One truth value per bit (logical)
One truth value per word (bitwise)
Recall the meaning of logical AND, (inclusive) OR, (exclusive) XOR, and NOT