L-5 Computer Arithmetic - Update
L-5 Computer Arithmetic - Update
Binary number system has only two digits (0 and 1), and is
suitable for expressing two possible states
Example 3:
Binary Multiplication
Example 4:
Binary Division
Table for binary division is as follows:
① 0 ÷ 0 = Divide by zero error
② 0÷1=0
③ 1 ÷ 0 = Divide by zero error
④ 1÷1=1
Computer arithmetic