assembly language drew a circuit
1)
- It should have three inputs.
- It should have one output.
Modify it so that the following holds true:
- The output should be a 1 (or "on") if and only if exactly one
of the inputs is a 1.
2) draw a circuit:
- It should have four inputs, labeled A, B, C, and D.
- It should have one output.
Modify it so that the following holds true:
- The output should be a 1 (or "on") if and only if the following
Boolean expression is satisfied: A'BC'D' + A'BC'D + A'BCD + ABC'D'
+ ABC'D