Computer Science, asked by vinee32, 5 months ago

convert binary number 11011 to hexadecimal...
step by step​

Answers

Answered by jaat8860
3

Answer:

Step 1: Write down the binary number:

00011011

Step 2: Group all the digits in sets of four starting from the LSB (far right). Add zeros to the left of the last digit if there aren't enough digits to make a set of four:

0001 1011

Step 3: Use the table below to convert each set of three into an hexadecimal digit:

0001 = 1, 1011 = B

So, 1B is is the hexadecimal equivalent to the decimal number 11011.

Explanation:

Hope It will be helpful to you

Answered by Anonymous
2

Answer:

Hii Vinee,

#hope it will help you

#Mark me brainliest

Step 1: Write down the binary number:

00011011

Step 2: Group all the digits in sets of four starting from the LSB (far right). Add zeros to the left of the last digit if there aren't enough digits to make a set of four:

0001 1011

Step 3: Use the table below to convert each set of three into an hexadecimal digit:

0001 = 1, 1011 = B

So, 1B is is the hexadecimal equivalent to the decimal number 11011.

To convert from binary to hexadecimal use the following table:

Attachments:
Similar questions