Computer Science, asked by radhey1981yadav, 7 months ago

convert the following decimal number into binary numbers 174




Please pora solution ki photo bejna please

Answers

Answered by sajal582033
5

Step 1: Divide (174)10 successively by 2 until the quotient is 0:

174/2 = 87, remainder is 0

87/2 = 43, remainder is 1

43/2 = 21, remainder is 1

21/2 = 10, remainder is 1

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 10101110.

So, 10101110 is the binary equivalent of decimal number 174 (Answer).

Answered by saicharan56
2

The convertion of Decimal number 174 into Binary is 10101110.

plz make me brainliest.

Similar questions