KnowledgeBoat Logo

Computer Science

What is truth table? Explain with reference to boolean algebra.

Boolean Algebra

13 Likes

Answer

Truth Table is the tabular representation of the values given and the result obtained due to any logical operation. For example:

1st Value2nd ValueOutput
001
010
101
110
1st Value2nd ValueOutput
FALSEFALSETRUE
FALSETRUEFALSE
TRUEFALSETRUE
TRUETRUEFALSE

Answered By

9 Likes


Related Questions