decimal to binary 190,10
Answers
Answered by
0
Answer:
Hey mate here your answer
Attachments:
Answered by
0
Answer:
Step 1: Divide (190)10 successively by 2 until the quotient is 0:
190/2 = 95, remainder is 0
95/2 = 47, remainder is 1
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 10111110. This is the binary equivalent of decimal number 190 (Answer).
10
Step 1: Divide (10)10 successively by 2 until the quotient is 0:
10/2 = 5, remainder is 0
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 1010. This is the binary equivalent of decimal number 10 (Answer).
Similar questions