Computers: Unit 18: Logic Flashcards
1
Q
What is the truth table?
A
A table a table showing all possible combinations of the inputs and outputs of an operator.
2
Q
What are the three logic operations?
A
- Not
-And
-Or
3
Q
What is Boolean?
A
Something that can take only the values true of false. it is named after English mathematician George Boole.
4
Q
What is logic circuit?
A
An electronics circuit to that has imports and outputs that follow one of the Boolean operators.
5
Q
What is bug?
A
An error of law in a computer program.
6
Q
What is an operator precedence?
A
The order in which you apply the operators (including logical operators) in mathematical equation