|
|
Consider the following circuit:
When the signal c (for control) is equal to 1, the AND gates will let the input number 1101 pass.
But if the control signal c is equal to 0, the AND gates will block the input number 1101:
Notice that when the OR gates blocks, the output signals (= bits) are all equal to o.
How to run the program:
|
Consider the following circuit:
When the signal c (for control) is equal to 0, the OR gates will let the input number 1101 pass.
But if the control signal c is equal to 1, the AND gates will block the input number 1101:
Notice that when the OR gates blocks, the output signals (= bits) are all equal to 1.
How to run the program:
|
|
In the above figure, the first input is active (while the other 4 inputs are equals to 0).
The output signal will be equal to the active signal (= input 0)
In the above figure, the 3rd input is active (while the other 4 inputs are equals to 0).
The output signal will be equal to the active signal (= input 2)
How to run the program:
|