You must login before you can post a comment.
Author: prashant kumar
Project access type: Public
Description:
A NOR gate is a fundamental digital logic gate that performs a logical NOR operation. It is a combination of an OR gate followed by a NOT gate. The output of a NOR gate is true (or high, 1) only when all of its inputs are false (or low, 0). If any of the inputs are true (or high, 1), the output will be false (or low, 0).
Created: Sep 06, 2024
Updated: Sep 06, 2024
Comments