how to convert decimal number into binary number system
Asked by ChoHail6696
Answer (1)
Answer:To convert a decimal to binary, keep dividing the number by 2 and write the remainders. Then, read the remainders from bottom to top.Example:13 ÷ 2 = 6 R 16 ÷ 2 = 3 R 03 ÷ 2 = 1 R 11 ÷ 2 = 0 R 1Answer: 1101So, 13 is 1101 in binary.
Answered by ellainetrisha | 2025-07-22
Related Questions in Technology and Home Economics