explain Binary,octal, Hexadecimal with print example
this is related to computer science
Answers
Answered by
1
Hope it is helpful
Mark me a brainlist
Attachments:
Answered by
21
Explanation:
⬇️
☯️Binary, Octal, and Hexadecimal
◾◽In modern computing and digital electronics, the most commonly used bases are decimal (base 10), binary (base 2), octal (base 8), and hexadecimal (base 16). If we are converting between two bases other than decimal, we typically have to convert the number to base 10 first, and then convert that number to the second base. However, we can easily convert directly from binary to octal, and vice versa, and from binary to hexadecimal, and vice versa.
Similar questions