What are the 3 logic gates?
AND
OR
NOT
What does the AND logic gate look like?
——|———)
| )
| ) ——
| )
——|———)
(2 lines parallel,a slightly squished semi circle and line in the middle of the end)
What does the OR logic gate look like?
——)——)
) )
) )——
) )
——)——)
(2 lines parallel,a slightly squished POINTY semi circle and line in the middle of the end)
What is the symbol for the AND logic gate?
^ (upwards facing v)
What is the symbol for the OR logic gate?
v (just a v)
What is the symbol for the NOT logic gate?
¬ (a l with the bottom bit at the right
How to know what the output would be in an AND logic gate?
Both have to be 1 to be true (1)
Eg:0,0=0/
1,0=0
1,1=1
How to know what the output would be in an OR logic gate?
There has to be Atleast one 1 for it be to true (1)
Eg:1,0=1
How to know what the output would be in an NOT logic gate?
The opposite of the input
Eg:1=0
How to know what order to draw the logic gates in (precedence)?
Follow bidmas ie. Brackets first
In a 3 input truth table, Whats the order for 1s and 0s?
Whats a logic circuit?
When u have more than 1 logic gate connected
Like the logic circuit for NOT (A AND B) OR (C AND D)
What is a truth table?
Every possible input combination’s output
What is a logic gate?
A series of transistors connected together to act as a “building block” for a digital circuit
Basically the diagram for à AND OR NOT