Computer Science, asked by elinapumaraiyeein, 2 months ago

D number system convert to binary number system
84​

Answers

Answered by mnnairs
0

Answer:

PLEASE MARK ME BRAINLIEST !!!

Explanation:

To convert integer to binary, start with the integer in question and divide it by 2 keeping notice of the quotient and the remainder. Continue dividing the quotient by 2 until you get a quotient of zero. Then just write out the remainders in the reverse order. Here is an example of such conversion using the integer 12.

Answered by anindyaadhikari13
1

Required Answer:-

Given Decimal Number:

  • (84)₁₀

To Find:

  • The binary equivalent of the given number.

Solution:

Calculation is given as:

\boxed{\begin{array}{c|c|c}\tt2&\tt84&\tt \\ \tt2&\tt42&\tt0\\ \tt2&\tt21&\tt0\\ \tt2&\tt10&\tt1\\ \tt2&\tt5&\tt0\\ \tt2&\tt2&\tt1\\ \tt2&\tt1&\tt0\\ \tt2&\tt0&\tt1\end{array}}

Now, write the remainders obtained in reverse order.

>> (84)₁₀ = (1010 100)₂

>> So, the binary equivalent of (84)₁₀ is (1010 100)₂

Answer:

  • (84)₁₀ = (1010 100)₂

Steps to Convert:

  • Repeatedly divide the number by 2 until the quotient is not zero.
  • Write the remainders obtained on the right side.
  • At last, write the remainders obtained from bottom to top.
  • The result obtained is the binary equivalent of the given decimal number.

•••♪

Similar questions