Computer Science, asked by tejasshahigamer, 5 hours ago

What is base of hexadecimal number? Explain what is chart and explain any two of its
components


tell in briefly

Answers

Answered by siddhi3131
0

Answer:

Explanation:

Hexadecimal is a number system with base 16. It’s simply a different way to write and count numbers, represented in terms of 16.

In decimal, numbers are represented in terms of 10. For example,

abcd10=a⋅103+b⋅102+c⋅10+d  

while

abcd16=a⋅163+b⋅162+c⋅16+d  

In decimal, we have 10 digits, 0–9. However, for hexadecimal, we need 16 digits. These are represented by letters. A,B,C,D,E and F, which turn into 10, 11, 12, 13, 14, and 15.

Hexadecimal is used for computer memory and computing, since it’s relatively easy to convert from binary because  16=24 .

Similar questions