Engineering ToolBox - Resources, Tools and Basic Information for Engineering and Design of Technical Applications!

Boolean Algebra

Logic functions where the values of variables are true (1) or false (0).

In boolean algebra the values of variables are true (1) or false (0).

BUF

y = a                        (1)

BUF
ay
0 0
1 1

AND

y = a & b                        (2)

AND
aby
0 0 0
0 1 0
1 0 0
1 1 1

OR

y = a | b                        (3)

OR
aby
0 0 0
0 1 1
1 0 1
1 1 1

XOR

y = a ⊻ b                    (4)

XOR
aby
0 0 0
0 1 1
1 0 1
1 1 0

NOT

y = a                     (5)

NOT
ay
0 1
1 0

NAND

y = a & b                    (6)

NAND
aby
0 0 1
0 1 1
1 0 1
1 1 0

NOR

y = | b                     (7)

NOR
aby
0 0 1
0 1 0
1 0 0
1 1 0

XNOR

y = b                     (8)

XNOR
aby
0 0 1
0 1 0
1 0 0
1 1 1
3D Engineering ToolBox - draw and model technical applications! 2D Engineering ToolBox - create and share online diagram drawing templates! Engineering ToolBox Apps - mobile online and offline engineering applications!

Unit Converter


















































4.9.9

.