Computer Science, asked by kartikahlawat91, 10 hours ago

Decimal into Hexadecimal 1 .(318) Base 10
2 .(1417) Base 10​

Answers

Answered by rudransh912010
1

Answer:

A decimal number system is also called a Base-10 (Hindu Arabic) number system. In this system 10 digits used they are 0,1, 2, 3, 4, 5, 6, 7, 8, 9. In this system, we can write fractional numbers. Example of a decimal number is 129.56.

Hexadecimal:

A hexadecimal number is also called base-16 number system cause it has 16 digits in it form 0 to 9 & A to F. In computer languages coding it makes easy to write large numbers. Example for hexadecimal is 4B6

Similar questions