Convert decimal of 621 into binary
Answers
Answered by
1
621 =
0b1001101101
hope t helps you pls follow me
Answered by
0
Answer:
621 Decimal To Binary Conversion:
STEP 1 : Perform the successive MOD operation by 2 for the given decimal number 621 and note down the remainder (either 0 or 1) for each operation. The last remainder is the MSB (most significant bit) and the first remainder is the LSB (least significant bit).
621 / 2 = 310 : Remainder is 1 → LSB
310 / 2 = 155 : Remainder is 0
155 / 2 = 77 : Remainder is 1
77 / 2 = 38 : Remainder is 1
38 / 2 = 19 : Remainder is 0
19 / 2 = 9 : Remainder is 1
9 / 2 = 4 : Remainder is 1
4 / 2 = 2 : Remainder is 0
2 / 2 = 1 : Remainder is 0
1 / 2 = 0 : Remainder is 1 → MSB
STEP 2 Write the remainders from MSB to LSB provide the equivalent binary number
1001101101
621 = 1001101101
Hope it helps
mark as BRAINLIEST
@phenom
Attachments:
Similar questions
English,
3 months ago
English,
3 months ago
India Languages,
3 months ago
Social Sciences,
7 months ago
Computer Science,
1 year ago
Physics,
1 year ago
Physics,
1 year ago