Three basic rules govern logically “ANDing” two binary numbers. First, 1 “ANDed” with 1 yields
1. Second, 1 “ANDed” with 0 yields 0. Finally, 0 “ANDed” with 0 yields 0. The truth table provided
in table 30–4 illustrates the rules for logical AND operations.