Truth table,7-segment display

boolean-algebralogic-gates

enter image description here

  1. Write the system truth table
  2. Write a Boolean expression for each of the LED segments (a…g) and the BELL signal as a function of the inputs L and B.

Here are my attempts at it:

enter image description here

enter image description here

Best Answer

The column for f is definitely wrong. (Look where it is connected. It can only have one value, ever.)

Columns a d e g are also wrong. They should always all have the same value (correct) and it should be the inverse of L.

Column b is wrong. It is the AND result of inverse L and inverse B. Your column b has all values the same, which can't be correct.

Column c is incorrect as well. It is the result of inverse B OR L.

You are missing a column for the BELL signal.