Question: Review the electronic gate shared by a different peer. Describe the resulting output with an input of binary byte (eight-digit binary number) of your choosing.
Review the electronic gate shared by a different peer. Describe the resulting output with an input of binary byte (eight-digit binary number) of your choosing. What is the decimal equivalent of the inputted binary number as well as its outputted binary number?
The two sites that I found that helped me to understand logic gates were
Woodford, C. (2021, July 11).How do logic gates work?Explain that Stuff. Retrieved October 3, 2021, from https://www.explainthatstuff.com/logicgates.html.
Electronic gates work - basics functions & applications explained. Bright Hub Engineering. (2010, January 10). Retrieved October 3, 2021, from https://www.brighthubengineering.com/diy-electronics-devices/61224-gateways-of-technology-learn-about-electronic-gates/.
The first site,How do logic gates work?explains how the logic gate works by using a comparative explanation. Logic gates are the controls for the data to continue. The gate compares the input and, depending on the gate, sends the appropriate output. By adding a series of gates, you can control the output.
The origin of the idea of logic gates comes from diode logic, the idea that controlling the flow of electricity with originally relays, then vacuum tubes and finally resistors can change the output voltage from what was inputted into the circuit. This idea translates over to logic gates, but instead of controlling the voltage you are controlling the on or off, the 1 or 0 of the output.
Input 1 | Input 2 | Input 3 | Output |
1 | 1 | 1 | 0 |
1 | 0 | 1 | 0 |
0 | 1 | 1 | 0 |
1 | 0 | 0 | 1 |
0 | 1 | 0 | 1 |
0 | 0 | 1 | 0 |
0 | 0 | 0 | 0 |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
