Apr 272023
 

What is a Truth Table?

The Truth table is a table of inputs and outputs, used in digital electronics. You usually start with a table of the outputs you want from the given inputs and design the circuit. This table is used to simplify boolean equations obtained from digital circuits.


It can have many columns, but all tables operate in the same way. There is always at least one output column (on the right side) that represents the result of all possible combinations of the inputs.

The total number of columns in a truth table is the sum of inputs and outputs. The number of rows of the table is the number of combinations that can be achieved with the inputs, and it is equal to 2n, where n is the number of columns in the table (with no output columns)

Truth Table - inputs & outputs

For Example: In the following truth table there are 3 input columns, then we will have 23= 8 combinations (8 rows). A three input switches circuit (with 2 possible binary states: binary “0” or “1”), has 8 possible combinations. The output (exit column) is determined by the state of the input switches.

Truth Table example

Logic circuits are basically an array of switches known as “logic gates” (AND gate, NAND, OR, NOR, NOT, etc.). Each of this logic gates has its truth table.

If we could see in more detail the construction of these “logic gates”, we would realize that they are built with transistors, resistors, diodes, etc. and they are connected in a way that we obtain specific outputs for specific inputs.

The widespread use of logic gates simplifies the design and the analysis of complex circuits. Modern technology allows the construction of integrated circuits (IC’s) that are composed of thousands (or millions) of logic gates.

Example of a 2 & 3 Input NOR gate Truth Tables

2 & 3 Input NOR Gate Truth Tables

Analyzing the truth table of the 2 input NOR gate and the truth table of the 3 input NOR gate, we see that the outputs of the gates are “high” or “1”, when their inputs are all “low” or “0”.

 Leave a Reply

(required)

(required)