4-4) Principles of Logic Gates Flashcards
What are the 3 most basic logic gates?
Inverter, AND, OR
What are 5 basic types of logic gates that can be produced using the 3 most basic logic gates?
Inverter, AND, OR, NAND, NOR
Draw the symbol for an inverter gate.
Draw the symbol for an AND gate.
Draw the symbol for an OR gate.
Draw the symbol for a NAND gate.
Draw the symbol for a NOR gate.
Draw the symbol for a XOR gate.
Draw the symbol for an XNOR gate.
What is a logic gate?
A logic gate is a device with only one output and two or more inputs. Logic gates represent the basic building blocks of digital circuits and represent decision making required in electronic circuits.
What are some components that may represent logic gates in an electronic circuit?
transistors, lights, diodes
What is a logic level?
A voltage of a specified value that is used to represent either a binary “1” or “0.” “On” or “Off.” “High” or “Low.”
What is a logic symbol?
A log symbol is a pictorial representation of a logic function. A symbol does not indicate any particular components but does indicate the function.
What is logic high?
The most positive of two voltage levels.
What is logic low?
The most negative of two voltage levels.
What is logic low?
The most negative of two voltage levels.
What is a logic function?
A function expressing a relationship between variable input(s) to a system device and the resultant output.
What is a gate?
A device that has two or more inputs and only one output.
What is a truth table?
A table that shows all possible input combinations to a logic function and the resultant outputs.
What are the rules for an AND gate?
- All inputs must be high to product high output
- Only ONE combination will produce a high output
- And low input = low output
Write out an AND gate truth table.
How do AND gate rules change when you had more than 2 inputs?
They don’t. The same rules apply. All inputs must be high before a high can be produced. A good example is a pilot’s checklist where all items on the checklist need to be “high” before the aircraft can fly.
What are the rules for an OR logic gate?
- If any inputs are high, the output is high.
Write out an OR gate truth table.