With my question: I need to create a circuit using logisim where you can input a value for a
month, being D1, D2, D3, D4 the circuit then decodes the inputs, using a 4 to 16 decoder
using only AND, OR (2 inputs only) and NOT Gates (1 Input only). Then a logic circuit takes
the decoded values and then outputs (total of 5 outputs). The outputs need to be.
January Febuary March April December
JFMAD
1 0 0 0 0
0 0 1 0 0
0 1 0 0 0
0 0 1 0 0
0 1 0 0 0
0 0 1 0 0
0 1 0 0 0
0 0 1 0 0
0 1 0 0 0
0 0 1 0 0
0 1 0 0 0
0 0 0 1 0
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
0 0 0 0 1
Each logic I try to use fails and I have need some assistance in the circuit diagram