SlideShare a Scribd company logo
1 of 16
CLASS – IX
NUMBER SYSTEM
Name: Sandeep Jaiswal
Reg. no.: 11813483
Integrated. B.sc B.Ed.
Lovely Professional University
WHAT IS NUMBER SYSTEM ?
•A system for representing number of certain type.
•A number system defines a set of values used to
represent quantity.
• Example:
–There are several systems for representing the counting
numbers.
–These include the usual base “10” or decimal system :
0,1,2,3,…..10,11,12,..99,100,…
NUMBER SYSTEM
•Decimal is the number system and is used in our day to day life
•Binary is a number system that is used in computers
•Octal is a number system that represents groups of binary
numbers. It is used in digital displays.
•Hexadecimal (Hex) is a number system that represents groups
of binary numbers. Hex is primarily used in computing.
DIFFERENT NUMBER SYSTEM
•Decimal Number System
-Base 10
• Binary Number System
- Base 2
• Octal Number System
-Base 8
• Hexadecimal Number Sys tem
- Base 16
DECIMAL NUMBER SYSTEM
• Decimal number system contains ten unique symbols 0,1,2,3,4,5,6,7,8 and 9.
• Since counting in decimal involves ten symbols, we can say that its base or radix is ten.
• In this system, any number (integer, fraction or mixed) of any magnitude can
be represented using these ten symbols only
Each symbols in the number is called a “Digit”
Examples
• 1214
• 1897
• 9875.54
BINARY NUMBER SYSTEM
•Binary number system is a positional weighted system.
•It contains two unique symbols 0 and 1.
•Since counting in binary involves two symbols , we can say that its base or
radix is two.
•A binary digit is called a “Bit”
•A binary number consists of a sequence of bits, each of which is either
a 0 or a 1.
•The binary point separates the integer and fraction parts.
•Examples, 1110
0000, 1001, 0101
OCTAL NUMBER SYSTEM
•Octal number system is a positional weighted system.
•It contains eight unique symbols 0,1,2,3,4,5,6 and 7.
•Since counting in octal involves eight symbols, we can say that its base or
radix is eight.
•The largest value of a digit in the octal system will be 7.
•That means the octal number higher than 7 will not be 8, instead of that it
will be 10
HEXADECIMAL NUMBER SYSTEM
•Binary numbers are long. These numbers are fine for machines but are too
lengthy to be handled by human beings. So there is a need to represent the
binary numbers concisely.
•One number system developed with this objective is the hexadecimal number
system (or Hex)
•It contains sixteen unique symbols
•0,1,2,3,4,5,6,7,8,9,A,B,C,D,E and F.
•Since counting in hex involves sixteen symbols, we can say that its base or radix
is sixteen.
BCD OR 8421 NUMBERS
•BCD means BinaryCoded Decimal.
•BCD is a system of weiting a numbers that a four-digit binary code to
each digit 0 through 9 in decimal numbers.
•The smallest BCD number is (0000) and the largest is (1001). The next
number to 9 will be 10 which is expressed as (0001 0000) in BCD.
•There are six illegal combinations 1010, 1011,1100, 1101, 1110 and 1111
in this code i.e. they are not part of the 8421 BCD code
DECIMAL TO BCD CONVERSION
Sr.No. Decimal Number BCD
1 2 0010
2 11 00010001
3 6 0110
4 213 001000010011
5 10 0001000
GRAY CODE(NON WEIGHTED BINARY CODE)
• The gray code is non-weighted code.
• It is not suitable for arithmetic operations.
• It is a cyclic code i.e. unit distance code
• PROPERTIES OF GRAY CODE 1.Unit
Distance Code
successive code words in this code differ in one bit position only.
2.Reflective Code
grey codes for all decimal numbers can be generated through the reflective
property through the table.
GRAY CODE(NON WEIGHTED BINARY CODE)
Class 9Number system ppt.pptx

More Related Content

Similar to Class 9Number system ppt.pptx

number system.pptx
number system.pptxnumber system.pptx
number system.pptxPooja Dixit
 
Number System.pptx
Number System.pptxNumber System.pptx
Number System.pptxoptimuspc05
 
Binary computing
Binary computingBinary computing
Binary computingsamina khan
 
data representation
 data representation data representation
data representationHaroon_007
 
Numbersystemcont
NumbersystemcontNumbersystemcont
NumbersystemcontSajib
 
Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...
Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...
Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...KonirDom1
 
01_Number_System_Introduction.pptx
01_Number_System_Introduction.pptx01_Number_System_Introduction.pptx
01_Number_System_Introduction.pptxJetIguban
 
A presentation on number system and conversion
A presentation on number system and conversionA presentation on number system and conversion
A presentation on number system and conversionpaudelsph
 
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.AOUN ABBAS
 
ch-01numbersystems computer fundamentals
ch-01numbersystems computer fundamentalsch-01numbersystems computer fundamentals
ch-01numbersystems computer fundamentalsdbmscse61
 

Similar to Class 9Number system ppt.pptx (20)

number system.pptx
number system.pptxnumber system.pptx
number system.pptx
 
Number System.pptx
Number System.pptxNumber System.pptx
Number System.pptx
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
 
Binary computing
Binary computingBinary computing
Binary computing
 
5a data representation
5a   data representation5a   data representation
5a data representation
 
data representation
 data representation data representation
data representation
 
Numbersystemcont
NumbersystemcontNumbersystemcont
Numbersystemcont
 
Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...
Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...
Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...
 
01_Number_System_Introduction.pptx
01_Number_System_Introduction.pptx01_Number_System_Introduction.pptx
01_Number_System_Introduction.pptx
 
6.number system
6.number system6.number system
6.number system
 
A presentation on number system and conversion
A presentation on number system and conversionA presentation on number system and conversion
A presentation on number system and conversion
 
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.
 
ch-01numbersystems computer fundamentals
ch-01numbersystems computer fundamentalsch-01numbersystems computer fundamentals
ch-01numbersystems computer fundamentals
 
Number Systems Basic Concepts
Number Systems Basic ConceptsNumber Systems Basic Concepts
Number Systems Basic Concepts
 
Number System.pptx
Number System.pptxNumber System.pptx
Number System.pptx
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
 
Number System
Number SystemNumber System
Number System
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
 
Number System.pptx
Number System.pptxNumber System.pptx
Number System.pptx
 
Chapter1b
Chapter1bChapter1b
Chapter1b
 

More from SandeepJaiswal43776

More from SandeepJaiswal43776 (9)

Class 9 quadrilaterals .pptx
Class 9 quadrilaterals .pptxClass 9 quadrilaterals .pptx
Class 9 quadrilaterals .pptx
 
Class 9 triangles.pptx
Class 9 triangles.pptxClass 9 triangles.pptx
Class 9 triangles.pptx
 
CLASS 9 POLYNOMAILS.pptx
CLASS 9 POLYNOMAILS.pptxCLASS 9 POLYNOMAILS.pptx
CLASS 9 POLYNOMAILS.pptx
 
Class 9 Basics of line and angles
Class 9 Basics of line and anglesClass 9 Basics of line and angles
Class 9 Basics of line and angles
 
Class 10 fossil fuel.pptx
Class 10 fossil fuel.pptxClass 10 fossil fuel.pptx
Class 10 fossil fuel.pptx
 
CLASS 10 chapter 10 uses of concave and convex mirror pptx
CLASS 10  chapter 10 uses of concave and convex mirror pptxCLASS 10  chapter 10 uses of concave and convex mirror pptx
CLASS 10 chapter 10 uses of concave and convex mirror pptx
 
CLASS 10 LIGHT.pptx
CLASS 10 LIGHT.pptxCLASS 10 LIGHT.pptx
CLASS 10 LIGHT.pptx
 
CLASS 10 OHM'S LAW.pptx
CLASS 10 OHM'S LAW.pptxCLASS 10 OHM'S LAW.pptx
CLASS 10 OHM'S LAW.pptx
 
class 10 electricity.pptx
class 10 electricity.pptxclass 10 electricity.pptx
class 10 electricity.pptx
 

Recently uploaded

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 

Recently uploaded (20)

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 

Class 9Number system ppt.pptx

  • 1. CLASS – IX NUMBER SYSTEM Name: Sandeep Jaiswal Reg. no.: 11813483 Integrated. B.sc B.Ed. Lovely Professional University
  • 2. WHAT IS NUMBER SYSTEM ? •A system for representing number of certain type. •A number system defines a set of values used to represent quantity. • Example: –There are several systems for representing the counting numbers. –These include the usual base “10” or decimal system : 0,1,2,3,…..10,11,12,..99,100,…
  • 3. NUMBER SYSTEM •Decimal is the number system and is used in our day to day life •Binary is a number system that is used in computers •Octal is a number system that represents groups of binary numbers. It is used in digital displays. •Hexadecimal (Hex) is a number system that represents groups of binary numbers. Hex is primarily used in computing.
  • 4. DIFFERENT NUMBER SYSTEM •Decimal Number System -Base 10 • Binary Number System - Base 2 • Octal Number System -Base 8 • Hexadecimal Number Sys tem - Base 16
  • 5.
  • 6.
  • 7.
  • 8. DECIMAL NUMBER SYSTEM • Decimal number system contains ten unique symbols 0,1,2,3,4,5,6,7,8 and 9. • Since counting in decimal involves ten symbols, we can say that its base or radix is ten. • In this system, any number (integer, fraction or mixed) of any magnitude can be represented using these ten symbols only Each symbols in the number is called a “Digit” Examples • 1214 • 1897 • 9875.54
  • 9. BINARY NUMBER SYSTEM •Binary number system is a positional weighted system. •It contains two unique symbols 0 and 1. •Since counting in binary involves two symbols , we can say that its base or radix is two. •A binary digit is called a “Bit” •A binary number consists of a sequence of bits, each of which is either a 0 or a 1. •The binary point separates the integer and fraction parts. •Examples, 1110 0000, 1001, 0101
  • 10. OCTAL NUMBER SYSTEM •Octal number system is a positional weighted system. •It contains eight unique symbols 0,1,2,3,4,5,6 and 7. •Since counting in octal involves eight symbols, we can say that its base or radix is eight. •The largest value of a digit in the octal system will be 7. •That means the octal number higher than 7 will not be 8, instead of that it will be 10
  • 11. HEXADECIMAL NUMBER SYSTEM •Binary numbers are long. These numbers are fine for machines but are too lengthy to be handled by human beings. So there is a need to represent the binary numbers concisely. •One number system developed with this objective is the hexadecimal number system (or Hex) •It contains sixteen unique symbols •0,1,2,3,4,5,6,7,8,9,A,B,C,D,E and F. •Since counting in hex involves sixteen symbols, we can say that its base or radix is sixteen.
  • 12. BCD OR 8421 NUMBERS •BCD means BinaryCoded Decimal. •BCD is a system of weiting a numbers that a four-digit binary code to each digit 0 through 9 in decimal numbers. •The smallest BCD number is (0000) and the largest is (1001). The next number to 9 will be 10 which is expressed as (0001 0000) in BCD. •There are six illegal combinations 1010, 1011,1100, 1101, 1110 and 1111 in this code i.e. they are not part of the 8421 BCD code
  • 13. DECIMAL TO BCD CONVERSION Sr.No. Decimal Number BCD 1 2 0010 2 11 00010001 3 6 0110 4 213 001000010011 5 10 0001000
  • 14. GRAY CODE(NON WEIGHTED BINARY CODE) • The gray code is non-weighted code. • It is not suitable for arithmetic operations. • It is a cyclic code i.e. unit distance code • PROPERTIES OF GRAY CODE 1.Unit Distance Code successive code words in this code differ in one bit position only. 2.Reflective Code grey codes for all decimal numbers can be generated through the reflective property through the table.
  • 15. GRAY CODE(NON WEIGHTED BINARY CODE)