Combinations of Gates
Combinations of Gates Very often it is convenient to be able to perform a logical function using a different kind of gate. AND Followed by NOT If an AND gate is followed by a NOT gate (see Fig.12) the output of the circuit will be . Therefore, the combination acts like a NAND gate. AND Preceded by NOT If all of the inputs to an AND gate are inverted, see Fig .13, the output of the circuit will be F = Ā.Ḃ. The truth table for this equation is given by Table 8.10. If this table is compared with the truth tables of the various gates it will be seen that the NOR logical function has been performed. Therefore, Similarly NAND Preceded by NOT The truth table for the circuit of Fig. 14 is given by Table 11. This shows that the output of the circuit is 1 whenever any one, or more, of its inputs is at 1. This means that the circuit performs the OR logical function. The Boolean expression for the circuit is NAND Followed by NOT When ...