L-6 Computer Arithmetic
L-6 Computer Arithmetic
Tanjia Chowdhury
Assistant Professor
Department of CSE
Southern University Bangladesh
Learning Objectives
¡ 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