SlideShare a Scribd company logo
1 of 45
ICT – CSS 9
NUMBER
SYSTEM
WHAT IS NUMBER SYSTEM?
A number system is a system of writing for expressing
numbers. It is the mathematical notation for representing
numbers of a given set by using digits or other symbols in
a consistent manner. It provides a unique representation
to every number and represents the arithmetic and
algebraic structure of the figures. It also allows us to
operate arithmetic operations like addition, subtraction,
and division.
Characteristics of Numbering Systems
1)The digits are consecutive.
2)The number of digits is equal to the size of the base.
3)Zero is always the first digit.
4)The base number is never a digit.
5)When 1 is added to the largest digit, a sum of zero and a
carry of one results.
6)Numeric values are determined by the implicit positional
values of the digits.
Types of Number System
There are various types of number system in
mathematics. The four most common number system
types are:
1.Decimal number system (Base- 10)
2.Binary number system (Base- 2)
3.Octal number system (Base-8)
4.Hexadecimal number system (Base- 16)
0 = represents no value
1 = represents a unit value
THE BINARY NUMBER SYSTEM
• The binary number system uses 2
digits to encode a number:
• That means that you can only use the digits
0 and 1 to write a binary number
Example: some binary numbers
0
1
10
11
1010
and so on.
Binary Number System
❑Also called the “Base 2 system”
❑The binary number system is used to model the
series of electrical signals computers use to
represent information
❑0 represents the no voltage or an off state
❑1 represents the presence of voltage or an on state
Base 2 Number System
❑Base 2 number systems are also known as Binary number
system wherein, only two binary digits exist, i.e., 0 and 1.
Specifically, the usual base-2 is a radix of 2. The figures
described under this system are known as binary numbers
which are the combination of 0 and 1. For example,
110101 is a binary number.
❑We can convert any system into binary and vice versa
DECIMAL NUMBER SYSTEM
Decimal number system has base 10 because it uses
ten digits from 0 to 9. In decimal number system, the
positions successive to the left of the decimal point
represent units, tens, hundreds, thousands and so on.
Every position shows a particular power of the base
(10).
Base 10 Number System
This system is expressed in decimal
numbers. The base to the decimal is 10. This
shows that there are ten symbols, 0 to 9.
Similarly, the system using the symbols 0, 1,
two will be of base 3, four symbols will be of
base 4 and so on.
Base 10 Number System
This system is expressed in decimal
numbers. The base to the decimal is 10. This
shows that there are ten symbols, 0 to 9.
Similarly, the system using the symbols 0, 1,
two will be of base 3, four symbols will be of
base 4 and so on.
Binary ‒to‒ Decimal Process
The Process: Weighted Multiplication
a)Multiply each bit of the Binary Number by it
corresponding bit-weighting factor (i.e. Bit-
0→20=1; Bit-1→21=2; Bit-2→22=4; etc).
b)Sum up all the products in step (a) to get the
Decimal Number.
Decimal ‒to‒ Binary Conversion
The Process : Successive Division
a)Divide the Decimal Number by 2; the remainder is
the LSB of Binary Number.
b)If the quotation is zero, the conversion is complete;
else repeat step (a) using the quotation as the
Decimal Number. The new remainder is the next
most significant bit of the Binary Number.
A.Binary to Decimal B. Decimal to Binary
1) 10110 2 = ____________ 1. 13 10 = ____________
2) 101010 2 = ____________ 2. 22 10 = ____________
3) 0100101 2 = ____________ 3. 43 10 = ____________
4) 010011 2 = ____________ 4. 158 10 = ____________
5) 11010 2 = ____________ 5. 98 10 = ____________
Learning Task 2.
Write 5-sentence essay focusing on what you
have learned. Do not summarize the lesson,
instead discuss new ideas and significant insights
and how the information can be used. Write your
answer on the space provided.
ICT – CSS 9
OCTAL TO BINARY
In order to convert octal to binary number, we
must follow a few steps. Octal numbers have base 8
and binary numbers have base 2. We can convert the
octal number into decimal and then convert the
decimal number into its equivalent binary number.
Also, we can
remember the octal to the binary equivalent
table to do the quick conversion.
Octal Numbers: Octal numbers are the numbers
which have base 8. It is represented as N8. It uses the
digits 0,1, 2, 3, 4, 5, 6 and 7 to represent the numbers
in this number system.
For example:
•1128
OCTAL TO BINARY
1. 250
2. 434
3. 620
4. 5722
5.1472
The Hexadecimal Numbering System
The base 16, also known
as hexadecimal (abbreviated to hex)
numbering system is regularly used in
computer coding for conveniently
representing a byte or word of data.
Hexadecimal, the Base 16 Numbering System
Hexadecimal or "hex" is a numbering system
which uses 16 different numerals. We saw that
decimal used ten numerals from 0 to 9. Hex
expands on this by adding six more, the
capital letters A, B, C, D, E and F.
ICT – CSS 9
QUIZ
‘qqqqqqqqqqqqqqqqqqqqqqqqqq
Binary to Decimal
1. 100110112
2. 111011102
3. 001110002
4. 10010111112
5.1101110012
‘qqqqqqqqqqqqqqqqqqqqqqqqqq
Decimal to Binary
1. 6210
2. 1510
3. 8610
4. 4810
5.5510
‘qqqqqqqqqqqqqqqqqqqqqqqqqq
Octal to Binary
1. 1038
2. 4348
3. 14728
4. 226458
5.57228
‘qqqqqqqqqqqqqqqqqqqqqqqqqq
Binary to Octal
1. 1011100102
2. 0101001010102
Hexadecimal to Binary
3. 79E16
4. B0416
5. 13A16
‘qqqqqqqqqqqqqqqqqqqqqqqqqq
Octal to Hexadecimal
1. 14568
2. 66208
3. 153558
4. 14308
5.7428
‘qqqqqqqqqqqqqqqqqqqqqqqqqq
Write an essay focusing on what you have
learned. Do not summarize the lesson, instead
discuss new ideas and significant insights and
how the information can be used. Write your
answer on your notebook.
‘qqqqqqqqqqqqqqqqqqqqqqqqqq
Answer the ff. questions below. Write your answer
on your notebook
1. How important is binary in the world of digital
systems?
2. Why is it important for the students to learn about
binary numbers?
3. What are the benefits of using binary?
4. How do you explain binary to a child?
NUMBER SYSTEM.pptx

More Related Content

Similar to NUMBER SYSTEM.pptx

FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...Arti Parab Academics
 
Number system computer fundamental
 Number  system computer fundamental  Number  system computer fundamental
Number system computer fundamental Aman anand kumar
 
Presentation of ICT.ppt.pptx
Presentation of ICT.ppt.pptxPresentation of ICT.ppt.pptx
Presentation of ICT.ppt.pptxMinahilUmar1
 
Grade5(Test 2).pptx
Grade5(Test 2).pptxGrade5(Test 2).pptx
Grade5(Test 2).pptxMjMj96
 
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
 
Week 4-Number Systems.pptx
Week 4-Number Systems.pptxWeek 4-Number Systems.pptx
Week 4-Number Systems.pptxHamnaKhalid25
 
Module 1 number systems and code1
Module 1  number systems and code1Module 1  number systems and code1
Module 1 number systems and code1Deepak John
 
Chapter two FHI.pptx
Chapter two FHI.pptxChapter two FHI.pptx
Chapter two FHI.pptxODAATUBE1
 
04 chapter03 02_numbers_systems_student_version_fa16
04 chapter03 02_numbers_systems_student_version_fa1604 chapter03 02_numbers_systems_student_version_fa16
04 chapter03 02_numbers_systems_student_version_fa16John Todora
 
Numbersystem 130621192712-phpapp02
Numbersystem 130621192712-phpapp02Numbersystem 130621192712-phpapp02
Numbersystem 130621192712-phpapp02muhammadsarab
 
Computer arithmetic operations.pptx
Computer arithmetic operations.pptxComputer arithmetic operations.pptx
Computer arithmetic operations.pptxssusera6fdd5
 

Similar to NUMBER SYSTEM.pptx (20)

FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
 
Number system computer fundamental
 Number  system computer fundamental  Number  system computer fundamental
Number system computer fundamental
 
Presentation of ICT.ppt.pptx
Presentation of ICT.ppt.pptxPresentation of ICT.ppt.pptx
Presentation of ICT.ppt.pptx
 
Grade5(Test 2).pptx
Grade5(Test 2).pptxGrade5(Test 2).pptx
Grade5(Test 2).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
 
DCF QNA edited
DCF QNA editedDCF QNA edited
DCF QNA edited
 
Week 4-Number Systems.pptx
Week 4-Number Systems.pptxWeek 4-Number Systems.pptx
Week 4-Number Systems.pptx
 
Number system
Number system  Number system
Number system
 
Module 1 number systems and code1
Module 1  number systems and code1Module 1  number systems and code1
Module 1 number systems and code1
 
Number+system (1)
Number+system (1)Number+system (1)
Number+system (1)
 
digital-180612132737.pdf
digital-180612132737.pdfdigital-180612132737.pdf
digital-180612132737.pdf
 
Number System and Boolean Algebra
Number System and Boolean AlgebraNumber System and Boolean Algebra
Number System and Boolean Algebra
 
Chapter two FHI.pptx
Chapter two FHI.pptxChapter two FHI.pptx
Chapter two FHI.pptx
 
04 chapter03 02_numbers_systems_student_version_fa16
04 chapter03 02_numbers_systems_student_version_fa1604 chapter03 02_numbers_systems_student_version_fa16
04 chapter03 02_numbers_systems_student_version_fa16
 
DLD Chapter-1.pdf
DLD Chapter-1.pdfDLD Chapter-1.pdf
DLD Chapter-1.pdf
 
Number system
Number systemNumber system
Number system
 
Numbersystem 130621192712-phpapp02
Numbersystem 130621192712-phpapp02Numbersystem 130621192712-phpapp02
Numbersystem 130621192712-phpapp02
 
Number system
Number systemNumber system
Number system
 
Computer arithmetic operations.pptx
Computer arithmetic operations.pptxComputer arithmetic operations.pptx
Computer arithmetic operations.pptx
 

More from AnaMarieFrane

QA2_TLE7-8-Caregiving.pdf......................................
QA2_TLE7-8-Caregiving.pdf......................................QA2_TLE7-8-Caregiving.pdf......................................
QA2_TLE7-8-Caregiving.pdf......................................AnaMarieFrane
 
03-04-24.pptx ....................................
03-04-24.pptx ....................................03-04-24.pptx ....................................
03-04-24.pptx ....................................AnaMarieFrane
 
CATCH UP FRIDAY ................................................................
CATCH UP FRIDAY ................................................................CATCH UP FRIDAY ................................................................
CATCH UP FRIDAY ................................................................AnaMarieFrane
 
Common Problems of machine [Autosaved].pptx
Common Problems of machine [Autosaved].pptxCommon Problems of machine [Autosaved].pptx
Common Problems of machine [Autosaved].pptxAnaMarieFrane
 
PRINCIPLES OF DESIGNS.ppt
PRINCIPLES OF DESIGNS.pptPRINCIPLES OF DESIGNS.ppt
PRINCIPLES OF DESIGNS.pptAnaMarieFrane
 
PPT_METRIC SYSTEM.pptx
PPT_METRIC SYSTEM.pptxPPT_METRIC SYSTEM.pptx
PPT_METRIC SYSTEM.pptxAnaMarieFrane
 

More from AnaMarieFrane (9)

QA2_TLE7-8-Caregiving.pdf......................................
QA2_TLE7-8-Caregiving.pdf......................................QA2_TLE7-8-Caregiving.pdf......................................
QA2_TLE7-8-Caregiving.pdf......................................
 
03-04-24.pptx ....................................
03-04-24.pptx ....................................03-04-24.pptx ....................................
03-04-24.pptx ....................................
 
CATCH UP FRIDAY ................................................................
CATCH UP FRIDAY ................................................................CATCH UP FRIDAY ................................................................
CATCH UP FRIDAY ................................................................
 
Common Problems of machine [Autosaved].pptx
Common Problems of machine [Autosaved].pptxCommon Problems of machine [Autosaved].pptx
Common Problems of machine [Autosaved].pptx
 
ACTIVITIES G9.pptx
ACTIVITIES G9.pptxACTIVITIES G9.pptx
ACTIVITIES G9.pptx
 
PRINCIPLES OF DESIGNS.ppt
PRINCIPLES OF DESIGNS.pptPRINCIPLES OF DESIGNS.ppt
PRINCIPLES OF DESIGNS.ppt
 
OHS.pptx
OHS.pptxOHS.pptx
OHS.pptx
 
PPT_METRIC SYSTEM.pptx
PPT_METRIC SYSTEM.pptxPPT_METRIC SYSTEM.pptx
PPT_METRIC SYSTEM.pptx
 
ACTIVITIES G9.pptx
ACTIVITIES G9.pptxACTIVITIES G9.pptx
ACTIVITIES G9.pptx
 

Recently uploaded

Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
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
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxabhijeetpadhi001
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 

Recently uploaded (20)

Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
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
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 

NUMBER SYSTEM.pptx

  • 1. ICT – CSS 9 NUMBER SYSTEM
  • 2. WHAT IS NUMBER SYSTEM? A number system is a system of writing for expressing numbers. It is the mathematical notation for representing numbers of a given set by using digits or other symbols in a consistent manner. It provides a unique representation to every number and represents the arithmetic and algebraic structure of the figures. It also allows us to operate arithmetic operations like addition, subtraction, and division.
  • 3. Characteristics of Numbering Systems 1)The digits are consecutive. 2)The number of digits is equal to the size of the base. 3)Zero is always the first digit. 4)The base number is never a digit. 5)When 1 is added to the largest digit, a sum of zero and a carry of one results. 6)Numeric values are determined by the implicit positional values of the digits.
  • 4. Types of Number System There are various types of number system in mathematics. The four most common number system types are: 1.Decimal number system (Base- 10) 2.Binary number system (Base- 2) 3.Octal number system (Base-8) 4.Hexadecimal number system (Base- 16)
  • 5. 0 = represents no value 1 = represents a unit value THE BINARY NUMBER SYSTEM • The binary number system uses 2 digits to encode a number:
  • 6. • That means that you can only use the digits 0 and 1 to write a binary number Example: some binary numbers 0 1 10 11 1010 and so on.
  • 7. Binary Number System ❑Also called the “Base 2 system” ❑The binary number system is used to model the series of electrical signals computers use to represent information ❑0 represents the no voltage or an off state ❑1 represents the presence of voltage or an on state
  • 8. Base 2 Number System ❑Base 2 number systems are also known as Binary number system wherein, only two binary digits exist, i.e., 0 and 1. Specifically, the usual base-2 is a radix of 2. The figures described under this system are known as binary numbers which are the combination of 0 and 1. For example, 110101 is a binary number. ❑We can convert any system into binary and vice versa
  • 9. DECIMAL NUMBER SYSTEM Decimal number system has base 10 because it uses ten digits from 0 to 9. In decimal number system, the positions successive to the left of the decimal point represent units, tens, hundreds, thousands and so on. Every position shows a particular power of the base (10).
  • 10. Base 10 Number System This system is expressed in decimal numbers. The base to the decimal is 10. This shows that there are ten symbols, 0 to 9. Similarly, the system using the symbols 0, 1, two will be of base 3, four symbols will be of base 4 and so on.
  • 11. Base 10 Number System This system is expressed in decimal numbers. The base to the decimal is 10. This shows that there are ten symbols, 0 to 9. Similarly, the system using the symbols 0, 1, two will be of base 3, four symbols will be of base 4 and so on.
  • 12. Binary ‒to‒ Decimal Process The Process: Weighted Multiplication a)Multiply each bit of the Binary Number by it corresponding bit-weighting factor (i.e. Bit- 0→20=1; Bit-1→21=2; Bit-2→22=4; etc). b)Sum up all the products in step (a) to get the Decimal Number.
  • 13.
  • 14.
  • 15.
  • 16. Decimal ‒to‒ Binary Conversion The Process : Successive Division a)Divide the Decimal Number by 2; the remainder is the LSB of Binary Number. b)If the quotation is zero, the conversion is complete; else repeat step (a) using the quotation as the Decimal Number. The new remainder is the next most significant bit of the Binary Number.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21. A.Binary to Decimal B. Decimal to Binary 1) 10110 2 = ____________ 1. 13 10 = ____________ 2) 101010 2 = ____________ 2. 22 10 = ____________ 3) 0100101 2 = ____________ 3. 43 10 = ____________ 4) 010011 2 = ____________ 4. 158 10 = ____________ 5) 11010 2 = ____________ 5. 98 10 = ____________
  • 22. Learning Task 2. Write 5-sentence essay focusing on what you have learned. Do not summarize the lesson, instead discuss new ideas and significant insights and how the information can be used. Write your answer on the space provided.
  • 23. ICT – CSS 9 OCTAL TO BINARY
  • 24. In order to convert octal to binary number, we must follow a few steps. Octal numbers have base 8 and binary numbers have base 2. We can convert the octal number into decimal and then convert the decimal number into its equivalent binary number. Also, we can remember the octal to the binary equivalent table to do the quick conversion.
  • 25. Octal Numbers: Octal numbers are the numbers which have base 8. It is represented as N8. It uses the digits 0,1, 2, 3, 4, 5, 6 and 7 to represent the numbers in this number system. For example: •1128
  • 26.
  • 27.
  • 28.
  • 29.
  • 30. OCTAL TO BINARY 1. 250 2. 434 3. 620 4. 5722 5.1472
  • 31. The Hexadecimal Numbering System The base 16, also known as hexadecimal (abbreviated to hex) numbering system is regularly used in computer coding for conveniently representing a byte or word of data.
  • 32. Hexadecimal, the Base 16 Numbering System Hexadecimal or "hex" is a numbering system which uses 16 different numerals. We saw that decimal used ten numerals from 0 to 9. Hex expands on this by adding six more, the capital letters A, B, C, D, E and F.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37. ICT – CSS 9 QUIZ
  • 38. ‘qqqqqqqqqqqqqqqqqqqqqqqqqq Binary to Decimal 1. 100110112 2. 111011102 3. 001110002 4. 10010111112 5.1101110012
  • 39. ‘qqqqqqqqqqqqqqqqqqqqqqqqqq Decimal to Binary 1. 6210 2. 1510 3. 8610 4. 4810 5.5510
  • 40. ‘qqqqqqqqqqqqqqqqqqqqqqqqqq Octal to Binary 1. 1038 2. 4348 3. 14728 4. 226458 5.57228
  • 41. ‘qqqqqqqqqqqqqqqqqqqqqqqqqq Binary to Octal 1. 1011100102 2. 0101001010102 Hexadecimal to Binary 3. 79E16 4. B0416 5. 13A16
  • 42. ‘qqqqqqqqqqqqqqqqqqqqqqqqqq Octal to Hexadecimal 1. 14568 2. 66208 3. 153558 4. 14308 5.7428
  • 43. ‘qqqqqqqqqqqqqqqqqqqqqqqqqq Write an essay focusing on what you have learned. Do not summarize the lesson, instead discuss new ideas and significant insights and how the information can be used. Write your answer on your notebook.
  • 44. ‘qqqqqqqqqqqqqqqqqqqqqqqqqq Answer the ff. questions below. Write your answer on your notebook 1. How important is binary in the world of digital systems? 2. Why is it important for the students to learn about binary numbers? 3. What are the benefits of using binary? 4. How do you explain binary to a child?