COA Lab Manual
COA Lab Manual
OR Gate: If one of the value is TRUE then output is True or else False
NOT Gate: If input is True then output is False and Vice versa.
XOR Gate: One value should be False then Output is True else False
XNOR Gate: Both values should be same either False or True then output is
True else False
Circuit Diagram:
Truth Table:
Circuit Diagram:
Truth Table:
Truth Table:
Circuit Diagram:
Truth Table:
Flow chart:
Example: 7 X 6 = 42
Non-Restoring:
1) Let Q register hold the divided, M register holds the divisor and A register is 0.
2) On completion of the algorithm, Q will get the quotient and A will get the remainder.
Algorithm:
The number of steps required is equal to the number of bits in the Dividend.
1) At each step, left shift the dividend by 1 position.
Truth Table: