SlideShare a Scribd company logo
1 of 16
Number System
T- 1-855-694-8886
Email- info@iTutor.com
By iTutor.com
Number system
 In earlier days, people used to exchange their things for
other things. The requirement for numbers primarily
originated from the need to count.
 They used the numbers 1,2,3,.that served the people for
many years because all they needed to count was their
crops, and animals.
 Later on numbers such as zero, integers, rational
numbers, irrational numbers were introduced.
 There is evidence that as early as 30,000 BC our ancient
ancestors were tallying or counting things. That is where
the concept of number systems began.
© iTutor. 2000-2013. All Rights Reserved
Numbers
 Natural Numbers:
A natural number is a number that comes naturally,
Natural numbers are greater than zero we can use this
numbers as counting numbers: {1, 2, 3, 4, 5, 6 ….…, }.
 Whole numbers:
Whole numbers are just all the natural numbers plus a
zero: {0, 1, 2, 3, 4, 5, ……………… , }.
 If our system of numbers was limited to the Natural
Numbers then a number such as –2 would have no
meaning. The next number system is the Integers.
© iTutor. 2000-2013. All Rights Reserved
numbers
 Integers:
Integers include the Natural numbers, zero, and the
negative Natural numbers.
Numbers in the form of negative and positive numbers {
….-4, -3, -2, -1, 0, 1, 2, 3,4, …. }.
 Rational number:
Which can be written in the form of .
Where p and q are integers and q ≠ 0 is called a rational
number, so all the integers are rational number .
q
p
© iTutor. 2000-2013. All Rights Reserved
numbers
 Irrational numbers :
The number can not be written in the form of .
Pythagorean in Greece were first to discover irrational
number .
 2, 3, are irrational number .
q
p
© iTutor. 2000-2013. All Rights Reserved
numbers
 Real numbers:
 All the numbers including rational and irrational numbers
are called real number
 The official symbol for real numbers is a bold R.
 Prime numbers:
 The real number which is divisible by 1 and itself is called
prime number Ex- 1,2,3,5,7,11,13,17, …..
© iTutor. 2000-2013. All Rights Reserved
The Real Number System
Real Numbers
(all numbers are real)
Rational Numbers Irrational Numbers
…-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5
Integers
Whole Numbers
Natural Numbers
…any number that is
not rational
Example:
= 3.14159……
e= 2.71828…..
Which can be written in the form of
. q
p
© iTutor. 2000-2013. All Rights Reserved
Number system
 A number system defines how a number can be
represented using distinct symbols.
 A number can be represented differently in different
systems.
 For example, the two numbers (2A)16 and (52)8 both refer to
the same quantity, (42)10, but their representations are
different.
© iTutor. 2000-2013. All Rights Reserved
Common Number Systems
Number system can be categorized as
Decimal number system
Binary number system
Octal number system
Hexadecimal Number System
© iTutor. 2000-2013. All Rights Reserved
Common Number Systems
 Each number system is associated with a base or radix
The decimal number system is said to be of base or radix
10
 A number in base r contains r digits 0,1,2,...,r-1
Decimal (Base 10): 0,1,2,3,4,5,6,7,8,9
© iTutor. 2000-2013. All Rights Reserved
System Base Symbols
Used by
humans?
Used in
computers?
Decimal 10 0, 1, … 9 Yes No
Binary 2 0, 1 No Yes
Octal 8 0, 1, … 7 No No
Hexa-
decimal
16 0, 1, … 9,
A, B, … F
No No
The decimal system (base 10)
 The word decimal is derived from the Latin root decem
(ten). In this system the base b = 10 and we use ten
symbols.
S = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}.
© iTutor. 2000-2013. All Rights Reserved
Binary system (base 2)
 The word binary is derived from the Latin root bini (or
two by two).
 In this system the base b = 2 and we use only two
symbols,
S = {0, 1}
 The symbols in this system are often referred to as
binary digits or bits.
The hexadecimal system
(base 16)
 The word hexadecimal is derived from the Greek root
hex (six) and the Latin root decem (ten).
 In this system the base b = 16 and we use sixteen
symbols to represent a number.
 The set of symbols is
S = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F}
 The symbols A, B, C, D, E, F are equivalent to
10, 11, 12, 13, 14, and 15 respectively.
 The symbols in this system are often referred to as
hexadecimal digits.
© iTutor. 2000-2013. All Rights Reserved
The octal system (base 8)
 The word octal is derived from the Latin root octo (eight).
 In this system the base b = 8 and we use eight symbols
to represent a number.
 The set of symbols is:
S = {0, 1, 2, 3, 4, 5, 6, 7}
© iTutor. 2000-2013. All Rights Reserved
14
Converting Decimal to Binary
 To convert a decimal integer into binary, keep dividing by 2
until the quotient is 0. Collect the remainders in reverse
order
 To convert a fraction, keep multiplying the fractional part by
2 until it becomes 0. Collect the integer parts in forward
order
 Example: 162.375: So, (162.375)10 = (10100010.011)2
162 / 2 = 81 rem 0
81 / 2 = 40 rem 1
40 / 2 = 20 rem 0
20 / 2 = 10 rem 0
10 / 2 = 5 rem 0
5 / 2 = 2 rem 1
2 / 2 = 1 rem 0
1 / 2 = 0 rem 1
0.375 x 2 = 0.750
0.750 x 2 = 1.500
0.500 x 2 = 1.000
© iTutor. 2000-2013. All Rights Reserved
15
Octal and Hexadecimal
Numbers
The octal number system: Base-8
Eight digits: 0,1,2,3,4,5,6,7
 The hexadecimal number system: Base-16
 Sixteen digits: 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F
 For our purposes, base-8 and base-16 are most useful as a
“shorthand” notation for binary numbers
10
1012
8
)5.87(84878281)4.127(
10
0123
16
)46687(16151651661611)65( FB
© iTutor. 2000-2013. All Rights Reserved
The end
For more information call us
1-855-694-8886
Visit www.iTutor.com

More Related Content

What's hot (20)

Computer Number system
Computer Number systemComputer Number system
Computer Number system
 
Number system conversion
Number system conversionNumber system conversion
Number system conversion
 
Number system.pdf
Number system.pdfNumber system.pdf
Number system.pdf
 
BINARY NUMBER SYSTEM
BINARY NUMBER SYSTEMBINARY NUMBER SYSTEM
BINARY NUMBER SYSTEM
 
number system ppt
number system ppt number system ppt
number system ppt
 
Number System in CoMpUtEr
Number System in CoMpUtErNumber System in CoMpUtEr
Number System in CoMpUtEr
 
Number System
Number SystemNumber System
Number System
 
Number System
Number SystemNumber System
Number System
 
Number System
Number SystemNumber System
Number System
 
Number system
Number systemNumber system
Number system
 
Data Representation
Data RepresentationData Representation
Data Representation
 
Binary true ppt
Binary true pptBinary true ppt
Binary true ppt
 
Number System (Binary,octal,Decimal,Hexadecimal)
Number System (Binary,octal,Decimal,Hexadecimal)Number System (Binary,octal,Decimal,Hexadecimal)
Number System (Binary,octal,Decimal,Hexadecimal)
 
Data representation
Data representationData representation
Data representation
 
Basic of number system
Basic of number systemBasic of number system
Basic of number system
 
Decimal, Binary, Octal, And Hexadecimal number systems.
Decimal, Binary, Octal, And Hexadecimal number systems.Decimal, Binary, Octal, And Hexadecimal number systems.
Decimal, Binary, Octal, And Hexadecimal number systems.
 
Number System
Number SystemNumber System
Number System
 
Number+system (1)
Number+system (1)Number+system (1)
Number+system (1)
 
Floating point representation
Floating point representationFloating point representation
Floating point representation
 
Hexadecimal numbers
Hexadecimal  numbersHexadecimal  numbers
Hexadecimal numbers
 

Similar to Number System

Similar to Number System (20)

Numbersystem 130913004355-phpapp02-converted
Numbersystem 130913004355-phpapp02-convertedNumbersystem 130913004355-phpapp02-converted
Numbersystem 130913004355-phpapp02-converted
 
Number Systems.pptx
Number Systems.pptxNumber Systems.pptx
Number Systems.pptx
 
Number system
Number system  Number system
Number system
 
Data representation
Data representationData representation
Data representation
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
 
2 (2.1) intro number sense
2 (2.1) intro    number sense2 (2.1) intro    number sense
2 (2.1) intro number sense
 
Data types
Data typesData types
Data types
 
W 9 numbering system
W 9 numbering systemW 9 numbering system
W 9 numbering system
 
W 9 numbering system
W 9 numbering systemW 9 numbering system
W 9 numbering system
 
Number system(everyday41.com).pdf
Number system(everyday41.com).pdfNumber system(everyday41.com).pdf
Number system(everyday41.com).pdf
 
The real number system
The real number systemThe real number system
The real number system
 
Number system 02
Number system 02Number system 02
Number system 02
 
Data representation
Data representationData representation
Data representation
 
NUMBER SYSTEM.pptx
NUMBER  SYSTEM.pptxNUMBER  SYSTEM.pptx
NUMBER SYSTEM.pptx
 
Number System
Number SystemNumber System
Number System
 
Number system
Number system Number system
Number system
 
Presentation of ICT.ppt.pptx
Presentation of ICT.ppt.pptxPresentation of ICT.ppt.pptx
Presentation of ICT.ppt.pptx
 
Data repersentation.
Data repersentation.Data repersentation.
Data repersentation.
 
Number-Systems presentation of the mathematics
Number-Systems presentation of the mathematicsNumber-Systems presentation of the mathematics
Number-Systems presentation of the mathematics
 
Chapter 4 number system
Chapter 4 number systemChapter 4 number system
Chapter 4 number system
 

More from itutor

Comparing Fractions
Comparing FractionsComparing Fractions
Comparing Fractionsitutor
 
Fractions
FractionsFractions
Fractionsitutor
 
Quadrilaterals
QuadrilateralsQuadrilaterals
Quadrilateralsitutor
 
Properties of Addition & Multiplication
Properties of Addition & MultiplicationProperties of Addition & Multiplication
Properties of Addition & Multiplicationitutor
 
Binomial Theorem
Binomial TheoremBinomial Theorem
Binomial Theoremitutor
 
Equation of Hyperbola
Equation of HyperbolaEquation of Hyperbola
Equation of Hyperbolaitutor
 
Equation of Strighjt lines
Equation of Strighjt linesEquation of Strighjt lines
Equation of Strighjt linesitutor
 
Evolution and Changes
Evolution and ChangesEvolution and Changes
Evolution and Changesitutor
 
Slops of the Straight lines
Slops of the Straight linesSlops of the Straight lines
Slops of the Straight linesitutor
 
Equations of Straight Lines
Equations of Straight LinesEquations of Straight Lines
Equations of Straight Linesitutor
 
Parabola
ParabolaParabola
Parabolaitutor
 
Ellipse
EllipseEllipse
Ellipseitutor
 
Periodic Relationships
Periodic RelationshipsPeriodic Relationships
Periodic Relationshipsitutor
 
Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinantsitutor
 
Linear Algebra and Matrix
Linear Algebra and MatrixLinear Algebra and Matrix
Linear Algebra and Matrixitutor
 
Living System
Living SystemLiving System
Living Systemitutor
 
Ecosystems- A Natural Balance
Ecosystems- A Natural BalanceEcosystems- A Natural Balance
Ecosystems- A Natural Balanceitutor
 
Ecosystems
EcosystemsEcosystems
Ecosystemsitutor
 
Gravitation
GravitationGravitation
Gravitationitutor
 
Home bound instruction presentation
Home bound instruction presentationHome bound instruction presentation
Home bound instruction presentationitutor
 

More from itutor (20)

Comparing Fractions
Comparing FractionsComparing Fractions
Comparing Fractions
 
Fractions
FractionsFractions
Fractions
 
Quadrilaterals
QuadrilateralsQuadrilaterals
Quadrilaterals
 
Properties of Addition & Multiplication
Properties of Addition & MultiplicationProperties of Addition & Multiplication
Properties of Addition & Multiplication
 
Binomial Theorem
Binomial TheoremBinomial Theorem
Binomial Theorem
 
Equation of Hyperbola
Equation of HyperbolaEquation of Hyperbola
Equation of Hyperbola
 
Equation of Strighjt lines
Equation of Strighjt linesEquation of Strighjt lines
Equation of Strighjt lines
 
Evolution and Changes
Evolution and ChangesEvolution and Changes
Evolution and Changes
 
Slops of the Straight lines
Slops of the Straight linesSlops of the Straight lines
Slops of the Straight lines
 
Equations of Straight Lines
Equations of Straight LinesEquations of Straight Lines
Equations of Straight Lines
 
Parabola
ParabolaParabola
Parabola
 
Ellipse
EllipseEllipse
Ellipse
 
Periodic Relationships
Periodic RelationshipsPeriodic Relationships
Periodic Relationships
 
Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinants
 
Linear Algebra and Matrix
Linear Algebra and MatrixLinear Algebra and Matrix
Linear Algebra and Matrix
 
Living System
Living SystemLiving System
Living System
 
Ecosystems- A Natural Balance
Ecosystems- A Natural BalanceEcosystems- A Natural Balance
Ecosystems- A Natural Balance
 
Ecosystems
EcosystemsEcosystems
Ecosystems
 
Gravitation
GravitationGravitation
Gravitation
 
Home bound instruction presentation
Home bound instruction presentationHome bound instruction presentation
Home bound instruction presentation
 

Recently uploaded

Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinojohnmickonozaleda
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 

Recently uploaded (20)

Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipino
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 

Number System

  • 1. Number System T- 1-855-694-8886 Email- info@iTutor.com By iTutor.com
  • 2. Number system  In earlier days, people used to exchange their things for other things. The requirement for numbers primarily originated from the need to count.  They used the numbers 1,2,3,.that served the people for many years because all they needed to count was their crops, and animals.  Later on numbers such as zero, integers, rational numbers, irrational numbers were introduced.  There is evidence that as early as 30,000 BC our ancient ancestors were tallying or counting things. That is where the concept of number systems began. © iTutor. 2000-2013. All Rights Reserved
  • 3. Numbers  Natural Numbers: A natural number is a number that comes naturally, Natural numbers are greater than zero we can use this numbers as counting numbers: {1, 2, 3, 4, 5, 6 ….…, }.  Whole numbers: Whole numbers are just all the natural numbers plus a zero: {0, 1, 2, 3, 4, 5, ……………… , }.  If our system of numbers was limited to the Natural Numbers then a number such as –2 would have no meaning. The next number system is the Integers. © iTutor. 2000-2013. All Rights Reserved
  • 4. numbers  Integers: Integers include the Natural numbers, zero, and the negative Natural numbers. Numbers in the form of negative and positive numbers { ….-4, -3, -2, -1, 0, 1, 2, 3,4, …. }.  Rational number: Which can be written in the form of . Where p and q are integers and q ≠ 0 is called a rational number, so all the integers are rational number . q p © iTutor. 2000-2013. All Rights Reserved
  • 5. numbers  Irrational numbers : The number can not be written in the form of . Pythagorean in Greece were first to discover irrational number .  2, 3, are irrational number . q p © iTutor. 2000-2013. All Rights Reserved
  • 6. numbers  Real numbers:  All the numbers including rational and irrational numbers are called real number  The official symbol for real numbers is a bold R.  Prime numbers:  The real number which is divisible by 1 and itself is called prime number Ex- 1,2,3,5,7,11,13,17, ….. © iTutor. 2000-2013. All Rights Reserved
  • 7. The Real Number System Real Numbers (all numbers are real) Rational Numbers Irrational Numbers …-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5 Integers Whole Numbers Natural Numbers …any number that is not rational Example: = 3.14159…… e= 2.71828….. Which can be written in the form of . q p © iTutor. 2000-2013. All Rights Reserved
  • 8. Number system  A number system defines how a number can be represented using distinct symbols.  A number can be represented differently in different systems.  For example, the two numbers (2A)16 and (52)8 both refer to the same quantity, (42)10, but their representations are different. © iTutor. 2000-2013. All Rights Reserved
  • 9. Common Number Systems Number system can be categorized as Decimal number system Binary number system Octal number system Hexadecimal Number System © iTutor. 2000-2013. All Rights Reserved
  • 10. Common Number Systems  Each number system is associated with a base or radix The decimal number system is said to be of base or radix 10  A number in base r contains r digits 0,1,2,...,r-1 Decimal (Base 10): 0,1,2,3,4,5,6,7,8,9 © iTutor. 2000-2013. All Rights Reserved System Base Symbols Used by humans? Used in computers? Decimal 10 0, 1, … 9 Yes No Binary 2 0, 1 No Yes Octal 8 0, 1, … 7 No No Hexa- decimal 16 0, 1, … 9, A, B, … F No No
  • 11. The decimal system (base 10)  The word decimal is derived from the Latin root decem (ten). In this system the base b = 10 and we use ten symbols. S = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}. © iTutor. 2000-2013. All Rights Reserved Binary system (base 2)  The word binary is derived from the Latin root bini (or two by two).  In this system the base b = 2 and we use only two symbols, S = {0, 1}  The symbols in this system are often referred to as binary digits or bits.
  • 12. The hexadecimal system (base 16)  The word hexadecimal is derived from the Greek root hex (six) and the Latin root decem (ten).  In this system the base b = 16 and we use sixteen symbols to represent a number.  The set of symbols is S = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F}  The symbols A, B, C, D, E, F are equivalent to 10, 11, 12, 13, 14, and 15 respectively.  The symbols in this system are often referred to as hexadecimal digits. © iTutor. 2000-2013. All Rights Reserved
  • 13. The octal system (base 8)  The word octal is derived from the Latin root octo (eight).  In this system the base b = 8 and we use eight symbols to represent a number.  The set of symbols is: S = {0, 1, 2, 3, 4, 5, 6, 7} © iTutor. 2000-2013. All Rights Reserved
  • 14. 14 Converting Decimal to Binary  To convert a decimal integer into binary, keep dividing by 2 until the quotient is 0. Collect the remainders in reverse order  To convert a fraction, keep multiplying the fractional part by 2 until it becomes 0. Collect the integer parts in forward order  Example: 162.375: So, (162.375)10 = (10100010.011)2 162 / 2 = 81 rem 0 81 / 2 = 40 rem 1 40 / 2 = 20 rem 0 20 / 2 = 10 rem 0 10 / 2 = 5 rem 0 5 / 2 = 2 rem 1 2 / 2 = 1 rem 0 1 / 2 = 0 rem 1 0.375 x 2 = 0.750 0.750 x 2 = 1.500 0.500 x 2 = 1.000 © iTutor. 2000-2013. All Rights Reserved
  • 15. 15 Octal and Hexadecimal Numbers The octal number system: Base-8 Eight digits: 0,1,2,3,4,5,6,7  The hexadecimal number system: Base-16  Sixteen digits: 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F  For our purposes, base-8 and base-16 are most useful as a “shorthand” notation for binary numbers 10 1012 8 )5.87(84878281)4.127( 10 0123 16 )46687(16151651661611)65( FB © iTutor. 2000-2013. All Rights Reserved
  • 16. The end For more information call us 1-855-694-8886 Visit www.iTutor.com