Number System: "A Set of Values Used To Represent Different Quantities Is Known As Number System"
Number System: "A Set of Values Used To Represent Different Quantities Is Known As Number System"
Number System: "A Set of Values Used To Represent Different Quantities Is Known As Number System"
Number System
A set of values used to represent different quantities is
known as Number System".
Some important number systems are as follows.
Decimal number system
Binary number system
Octal number system
Hexadecimal number system
Number System and Description
1. Binary Number System
Base 2. Digits used : 0, 1
Page 1
Page 2
Binary
Number
Decimal Number
Step 1 101012
Step 2 101012
(16 + 0 + 4 + 0 + 1)10
Step 3 101012
2110
Page 3
Octal
Number
Decimal Number
Step 1 125708
Step 2 125708
Step 3 125708
549610
Page 4
Example
Hexadecimal Number : 19FDE16
Calculating Decimal Equivalent:
Step
Binary
Number
Decimal Number
Step 1 19FDE16
Step 2 19FDE16
Step 3 19FDE16
Step 4 19FDE16
10646210
Page 5
Step
Binary Number
Octal Number
Step 1
101012
010 101
Step 2
101012
28 58
Step 3
101012
258
Octal to Binary
Steps
Step 1 - Convert each octal digit to a 3 digit binary number
(the octal digits may be treated as decimal for this conversion).
Step 2 - Combine all the resulting binary groups (of 3 digits
each) into a single binary number.
Example
Octal Number : 258
Calculating Binary Equivalent:
Step
Octal Number
Binary Number
Step 1
258
210 510
Step 2
258
0102 1012
Step 3
258
0101012
Page 6
Page 7
Result: 34
Page 8