asked 47.5k views
1 vote
PLEASE HELP FAST

which of these is the binary nuber 11 when converted to hexadecimal? 01,B,F,3

asked
User Parixit
by
7.5k points

1 Answer

4 votes

Answer:

11 is 3 in hexadecimal

Step-by-step explanation:

01 is 1, B is 1011, F is 1111, and 3 is 11.

You need to know that hexadecimal has 15 numbers

0-9

and

10= A

11=B

12=C

13=D

14=E

15=F

And accordingly, you can convert 10,11,12,13,14 and 15 to get the binary equivalent. like 1010 =10 in decimal 1011 is 11 in decimal and B in hexadecimal.

Here we are given binary number 11, and this is 3 in decimal. And the difference between the decimal number and the hexadecimal number is there is 0-9 digit in decimal and there are 0-9 and A-F= 15 digits in hexadecimal. However, here we are dealing with 11 and which is less than 9. and hence it's 3 in both decimal and hexadecimal number systems.

answered
User Temilade
by
9.0k points

Related questions

asked Mar 11, 2024 217k views
Johan Carlsson asked Mar 11, 2024
by Johan Carlsson
8.0k points
1 answer
1 vote
217k views
asked Aug 8, 2024 37.8k views
Jwarzech asked Aug 8, 2024
by Jwarzech
8.0k points
2 answers
0 votes
37.8k views