Ask Question
18 January, 13:28

Truth table for (A+B) (B+C)

+1
Answers (1)
  1. 18 January, 16:38
    0
    A truth table is a logical expression of the given inputs specially in boolean algebra and boolean functions in computer science and digital electronics.

    Explanation:

    Number of variables are 3 i. e A, B and C

    so the number of bits are 2^3=8

    A B C A+B B+C (A+B) (B+C)

    0 0 0 0 0 0

    0 0 1 0 1 0

    0 1 0 1 1 1

    0 1 1 1 1 1

    1 0 0 1 0 0

    1 0 1 1 1 1

    1 1 0 1 1 1

    1 1 1 1 1 1
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Truth table for (A+B) (B+C) ...” in 📙 Engineering if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers