Computer Science, asked by dreamchaser76, 1 month ago

write the base of hex decimal number and octal number​

Answers

Answered by romitghosh387d
0

Answer:

Base 10 (Decimal) — Represent any number using 10 digits [0–9] Base 2 (Binary) — Represent any number using 2 digits [0–1] Base 8 (Octal) — Represent any number using 8 digits [0–7] Base 16(Hexadecimal) — Represent any number using 10 digits and 6 characters [0–9, A, B, C, D, E, F]

Answered by BrainlyProgrammer
6

Answer:

hexadecimal number has base 16 Example:- {(167)}_{16}

octal number has base 8. Example:- {(27)}_{8}

Similar questions