Write down the Boolean Table and the Boolean Expression that models the circuit that implements the NOR operation. This circuit is given two 1-bit values, a and b. It outputs 1 if a = b = 0, and outputs 0 otherwise.
"X \u2193 Y \u2261 \u00ac(X \u2228 Y) \u2261 \u00acX \u2227 \u00acY"
Comments
Leave a comment