QUESTION 2 You are to design a combinational circuit that controls the lights in a room with multiple switches. The requ
Posted: Sun May 15, 2022 8:10 pm
QUESTION 2 You are to design a combinational circuit that controls the lights in a room with multiple switches. The requirements are as follows • There are 3 switches in the room at different sides - one at the front door (A), one at the side door (B) and another at the back door (C) • In the initial state, the room lights are OFF. Additionally, the switch at the front door is ON whilst the others are OFF. • From the initial state, flipping any switch position will turn the lights ON. Flipping any switch position again will turn the lights OFF and so on. Create the truth table for the inputs and outputs above and derive the final Boolean expression from the truth table. Illustrate the logic circuit for the switch controls in the room. You can only use AND, OR and NOT gate for the logic circuit.