Convert the following decimal numbers to binary form. (480)10
Answers
Given:
(480)10
480 × 10
4800
Decimal number to be converted to binary:
4800
Binary number:
1001011000000
Steps:
Decimal to binary calculation steps
Divide by the base 2 to get the digits from the remainders:
Division by 2 Quotient Remainder(Digit) Bit #
(4800)/2 2400 0 0
(2400)/2 1200 0 1
(1200)/2 600 0 2
(600)/2 300 0 3
(300)/2 150 0 4
(150)/2 75 0 5
(75)/2 37 1 6
(37)/2 18 1 7
(18)/2 9 0 8
(9)/2 4 1 9
(4)/2 2 0 10
(2)/2 1 0 11
(1)/2 0 1 12
= (1001011000000)2