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

Binary octal
Binary octalBinary octal
Binary octal
drdipo4
 
Number system....
Number system....Number system....
Number system....
mshoaib15
 
Number System
Number SystemNumber System
Number System
Web Designer
 
Integer Representation
Integer RepresentationInteger Representation
Integer Representation
gavhays
 

What's hot (20)

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.
 
Data representation
Data representationData representation
Data representation
 
Number system.pdf
Number system.pdfNumber system.pdf
Number system.pdf
 
BINARY NUMBER SYSTEM
BINARY NUMBER SYSTEMBINARY NUMBER SYSTEM
BINARY NUMBER SYSTEM
 
Basic of number system
Basic of number systemBasic of number system
Basic of number system
 
Number System (Binary,octal,Decimal,Hexadecimal)
Number System (Binary,octal,Decimal,Hexadecimal)Number System (Binary,octal,Decimal,Hexadecimal)
Number System (Binary,octal,Decimal,Hexadecimal)
 
Binary arithmetic
Binary arithmeticBinary arithmetic
Binary arithmetic
 
Number System
Number SystemNumber System
Number System
 
Number System
Number SystemNumber System
Number System
 
Binary octal
Binary octalBinary octal
Binary octal
 
Number System
Number SystemNumber System
Number System
 
Number system
Number systemNumber system
Number system
 
Number system computer fundamental
 Number  system computer fundamental  Number  system computer fundamental
Number system computer fundamental
 
Computer Number system
Computer Number systemComputer Number system
Computer Number system
 
Number system....
Number system....Number system....
Number system....
 
Number system
Number systemNumber system
Number system
 
Number System
Number SystemNumber System
Number System
 
Binary number system
Binary number systemBinary number system
Binary number system
 
NUMBER SYSTEM
NUMBER SYSTEMNUMBER SYSTEM
NUMBER SYSTEM
 
Integer Representation
Integer RepresentationInteger Representation
Integer Representation
 

Similar to Number System

Numbersystem 130913004355-phpapp02-converted
Numbersystem 130913004355-phpapp02-convertedNumbersystem 130913004355-phpapp02-converted
Numbersystem 130913004355-phpapp02-converted
Vijaya Babu
 
Data representation
Data representationData representation
Data representation
Mysore
 
2 (2.1) intro number sense
2 (2.1) intro    number sense2 (2.1) intro    number sense
2 (2.1) intro number sense
samanthanewgas
 
Data types
Data typesData types
Data types
gavhays
 
The real number system
The real number systemThe real number system
The real number system
Shawn Burke
 

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 (1)
Number+system (1)Number+system (1)
Number+system (1)
 
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
 
Understanding Number Systems: The Fundamental Concept in Mathematics
Understanding Number Systems: The Fundamental Concept in MathematicsUnderstanding Number Systems: The Fundamental Concept in Mathematics
Understanding Number Systems: The Fundamental Concept in Mathematics
 
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.
 

More from itutor

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

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

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

Philosophy of china and it's charactistics
Philosophy of china and it's charactisticsPhilosophy of china and it's charactistics
Philosophy of china and it's charactistics
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx
 
Tatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf artsTatlong Kwento ni Lola basyang-1.pdf arts
Tatlong Kwento ni Lola basyang-1.pdf arts
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Basic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationBasic Intentional Injuries Health Education
Basic Intentional Injuries Health Education
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 

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