does anybody knows how to write the logic function for each output based on the inputs?

MrChips

Joined Oct 2, 2009
34,887
i need to solve this but i just dont know how to write the logic function and the logic table on logisim
Forget logisim. Do it manually, one gate at a time for each gate.

Give each gate an ID number, U1, U2, etc.
You have 4 inputs, A B C D, hence 16 possible states.
Draw the truth table starting with the first gate U1.

Buena suerte!
 

dl324

Joined Mar 30, 2015
18,376
i need to solve this but i just dont know how to write the logic function and the logic table on logisim
Is this schoolwork?

All of the unnecessary wire crossings and jogs. How pitiful. And using humps instead of connection dots. Thankfully that style went out many decades ago.
 

Papabravo

Joined Feb 24, 2006
22,084
Yes, I can do it with one hand tied behind my back. Do you know the function of each gate from the symbols? If not, you should start there. Once all the symbols are tagged with an identifier. We can name them and help you decode the function of each gate.
 
Top