Number System
Number System
n u m b e r s y s t e m
Computer Numeral System (Number System in Computers)
When we type any letter or word, the computer translates them into
numbers since computers can understand only numbers. A computer
can understand only a few symbols called digits and these symbols
describe different values depending on the position they hold in the
number. In general, the binary number system is used in computers.
However, the octal, decimal and hexadecimal systems are also used
sometimes.
What is Number System and its Types?
The number system is simply a system to represent or express
numbers. 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.
Why is the Number System Important?
The number system helps to represent numbers in a small symbol set.
Computers, in general, use binary numbers 0 and 1 to keep the
calculations simple and to keep the amount of necessary circuitry
less, which results in the least amount of space, energy consumption
and cost.
n
What is Base 1 Number System Called?
The base 1 number system is called the unary numeral system and is
the simplest numeral system to represent natural numbers.
n
LeTs StARt
NUMBER Decimal
SYSTEM Number
System Binary
What is a
Number?
Number
System
WHAT IS
NUMBER Octal
SYSTEM IN Number
MATH?
System
Hexadecimal
Number
System
What is a Number in System in Math?
A number system is defined as a system of writing to express numbers. It is the
mathematical notation for representing numbers of a given set by using digits or
other symbols in a consistent manner. It provides a unique representation of
every number and represents the arithmetic and algebraic structure of the
figures. It also allows us to operate arithmetic operations like addition,
subtraction, multiplication and division.
Hexadecimal
Octal Number
Number
System (Base 8
Number
System (Base
System) 16 Number
System)
Decimal Number System (Base 10 Number
System)
1457
Binary Number System (Base 2 Number System)
The base 2 number system is also known as the Binary number system wherein, only
two binary digits exist, i.e., 0 and 1. Specifically, the usual base-2 is a radix of 2. The
figures described under this system are known as binary numbers which are the
combination of 0 and 1. For example, 110101 is a binary number .
Example
∴ (14)10 = 11102
Binary Number
Decimal Number
System (Base 2 System (Base 10
Number Number System)
System)
Hexadecimal
Octal Number Number
System (Base 8 System (Base
Number
16 Number
System)
System)
Octal Number
System (Base 8
Number
System)
= 14110
Binary Number Octal Number
System (Base 2 System (Base 8
Number Number
System) System)
Hexadecimal
Decimal Number
Number
System (Base 10 System (Base
Number System) 16 Number
System)
Hexadecimal Number System (Base 16 Number System)
in the hexadecimal
Hexadecimal 0 1 2 3 4 5
C D E F
Decimal 0 1 2 3 4
11 12 13 14 15
Hexadecimal Number System (Base 16
Number System)
The number 349 in the octal number = 1 × 163 + 0 × 162 + 5 × 161 + 6 × 160
system is 535.
= 4096 + 0 + 80 + 6
The number 349 in the hexadecimal
number system is 15D = (4182)10
Now we will convert this
Number System Solved Examples decimal number to the
Example 1: required octal number by
Convert (1056)16 to an octal number. repetitively dividing by 8.
Solution: 8 4182
Given, 105616 is a hex number. Remainder
8 522 6
First we need to convert the given 8 65 2
hexadecimal number into decimal 8 8 1
number 8 1 0
0 1
(4182)10 = (10126)8
(1056)16
Therefore, taking the value of
Therefore,
= 1 × 163 + 0 × 162 + 5 × 161 + 6 × 160 the remainder from bottom
to top, we get;
(1056)16 = (10126)8
= 4096 + 0 + 80 + 6
= (4182)10
Example 2:
Solution:
(1001001100)2
= 1 × 29 + 0 × 28 + 0 × 27 + 1 × 26 + 0 × 25 + 0 × 24 + 1 × 23 + 1 × 22 + 0 × 21
+ 0 × 20
= 512 + 64 + 8 + 4
= (588)10
Example 3:
Solution:
Given,
010 101
010 → 2
101 → 5
Solution:
We need to convert 2C16 into binary numbers first.
2C → 00101100
101100 = 1 × 25 + 0 × 24 + 1 × 23 + 1 × 22 + 0 × 21 + 0 × 20
= 32 + 8 + 4
= 44
Number System Questions
Convert (242)10 into hexadecimal. [Answer: (F2)16]
Convert 0.52 into an octal number. [Answer: 4121]
Subtract 11012 and 10102. [Answer: 0010]
Represent 5C6 in decimal. [Answer: 1478]
Represent binary number 1.1 in decimal. [Answer: 1.5]
Also Check: Binary Operations