Convert Decimal into Binary and Binary into Decimal .
Answers
Answer:
Here is your answer
How to convert decimal to binary
Conversion steps:
Divide the number by 2.
Get the integer quotient for the next iteration.
Get the remainder for the binary digit.
Repeat the steps until the quotient is equal to 0.
Example #1
Convert 1310 to binary:
Division
by 2QuotientRemainderBit #13/26106/23013/21121/2013
So 1310 = 11012
Example #2
Convert 17410 to binary:
Division
by 2QuotientRemainderBit #174/2870087/2431143/2211221/2101310/25045/22152/21061/2017
So 17410 = 101011102
Decimal to binary conversion table
Decimal
NumberBinary
NumberHex
Number0001112102311341004510156110671117810008910019101010A111011B121100C131101D141110E151111F16100001017100011118100101219100111320101001421101011522101101623101111724110001825110011926110101A27110111B28111001C29111011D30111101E31111111F3210000020641000000401281000000080256100000000100
plz mark me as brainlist.....