In a not gate, if the input is on(1) the output is off (0) and vice versa.

7
Logic gates + Input and Output

Transcript of In a not gate, if the input is on(1) the output is off (0) and vice versa.

Page 1: In a not gate, if the input is on(1) the output is off (0) and vice versa.

Logic gates + Input and Output

Page 2: In a not gate, if the input is on(1) the output is off (0) and vice versa.

Not gates

In a not gate, if the input is on(1) the output is off (0) and vice versa.

Page 3: In a not gate, if the input is on(1) the output is off (0) and vice versa.

And gate

In an and gate, both inputs must be on (1), for the out put to be on (1) if either one or both of the inputs is off, the output will be off

Page 4: In a not gate, if the input is on(1) the output is off (0) and vice versa.

Or gate

In an Or gate, if either one of the inputs is on (1) the output will be on, the only time the output will be off (0) in an or gate is if both inputs are off.

Page 5: In a not gate, if the input is on(1) the output is off (0) and vice versa.

A Nand gate.

Page 6: In a not gate, if the input is on(1) the output is off (0) and vice versa.

*A Nor gate.

Page 7: In a not gate, if the input is on(1) the output is off (0) and vice versa.

*Binary Logic

*Binary logic can be used in logic gates when working with input and outputs, for example in a not gate:

0 1

1 0