For the AND gate,the output is TRUE only if all of the inputs are TRUE.
举一反三
- For the XOR gate,the output is TRUE if an odd number of inputs are TRUE.
- The AND gate output is HIGH only when all the inputs are LOW.
- The output of a OR gate is LOW only when all its inputs are LOW
- The AND gate output is HIGH only when all the inputs are LOW. A: 正确 B: 错误
- The output of a OR gate is LOW only when all its inputs are LOW A: 正确 B: 错误