Briefly explain octal and hexadecimal number system
Answers
Answered by
3
Answer:
With octal, we have only 8 digits to represent numbers so once we get to 7 the next number is 10 and in hexadecimal, we have 10 digits and 6 letters to represent numbers. In that case, when we reach 9 next number is represented in the letter 'A'.
Explanation:
Answered by
1
Answer:
Octal number system is a base-8 number system. It uses the digits :0,1,2,3,4,5,6,and 7.
Hexadecimal number system is a base-16 number system. It is usually written using the symbols 0,1,2, 3, 4, 5, 6, 7,8,9and A,B,C,D,E,F or a,b,c,d,e,f.
Explanation:
Hope it will help you!
Mark me as brainliest answer.
Similar questions