Computer Science, asked by reetamahato175681, 1 month ago

10101101²= 9¹⁰ convert octal to hexadecimal​

Answers

Answered by dhotrens30
0

Answer:

Octal Number System:

The octal numeral system, or oct for short, is the base-8 number system, and uses the digits 0 to 7. Octal numerals can be made from binary numerals by grouping consecutive binary digits into groups of three (starting from the right).

Hexadecimal Number System:

In mathematics and computing, hexadecimal (also base 16, or hex) is a positional numeral system with a radix, or base, of 16. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A,B,C,D,E,F (or alternatively a, b, c, d, e, f) to represent values ten to fifteen.

Similar questions