Chapter 3 - Logic Flashcards
What are transistors
Tiny transistors - switches - that can either be on or off
Transistors are combined to make what?
Logic gates
Logic gates are combined to do what?
Execute calculations and logic comparisons
Give the symbol for an OR GATE
Give the symbol for an AND GATE
Give and example for a NOT GATE
Draw a truth table for AnB
A B Y
0 0 0
0 1 0
1 0 0
1 1 1
Draw a truth table for AUB
A B Y
0 0 0
0 1 1
1 0 1
1 1 1
Draw a truth table for NOT GATE A
A Y
0 1
1 0
what does a not gate do?
flips inputs
A condition statement with multiple boolean operators in it is called a what?
Compound Statement
To work out the outputs from all the possible combinations of inputs what is used?
A truth table
True is interchangeable with what?
1 / ON
False is interchangeable with what?
0 / OFF
A CPU contains what?
transistors