YEAR 1 CO1 WEEK 14 BOOLEAN LOGIC Flashcards
State the purpose of boolean logic.
To combine multiple logical statements.
Describe Logic Gates.
Electronic logic gates take one or more inputs produce single output.
Output can become input to another gate making more complicated cascaded sequence of logic gates implemented to form a circuit.
Describe Truth Tables.
Column for each input and one output.
Describe Logic Diagrams.
Like a flowchart.
Allows user to visually trace exact path of logic from initial input to ultimate output.
Describe Algebra in this context.
Very useful giving condensed summary of a logical expression.
What is a NOT gate.
Takes one input and inverts it.
If 0 input outputs 1 and vice versa.
Triangle shape gate.
「 but sideways.
What is a AND gate.
AND gate only results in TRUE if both inputs are true.
Both inputs must be 1.
Semicircle shape gate.
A^B
What is a OR gate.
Outputs TRUE if either of inputs are 1.
A weird curved at one side rectangle.
AvB