1 / 20

Logic Gates

Logic Gates. What are logic gates?. Logic gates are the switches that turn ON or OFF depending on what the user is doing! They are the building blocks for how computers work. What are logic gates?. Logic gates turn ON when a condition is true, and OFF when the condition is false

nigel
Download Presentation

Logic Gates

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Logic Gates

  2. What are logic gates? • Logic gates are the switches that turn ON or OFF depending on what the user is doing! • They are the building blocks for how computers work.

  3. What are logic gates? • Logic gates turn ONwhen a condition is true,andOFFwhen the condition is false • They check whether or not the information they get follows a certain rule • Remember: • True = ON = 1 • False = OFF = 0

  4. Let’s do an example! • Let’s say a certain logic gate needs to determine if two numbers are equal. • The rule would be “is equal” • If the two input numbers are equal, it will go into its ON position, indicating true. • If they are not equal, it will go into its OFF position, indicating false.

  5. But we learned that computers only think in terms of ON and OFF, which to them is 1 and 0 • So a computer wouldn’t take an input of 5 or 6 – all of the information need to be 0s and 1s • Reminder: “Input” is the information you give the logic gate, and “output” is what it spits out! • Here’s the new version of our example:

  6. Types of Logic Gates! • Major logic gates: NOT, AND, OR, and XOR • There are also other ones, such as NAND, NOR, and XNOR that we’re not going to cover. • This is called “Boolean logic” • In a circuit schematic each logic gate is represented by a different picture, like the ones shown below.

  7. NOT • NOT is the most simple logic gate. • All it does is take in an input that is either ON or OFF and spits out the opposite. • So for a 1 it will give a 0, and for a 0 it will give a 1. • Another name for a NOT gate is inverter, because it inverts (makes opposite) the input NOT gate Input Output

  8. AND • Unlike NOT, AND needs two inputs • It only turns on when both inputs are ON • If only one input is on, it spits out OFF • If both inputs are off, it spits out OFF AND gate Input 1 Input 2 Output

  9. AND Truth Table • A convenient way to visualize the outputs for the logic gates is through a truth table • The truth table depicts the gate’s response to each possible set of inputs Input 1 Input 2 Output

  10. OR • OR needs two inputs • OR needs one input to be ON for it to spit out ON • It is also ON when both inputs are ON • It is OFF when both inputs are OFF OR gate

  11. OR Truth Table Input 1 Input 2 Output

  12. XOR • XOR is the short way to say “Exclusive OR” • Like OR, XOR also only needs one input to be ON for it to spit out ON • But unlike OR, when both inputs are ON, XOR spits out OFF • It is also OFF when both inputs are OFF XOR gate

  13. XOR Truth Table Input 1 Input 2 Output

  14. Stacking Logic Gates! • An output of one logic gate can be an input to another logic gate. • This creates trees of gates that depend on each other.

  15. Let’s Do an Example! NOT NOT 1 1 0

  16. Example 2 AND 1 1 NOT 0 0

  17. Example 3 AND 1 1 1 1 1 XOR OR 0 0

  18. Logic gates actually look like weird bugs in real life! However, the diagrams we use are easier to understand

  19. Logic Gate Game • Logic Flows: • http://www.education.uoit.ca/lordec/ID_LORDEC/logic_flows/LogicFlows1_4.swf

  20. Any Questions?

More Related