Computer Science for IGCSE & O level - Boolean Logic (Section 11 - No. 42)
Which of the following Boolean expressions is equivalent to a NAND gate?
A + B
A * B
(A + B)'
(A * B)'
Explanation
The NAND gate output is the inverse of the AND gate output, expressed as (A * B)'
Comments (0)
