Page 13 - C_GPT _V4 _class_7
P. 13
The total number of digits used in a number system is called its base or radix. Therefore, when
someone says that they are working with a number system of radix 2, it means base 2, i.e., binary
number system. The base is written after the number as subscript such as (512) . In this example,
10
the number 10 is written as the subscript to express the number in the decimal number system.
Factbot
The numerical digits, we use today, i.e., 1, 2 and 3 are based on the Hindu-Arabic numeral system.
Different names for the number 0 include zero, nought, naught, nil, zilch and zip.
There are four types of number systems, which are as follows:
1. Decimal number system 2. Binary number system
3. Octal number system 4. Hexadecimal number system
Experiential Learning Lab Activity
Find out more about the numeral system in different states of India. Write it in your notebook and type it
in a Word document as well.
Decimal Number System
The decimal number system is a standard for denoting numbers. It consists of ten digits ranging from 0
to 9. Only these digits can be used to represent a numeric value in the decimal number system. Hence,
the base of the decimal number system is 10. The decimal number system is the most commonly used.
The value represented by an individual digit depends on the weight and position of the digit.
The first digit's position to the left of the decimal point is considered 0. The second digit's position to the
left of the decimal point is considered 1, and so on. The first digit's position to the right of the decimal
point is considered -1. The second digit's position to the right of the decimal point is considered -2, and
so on.
In a decimal number system, each digit's value is determined by multiplying the digit itself by the weight
of its position within the number, and then summing up the results. This method is known as the
expansion method. The right-most digit of the number has the lowest weight. This digit is called the
Least Significant Digit (LSD). The number's left-most digit has the highest weight. This digit is called
the Most Significant Digit (MSD). So, in the number 724, the most significant digit is 7, and the least
significant digit is 4.
The given table shows positional weight of decimal number (724) .
10
Hundreds Tens Units
Weights 10 2 10 1 10 0
Real Value of each digit 7 × 10 2 2 × 10 1 4 × 10 0
Result 700 20 4
Number System 11

