computer chapter number system
Answers
Answered by
0
The base of hexadecimal number system is 16, because it has 16 alphanumeric values. Here A is 10, B is 11, C is 12, D is 13, E is 14 and F is 15.
...
Table of the Numbers Systems with Base, Used Digits, Representation, C language representation:
Number system Octal
Base 8
Used digits 0,1,2,3,4,5,6,7
Example (360)8
Answered by
0
Answer:
- A number system is simply a method of counting. Many different number system exist.
- The decimal number system consists of ten digits from 0to9. These digits can be used to represent any numeric value. The base of decimal number system is 10.
- Computers use binary system.
- Octal number system is used as shorthand representation of long binary numbers. The number 6418 is not valid in this number system as 8 is not a valid digit.
- The hexadecimal number system consists of 16 digits 0to9 and A to F. The letters A to F represent decimal numbers from 10to15
Explanation:
mark me brainliest
Similar questions