Data Representation
The number of bytes in a kilobyte, not a kibibyte. Mmm, kibby.
What is 1,000?
The output of the following combination of basic logic gates if both X and Y are TRUE: NOT X AND NOT Y
What is FALSE?
The boolean operator that is evaluated first in the following expression: NOT ( X AND Y )
What is AND?
The boolean operator that is evaluated last in the following expression: NOT ( X AND Y ) OR ( NOT X AND NOT Y)
What is OR?