Term
|
Definition
XOR gate
outputs positive when either only A or only B are positive |
|
|
Term
|
Definition
OR gate
outputs one when A, B or A+B are one |
|
|
Term
|
Definition
NOT gate
reverses the input |
|
|
Term
|
Definition
AND gate
outputs one only if all inputs are one |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
convert binary to 2's compliment negative or vice versa |
|
Definition
|
|
Term
subtract number via 2's compliment. |
|
Definition
convert number to be subtracted to 2's compliment then add it to the other number. remove the most significant digit from end result.
eg.
12-9 =1100 - 1001 convert number to be subtracted to 2's complement and add it =1100 + 0111 =10011 remove most significant digit =0011 =3 |
|
|