Binary Flashcards
0
Q
What is a half addition? Full addition?
A
Ol
1
Q
What’s the difference between an And, Or, and Not gate?
A
Not gate tales an input and givs u its opposite. Or gate only gives 0 when both inputs are 0. And gate only gives a 1 if both inputs are 1
2
Q
How does a computer add two binary numbers together?
A
- Using digital circuits whose fundamental building blocks are AND, OR and NOT gates
- Digital circuits only accept 0s and 1s as input and only output 0s and 1s
3
Q
Another name for the not gate.
A
Inverter
4
Q
Give an example of a unary gate?
A
Not gate
5
Q
Whats the difference between a binary gate and a unary gate?
A
A unary gate only accepts 1 input. Binary accepts 2 inputs
6
Q
What does an OR gate look like? AND? NOT?
A
And is a D shape. OR is a moon shape )). And not is a triangle.