For this set of challenges, your task is to design logic gates circuits in order to produce the desired output for the given inputs as described in each challenge. You can combine as many logic gates as necessary using the standard logic gates (NOT, AND, OR, XOR, etc.)
Challenge #1Challenge #2Challenge #3Challenge #4Challenge #5
Challenge #1
The light bulb should only be on when either:
- Both inputs A and B are on while input C is off
or:
- Both inputs A and B are off while input C is on
Challenge #2
The light bulb should be one when only one of the inputs is on while the remaining two inputs are off.
Challenge #3
The light bulb should be one when any two of the inputs are on while the remaining input is off.
Challenge #4
- When input A is on, the light bulb should be controlled by turning switch B on and off.
- When input A is off, the light bulb should be controlled by turning switch C on and off.
Challenge #5
This challenge will require 4 inputs: A, B, C and D.
The light bulb should only be on when either:
- Both inputs A and D are on while B and C are off
or:
- Both inputs A and D are off while B and C are on
Solution...
The solution for this challenge is available to full members!Find out how to become a member:
➤ Members' Area