Logic Gates

?

What are Booleans

Boolean is a data type, having two values usually denoted as true or false

1 of 6

The NOT Gate

The NOT gate reverses the input as an output

It only has one input/output

2 of 6

The AND Gate

The And Gate can have two or more inputs and returns one Output

Only if All inputs are true then it outputs true

3 of 6

The OR Gate

The OR gate needs can have 2 or more inputs and provides one output

Aslong a atleast 1 input is true than it outputs true

4 of 6

Truth Tables

A Truth Table shows the inputs and outputs of a logic diagram

5 of 6

Logic Symbols

V - OR

¬ - NOT

Λ - AND

6 of 6

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Logic Gates resources »