convert decimal to binary
Answers
Answered by
2
Answer: 101111
Explanation:
Step 1: Divide (47)10 successively by 2 until the quotient is 0:
47/2 = 23, remainder is 1
23/2 = 11, remainder is 1
11/2 = 5, remainder is 1
5/2 = 2, remainder is 1
2/2 = 1, remainder is 0
1/2 = 0, remainder is 1
Step 2: Read from the bottom (MSB) to top (LSB) as 101111. This is the binary equivalent of decimal number 47 (Answer).
Explanation:
Step 1: Divide (47)10 successively by 2 until the quotient is 0:
47/2 = 23, remainder is 1
23/2 = 11, remainder is 1
11/2 = 5, remainder is 1
5/2 = 2, remainder is 1
2/2 = 1, remainder is 0
1/2 = 0, remainder is 1
Step 2: Read from the bottom (MSB) to top (LSB) as 101111. This is the binary equivalent of decimal number 47 (Answer).
Answered by
2
Answer:
hi please Mark me brainy
Similar questions