Computer Science, asked by Ananoas065, 1 month ago

how to convert hexadecimal to binay

Answers

Answered by Saiakshat29
0

Step 1: Take given hexadecimal number

Step 2: Find the number of digits in the decimal

Step 3: If it has n digits, multiply each digit with 16n-1 where the digit is in the nth position

Step 4: Add the terms after multiplication

Step 5: The result is the decimal number equivalent to the given hexadecimal number. Now we have to convert this decimal to binary number.

Step 6: Divide the decimal number with 2

Step 7: Note the remainder

Step 8: Do the above 2 steps for the quotient till the quotient is zero

Step 9: Write the remainders in the reverse order.

Step 10: The result is the required binary number

Mark As Brainliest When

Similar questions