SlideShare a Scribd company logo
1 of 15
S.no. Description Slide no.
1. Introduction to Number System 3
2. Basic facts 4
3. Decimal Number System 5-6
4. Binary Number System 7
5. Conversions 8-9
6. Octal Number System 10
7. Hexadecimal Number System 11
8. Table 12
9. Uses in Computer System 13
10. Sources 14
A number system defines how a number can be represented
using distinct symbols. A number can be represented differently
in different systems.
Many number systems were introduced with the passage
of time, like:
•Decimal number system
•Binary number system
•Octal number system
•Hexadecimal number system
•A unit of information expressed as either a 0 or 1
in binary notation.
•A group of binary digits or bits (usually eight)
operated on as a unit.
•A byte is considered as a unit of memory size.
•The base is the number of digits used in it.
•The larger the base, the more numerals are required.
Decimal- Base 10
Binary- Base 2
Octal- Base 8
Hexadecimal- Base 16
The need for counting has paved the path to introduce decimal number system in which
10 digits 0,1,2,3…9 are used to form any number. Most of our arithmetic operations are
performed with decimal numbers.
•The prefix ‘deci’ stands for 10.
•The decimal number system is a base 10 number system.
•Each number can be used individually or they can be grouped to form a numeric value.
•Example- 52, 16.83, -243 etc.
The value of each digit in a number depends upon the following:
The face value of the digits
The base of the number system
The position of the digit in the number
Conversion of decimal number into binary system.
The rules are:
1. Divide the given decimal number with the base 2.
2. Write down their remainder and divide the quotient again by 2.
3. Repeat the step 2 till the quotient is 0.
Example-
Conversion of binary into decimal number
The rules are:
1. Multiply each binary number with 2 having the power 0 for unitary position,
starting from the extreme right digit.
2. Increase the power one by one keeping the base fixed as 2.
3. Sum up all the products to get the decimal number.
Example-
•Octal (base 8) was previously a popular choice for representing
digital circuit numbers in a form that is more compact than
binary.
•The octal number system consists of 8 digits i.e. 0 to 7 with the
base 8.
•1 octal digit is equivalent to 3 bits.
Examples:
278 = 2×81+7×80 = 16+7 = 23
308 = 3×81+0×80 = 24
43078 = 4×83+3×82+0×81+7×80= 2247
•The prefix ‘hexa’ stands for 6 and the prefix ‘deci’ stands for
10.
•This number system contains 16 systems and therefore has
the base 16.
•It uses the digits (0-9) and (A-F).
•Numbers are 0, 1, 2…8, 9, A, B, C, D, E, F. B is 11, E is 14.
•1 Hex digit is equal to 4 bits.
•Each place value in a hexadecimal number is a power of 16.
Examples:
2816 = 28H = 2×161+8×160 = 40
2F16 = 2FH = 2×161+15×160 = 47
BC1216 = BC12H = 11×163+12×162+1×161+2×160= 48146
1. A switch is just used to turn ON or turn OFF any desired
device… using the concept binary system.
2. Electronic Circuitry uses the octal system and
hexadecimal system.
3. Decimal number system uses basic calculation and
complex calculation in daily life.
•www.easytechtips24.com/
•www.aqua-calc.com/
•www.rapidtables.com/
•I.T. Apps School Book Class 7
•www.wikipedia.org/
Number System

More Related Content

What's hot (20)

Number Systems
Number SystemsNumber Systems
Number Systems
 
Number System
Number SystemNumber System
Number System
 
Number system
Number systemNumber system
Number system
 
Number System
Number SystemNumber System
Number System
 
binary number system
 binary number system binary number system
binary 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
 
Number system....
Number system....Number system....
Number system....
 
Constant, variables, data types
Constant, variables, data typesConstant, variables, data types
Constant, variables, data types
 
NUMBER SYSTEM
NUMBER SYSTEMNUMBER SYSTEM
NUMBER SYSTEM
 
Decimal number system
Decimal number systemDecimal number system
Decimal number system
 
Strings in python
Strings in pythonStrings in python
Strings in python
 
Data Representation
Data RepresentationData Representation
Data Representation
 
Number+system (1)
Number+system (1)Number+system (1)
Number+system (1)
 
Data representation in computers
Data representation in computersData representation in computers
Data representation in computers
 
Number System
Number SystemNumber System
Number System
 
Presentation on array
Presentation on array Presentation on array
Presentation on array
 
Conversion of number system
Conversion of number systemConversion of number system
Conversion of number system
 
Number system.pdf
Number system.pdfNumber system.pdf
Number system.pdf
 
Number system of computer
Number system of computerNumber system of computer
Number system of computer
 

Similar to Number System

Lecture-2(2): Number System & Conversion
Lecture-2(2): Number System & ConversionLecture-2(2): Number System & Conversion
Lecture-2(2): Number System & ConversionMubashir Ali
 
Numbersystemcont
NumbersystemcontNumbersystemcont
NumbersystemcontSajib
 
Number system...this ppt specially help BTech 2nd year ECE department
Number system...this ppt specially help BTech 2nd year ECE departmentNumber system...this ppt specially help BTech 2nd year ECE department
Number system...this ppt specially help BTech 2nd year ECE departmentAnupamBiswas67
 
Numbersystem 130621192712-phpapp02
Numbersystem 130621192712-phpapp02Numbersystem 130621192712-phpapp02
Numbersystem 130621192712-phpapp02muhammadsarab
 
Decimal to Binary Conversion
Decimal to Binary ConversionDecimal to Binary Conversion
Decimal to Binary ConversionMac Mac
 
Number system
Number systemNumber system
Number systemSajib
 
Number-Systems presentation of the mathematics
Number-Systems presentation of the mathematicsNumber-Systems presentation of the mathematics
Number-Systems presentation of the mathematicsshivas379526
 
Week 4-Number Systems.pptx
Week 4-Number Systems.pptxWeek 4-Number Systems.pptx
Week 4-Number Systems.pptxHamnaKhalid25
 
1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptx1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptxLibanMohamed26
 
Number System.pptx
Number System.pptxNumber System.pptx
Number System.pptxoptimuspc05
 
Class 7 Cyber toolsComputer NUMBER SYSTEM
Class 7 Cyber toolsComputer NUMBER SYSTEMClass 7 Cyber toolsComputer NUMBER SYSTEM
Class 7 Cyber toolsComputer NUMBER SYSTEMrajdeepstudycs10
 
Intro to IT Skills Lec 5 - English Department.pptx
Intro to IT Skills Lec 5 - English Department.pptxIntro to IT Skills Lec 5 - English Department.pptx
Intro to IT Skills Lec 5 - English Department.pptxmust322322
 
How computers represent data
How computers represent dataHow computers represent data
How computers represent dataShaon Ahmed
 
numbersystem-211022083557.pdf
numbersystem-211022083557.pdfnumbersystem-211022083557.pdf
numbersystem-211022083557.pdfAsthaChaurasia4
 

Similar to Number System (20)

Lecture-2(2): Number System & Conversion
Lecture-2(2): Number System & ConversionLecture-2(2): Number System & Conversion
Lecture-2(2): Number System & Conversion
 
Numbersystemcont
NumbersystemcontNumbersystemcont
Numbersystemcont
 
Number system...this ppt specially help BTech 2nd year ECE department
Number system...this ppt specially help BTech 2nd year ECE departmentNumber system...this ppt specially help BTech 2nd year ECE department
Number system...this ppt specially help BTech 2nd year ECE department
 
Numbersystem 130621192712-phpapp02
Numbersystem 130621192712-phpapp02Numbersystem 130621192712-phpapp02
Numbersystem 130621192712-phpapp02
 
Decimal to Binary Conversion
Decimal to Binary ConversionDecimal to Binary Conversion
Decimal to Binary Conversion
 
Number system
Number systemNumber system
Number system
 
Number-Systems presentation of the mathematics
Number-Systems presentation of the mathematicsNumber-Systems presentation of the mathematics
Number-Systems presentation of the mathematics
 
Week 4-Number Systems.pptx
Week 4-Number Systems.pptxWeek 4-Number Systems.pptx
Week 4-Number Systems.pptx
 
NUMBER SYSTEM.pptx
NUMBER  SYSTEM.pptxNUMBER  SYSTEM.pptx
NUMBER SYSTEM.pptx
 
1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptx1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptx
 
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
 
Class 7 Cyber toolsComputer NUMBER SYSTEM
Class 7 Cyber toolsComputer NUMBER SYSTEMClass 7 Cyber toolsComputer NUMBER SYSTEM
Class 7 Cyber toolsComputer NUMBER SYSTEM
 
Number System and Boolean Algebra
Number System and Boolean AlgebraNumber System and Boolean Algebra
Number System and Boolean Algebra
 
Intro to IT Skills Lec 5 - English Department.pptx
Intro to IT Skills Lec 5 - English Department.pptxIntro to IT Skills Lec 5 - English Department.pptx
Intro to IT Skills Lec 5 - English Department.pptx
 
Number system
Number system Number system
Number system
 
How computers represent data
How computers represent dataHow computers represent data
How computers represent data
 
Computer Number system
Computer Number systemComputer Number system
Computer Number system
 
numbersystem-211022083557.pdf
numbersystem-211022083557.pdfnumbersystem-211022083557.pdf
numbersystem-211022083557.pdf
 

Recently uploaded

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
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
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
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
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
 
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.pptxAreebaZafar22
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 

Recently uploaded (20)

Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
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
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
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
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
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
 
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
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 

Number System

  • 1.
  • 2. S.no. Description Slide no. 1. Introduction to Number System 3 2. Basic facts 4 3. Decimal Number System 5-6 4. Binary Number System 7 5. Conversions 8-9 6. Octal Number System 10 7. Hexadecimal Number System 11 8. Table 12 9. Uses in Computer System 13 10. Sources 14
  • 3. A number system defines how a number can be represented using distinct symbols. A number can be represented differently in different systems. Many number systems were introduced with the passage of time, like: •Decimal number system •Binary number system •Octal number system •Hexadecimal number system
  • 4. •A unit of information expressed as either a 0 or 1 in binary notation. •A group of binary digits or bits (usually eight) operated on as a unit. •A byte is considered as a unit of memory size. •The base is the number of digits used in it. •The larger the base, the more numerals are required. Decimal- Base 10 Binary- Base 2 Octal- Base 8 Hexadecimal- Base 16
  • 5. The need for counting has paved the path to introduce decimal number system in which 10 digits 0,1,2,3…9 are used to form any number. Most of our arithmetic operations are performed with decimal numbers. •The prefix ‘deci’ stands for 10. •The decimal number system is a base 10 number system. •Each number can be used individually or they can be grouped to form a numeric value. •Example- 52, 16.83, -243 etc. The value of each digit in a number depends upon the following: The face value of the digits The base of the number system The position of the digit in the number
  • 6.
  • 7.
  • 8. Conversion of decimal number into binary system. The rules are: 1. Divide the given decimal number with the base 2. 2. Write down their remainder and divide the quotient again by 2. 3. Repeat the step 2 till the quotient is 0. Example-
  • 9. Conversion of binary into decimal number The rules are: 1. Multiply each binary number with 2 having the power 0 for unitary position, starting from the extreme right digit. 2. Increase the power one by one keeping the base fixed as 2. 3. Sum up all the products to get the decimal number. Example-
  • 10. •Octal (base 8) was previously a popular choice for representing digital circuit numbers in a form that is more compact than binary. •The octal number system consists of 8 digits i.e. 0 to 7 with the base 8. •1 octal digit is equivalent to 3 bits. Examples: 278 = 2×81+7×80 = 16+7 = 23 308 = 3×81+0×80 = 24 43078 = 4×83+3×82+0×81+7×80= 2247
  • 11. •The prefix ‘hexa’ stands for 6 and the prefix ‘deci’ stands for 10. •This number system contains 16 systems and therefore has the base 16. •It uses the digits (0-9) and (A-F). •Numbers are 0, 1, 2…8, 9, A, B, C, D, E, F. B is 11, E is 14. •1 Hex digit is equal to 4 bits. •Each place value in a hexadecimal number is a power of 16. Examples: 2816 = 28H = 2×161+8×160 = 40 2F16 = 2FH = 2×161+15×160 = 47 BC1216 = BC12H = 11×163+12×162+1×161+2×160= 48146
  • 12.
  • 13. 1. A switch is just used to turn ON or turn OFF any desired device… using the concept binary system. 2. Electronic Circuitry uses the octal system and hexadecimal system. 3. Decimal number system uses basic calculation and complex calculation in daily life.