Introduction to mathematics for computer science - learn by practice and share
number base photo - day three Welcome to day three! I hope you all doing fine and Right. me also. In previous tutorial we have learned that, what is number base, what is decimal and binary number, I we have learned how to convert between binary to decimal number. Today, I will post some question, and yeah answer too, okay let's start with that. ❓ 1. Describe one way of converting decimal numbers to binary numbers. Answer: Repeatedly divide the decimal number by 2, carefully noting the remainder each time. The binary number is formed by writing the remainders in reverse order. ❓ 2. What number is the binary system based upon? Answer: Based on 2. 0 & 1. ❓ 3. How many different digits occur in the binary system? Answer: 2 different digits occur. they are 0 & 1. ❓ 1. Convert the following decimal numbers to binary numbers: (a) 19 (b) 36 (c) 100 (d) 796 (e) 5000. Answer of (a): ...