Assignment 04
Assignment 04
1. Design a logic circuit that has three inputs and whose output is high whenever
two or more of the three inputs are low.
a. Construct a 3-input truth table that meets the criteria given.
2. Determine the output expression for the circuit shown in Figure 1 and with the
aid of DeMorgan's theorem, simplify the expression.
Figure: 1
3. Propose how the following logic function can be implemented by using only
NOR gates. Repeat the implementation of the logic function by using only
NAND gates.
X = ABC
5. An assembly line has THREE (3) failsafe sensors (S1, S2 and S3) and ONE
(1) emergency shutdown switch, Q. The line should keep moving unless any
of the following conditions arise, and an alarm should be triggered:
✓ lf Q is pressed.
ECEG 1551 1
✓ lf S1 and S2 are activated at the same time.
✓ lf all three sensors, S1, S2, S3, are activated at the same time.
ECEG 1551 2