Number System
Number System
System
Contents:
Number
Number System
Types of number system
Non-positional number system
Draw Backs
Solution
Cont..
Positional number system
Case Study
Binary Number System
Octal Number System
system
Non-Positional
Numbering System:
Each symbol represents some
value regardless of its position
in Numbering system.
Symbols are simply added to
find out values of particular
numbers.
Cont..
First
known system is Roman
Number System.
V = 5
VI = 6
IX = 9
X = 10
Draw Backs:
Representing larger values prone to
ambiguity
then =2X100
=2X1
=2
So original value of Y = 2 and result is also 2.
Cont..
DigitX in column C1 represent
value and determine by
Multiplying weight with
original value of X.
Cont..
Let weight =W1 = 1
X=3
base = 10
=3X101
=30
Cont..
Now add in Y so
General Form:
W1 * X + Y
Weight : Power of base
Base : Total number of digits
available in Number
system.
Cont..
Weight in 103 102 101 100
term of
base
Numbers 1 3 4 1