Boolean Elements

AND

Image

Description

The AND-Element is a very simple boolean element. The output is true if all inputs are true.

Properties

I1Boolean
I2Boolean
I..Boolean
QBoolean
Add InputsBoolean
Add OutputsNo Outputs Addable

Truth Table

I1I2Q
111
100
010
000

NAND

Image

Description

The NAND-Element is the inverted AND-Element. That means it's true whenever NOT all inputs are true.

Properties

I1Boolean
I2Boolean
I..Boolean
QBoolean
Add InputsBoolean
Add OutputsNo Outputs Addable

Truth Table

I1I2Q
110
101
011
001

NOT

Image

Description

The NOT-Element just inverts the input

Properties

IBoolean
QBoolean
Add InputsNo Inputs Addable
Add OutputsNo Outputs Addable

Truth Table

IQ
10
01

OR

Image

Description

The OR-Element is also very. The output is true if one input is true.

Properties

I1Boolean
I2Boolean
I..Boolean
QBoolean
Add InputsBoolean
Add OutputsNo Outputs Addable

Truth Table

I1I2Q
111
101
011
000

NOR

Image

Description

The NOR-Element is the invertet OR-Element. Therefore it's output is just true if all inputs are false.

Properties

I1Boolean
I2Boolean
I..Boolean
QBoolean
Add InputsBoolean
Add OutputsNo Outputs Addable

Truth Table

I1I2Q
111
101
011
000

XOR

Image

Description

The output of the XOR-Element is if one input is true but not both.

Properties

I1Boolean
I2Boolean
QBoolean
Add InputsNo Inputs Addable
Add OutputsNo Outputs Addable

Truth Table

I1I2Q
110
101
011
000

Copyright © 2015 - 2024 RaSmatin

Build with ❤️ by LukasRaab.com