convert these decimal number into binary no.
1) 987
2) 987
Answers
Answer:
Deduct the 1 or 0 in step A from 987 and then divide it by 2. Then, you see if that number is even or odd and then assign a 0 or 1 like step A. Step C) Repeat step B with the new number until the number you get is 1. Step D) Put all the 0s and 1s you assigned in reverse order to get the answer
Explanation:
if this answer helps you then plz support and follow me.....
Explanation:
987 / 2 = 493 : Remainder is 1
493 / 2 = 246 : Remainder is 1
246 / 2 = 123 : Remainder is 0
123 / 2 = 61 : Remainder is 1
61 / 2 = 30 : Remainder is 1
30 / 2 = 15 : Remainder is 0
15 / 2 = 7 : Remainder is 1
7 / 2 = 3 : Remainder is 1
3 / 2 = 1 : Remainder is 1
1 / 2 = 0 : Remainder is 2
987_10 = 1111011011_2
In binary
987 = 1111011011
MARK ME AS BRAINLIEST ✌️
HOPE IT HELPS ☺️