Com - Unit 01
Com - Unit 01
Com - Unit 01
Evaluation: D
Q(1) What is a number system?
Ans:
Number System is a way to represent numbers in computer
architecture.
There are four different types of the number system, such as: Binary
number system (base 2), Decimal number system (base 10), Octal
number system (base 8), and Hexadecimal (base 16).
Examples:
***
9000 + 700 + 0 +3
9703.
LSD: The rightmost digit of a number has the lowest weight and
hence it is called List Significant Digit.
MSD: The leftmost digit of a number has the highest weight and
hence it is called Most Significant Digit.
Recap:
Binary number system contains two digits: 0 and 1.
Decimal number system contains 10 digits: 0 1 2 3 4 5 6 7 8 9.
Octal number system contains 8 digits: 0 1 2 3 4 5 6 7.
Hexadecimal number system contains 16 digits:
0123456789ABCDEF
A binary system has only 0 level and 1 level giving a base of 2.
The rightmost digit of a number has the lowest weight and hence
it is called List Significant Digit.
The leftmost digit of a number has the highest weight and hence
it is called Most Significant Digit.
A decimal number can be converted to a binary number by using
the repeated division-by-2 method.