Explain Number system and its commonly used types.
Answers
Answer:
Table of the Numbers Systems with Base, Used Digits, Representation, C language representation:
Number system Base Used digits
Binary 2 0,1
Octal 8 0,1,2,3,4,5,6,7
Decimal 10 0,1,2,3,4,5,6,7,8,9
Hexadecimal 16 0,1,2,3,4,5,6,7,8,9, A,B,C,D,E,F
Answer:
A numeral system is a writing system for expressing numbers; that is, a mathematical notation for representing numbers of a given set, using digits or other symbols in a consistent manner. The same sequence of symbols may represent different numbers in different numeral systems
There are various types of number systems and the most commonly used ones are decimal number system, binary number system, octal number system, and hexadecimal number system.
Binary base 2
Decimal base 10
Hexadecimal base 16
Octal base 8