Solved Examples of Truth Table

Example 1: Draw the truth table of the given Boolean expression: A.(B+C)

Solution:

The number of input combinations will be 8 (23=8).

A

B

C

B+C

A.(B+C)

0

0

0

0

0

0

0

1

1

0

0

1

0

1

0

0

1

1

1

0

1

0

0

0

0

1

0

1

1

1

1

1

0

1

1

1

1

1

1

1

Example 2: Draw the truth table of the given Boolean expression: A.¬ (B + (C.D))

Solution:

There are four inputs so the number of input combinations will be 24=16

A

B

C

D

C.D

B+(C.D)

¬(B+(C.D))

A.¬(B+(C.D))

0

0

0

0

0

0

1

0

0

0

0

1

0

0

1

0

0

0

1

0

0

0

1

0

0

0

1

1

1

1

0

0

0

1

0

0

0

1

0

0

0

1

0

1

0

1

0

0

0

1

1

0

0

1

0

0

0

1

1

1

1

1

0

0

1

0

0

0

0

0

1

1

1

0

0

1

0

0

1

1

1

0

1

0

0

0

1

1

1

0

1

1

1

1

0

0

1

1

0

0

0

1

0

0

1

1

0

1

0

1

0

0

1

1

1

0

0

1

0

0

1

1

1

1

1

1

0

0

Truth Table

A Truth Table is a table that lists all the possible combinations of inputs and their corresponding outputs. It shows how the output of logic circuits changes with different combinations of logic levels at the input. It is mostly associated with Boolean algebra or areas where Boolean logic is used. It is a branch of algebra where there are only two values possible true and false.

Table of Content

  • Truth Table
  • Construction
  • Unary Operation Truth Table
  • Binary Operations Truth Table
  • Applications
  • Advantages
  • Disadvantages

Similar Reads

What is Truth Table?

The truth table is a systematic representation of all truth values of a logical expression. It consists of all the inputs and gives the required output. It takes a combination of inputs to get the desired output. Truth tables are mainly used in Boolean algebra so, a variable can take two values 0 or 1....

How to Create a Truth Table for Given Logical Expression

A truth table has some elements that include Input Variables, Output Variables, and combinations of input variables. The columns represent the number of input and output variables, and the rows represent the number of all possible combinations. As in the truth table, we generally work with binary there will be 2n number of rows, where n is the number of input variables....

Truth Table for Unary Operation

A Unary operation is a kind of operation where there is only one operand present. There are four types of unary operation:...

Truth Table for Binary Operations

A binary operation is a kind of operation where two operands are involved. Using two operands and a single operator which gives a single output. Some of the basic binary operations include AND, OR, NAND, NOR, XOR, conditional and biconditional....

Solved Examples of Truth Table

Example 1: Draw the truth table of the given Boolean expression: A.(B+C)...

Applications of Truth Table

Some applications of truth tables are listed below....

Advantages of Truth Table

Some advantages of the truth table are listed below....

Disadvantages of Truth Table

Some disadvantages of the truth table are listed below....

Conclusion

In conclusion, a truth table is a table that is used to find the output of logical expressions for its various combinations of input. Truth table is widely used in digital circuits along with this it is also used in other fields like computer programming and mathematics....

Truth Table – FAQs

What do you mean by a truth table?...