Joke Collection Website - Mood Talk - Definition of mixed logic in circuits

Definition of mixed logic in circuits

AND or NOT: F(x)=NOT (AB+CD)

In the gate circuit, A and B are 1 at the same time or C and D are 1 at the same time, and the output is 0

That is, at least one of AB and DC is 1 at the same time, and the output is 0.

Nor: F(x)=Not (A+B)

In the gate circuit, A is 1 or B is 1, and the output is 0

That is, at least one of A and B is 1, and the output is 0.