SlideShare a Scribd company logo
By: Vhonz Sugatan
POWER School
Unitary System
Unitary System
BLUE TEAM GREEN TEAM
Decimal System
Decimal System
0, 1, 2, 3, 4,
5, 6, 7, 8, 9
Inherent Value
Inherent Value
Inherent Value
SIX
Positional Value
Positional Value
Positional Value
Positional Value
Positional Value
Binary Number System
Binary Number System
0’s & 1’s
Decimal to Binary Conversion
Step 1
Decimal to Binary Conversion
Divide the decimal number by 2
and record the remainder.
Step 1
Decimal to Binary Conversion
Step 2
Decimal to Binary Conversion
Continue to divide by 2 as long
as the resulting quotient is not
equal to zero.
Step 2
Decimal to Binary Conversion
Step 3
Decimal to Binary Conversion
The binary equivalent of the
number consists of the
remainders listed from right to
left.
Step 3
Decimal to Binary Conversion
Example:
Convert 20 (base 10) to its binary
equivalent.
Decimal to Binary Conversion
Division Quotients Remainders
20/2
Decimal to Binary Conversion
Division Quotients Remainders
20/2 10
Decimal to Binary Conversion
Division Quotients Remainders
20/2 10 0
Decimal to Binary Conversion
Division Quotients Remainders
20/2 10 0
10/2
Decimal to Binary Conversion
Division Quotients Remainders
20/2 10 0
10/2 5
Decimal to Binary Conversion
Division Quotients Remainders
20/2 10 0
10/2 5 0
Decimal to Binary Conversion
Division Quotients Remainders
20/2 10 0
10/2 5 0
5/2
Decimal to Binary Conversion
Division Quotients Remainders
20/2 10 0
10/2 5 0
5/2 2.5
Decimal to Binary Conversion
Division Quotients Remainders
20/2 10 0
10/2 5 0
5/2 2 1
Decimal to Binary Conversion
Division Quotients Remainders
20/2 10 0
10/2 5 0
5/2 2 1
2/2
Decimal to Binary Conversion
Division Quotients Remainders
20/2 10 0
10/2 5 0
5/2 2 1
2/2 1
Decimal to Binary Conversion
Division Quotients Remainders
20/2 10 0
10/2 5 0
5/2 2 1
2/2 1 0
Decimal to Binary Conversion
Division Quotients Remainders
20/2 10 0
10/2 5 0
5/2 2 1
2/2 1 0
1/2
Decimal to Binary Conversion
Division Quotients Remainders
20/2 10 0
10/2 5 0
5/2 2 1
2/2 1 0
1/2 0.5
Decimal to Binary Conversion
Division Quotients Remainders
20/2 10 0
10/2 5 0
5/2 2 1
2/2 1 0
1/2 0 1
Decimal to Binary Conversion
Division Quotients Remainders
20/2 10 0
10/2 5 0
5/2 2 1
2/2 1 0
1/2 0 1
Decimal to Binary Conversion
Example:
20 (base 10) to its binary
equivalent is 10100 (base 2)
Decimal to Binary Conversion
Example:
Convert 15 (base 10) to its binary
equivalent.
Decimal to Binary Conversion
Division Quotients Remainders
15/2
Decimal to Binary Conversion
Division Quotients Remainders
15/2 7.5
Decimal to Binary Conversion
Division Quotients Remainders
15/2 7 1
Decimal to Binary Conversion
Division Quotients Remainders
15/2 7 1
7/2
Decimal to Binary Conversion
Division Quotients Remainders
15/2 7 1
7/2 3.5
Decimal to Binary Conversion
Division Quotients Remainders
15/2 7 1
7/2 3 1
Decimal to Binary Conversion
Division Quotients Remainders
15/2 7 1
7/2 3 1
3/2
Decimal to Binary Conversion
Division Quotients Remainders
15/2 7 1
7/2 3 1
3/2 1.5
Decimal to Binary Conversion
Division Quotients Remainders
15/2 7 1
7/2 3 1
3/2 1 1
Decimal to Binary Conversion
Division Quotients Remainders
15/2 7 1
7/2 3 1
3/2 1 1
1/2
Decimal to Binary Conversion
Division Quotients Remainders
15/2 7 1
7/2 3 1
3/2 1 1
1/2 0.5
Decimal to Binary Conversion
Division Quotients Remainders
15/2 7 1
7/2 3 1
3/2 1 1
1/2 0.5 1
Decimal to Binary Conversion
Division Quotients Remainders
15/2 7 1
7/2 3 1
3/2 1 1
1/2 0.5 1
Decimal to Binary Conversion
Example:
15 (base 10) to its binary
equivalent is 1111 (base 2)
Decimal to Binary Conversion
Binary to Decimal Conversion
Binary to Decimal Conversion
Example:
Convert 10100 (base 2) to its
decimal equivalent.
Binary to Decimal Conversion
Example: 10100 (base 2)
Binary to Decimal Conversion
Example: 10100 (base 2)
1 0 1 0 0
Binary to Decimal Conversion
Example: 10100 (base 2)
1 0 1 0 0X2+ X2+ X2+ X2+ X2
Binary to Decimal Conversion
Example: 10100 (base 2)
1 0 1 0 0X2+ X2+ X2+ X2+ X2
01234
Binary to Decimal Conversion
Example: 10100 (base 2)
1 0 1 0 0X2+ X2+ X2+ X2+ X2
01234
0
Binary to Decimal Conversion
Example: 10100 (base 2)
1 0 1 0 0X2+ X2+ X2+ X2+ X2
01234
00
Binary to Decimal Conversion
Example: 10100 (base 2)
1 0 1 0 0X2+ X2+ X2+ X2+ X2
01234
004
Binary to Decimal Conversion
Example: 10100 (base 2)
1 0 1 0 0X2+ X2+ X2+ X2+ X2
01234
0040
Binary to Decimal Conversion
Example: 10100 (base 2)
1 0 1 0 0X2+ X2+ X2+ X2+ X2
01234
004016
Binary to Decimal Conversion
Example: 10100 (base 2)
1 0 1 0 0X2+ X2+ X2+ X2+ X2
01234
++++ 004016
Binary to Decimal Conversion
Example: 10100 (base 2)
1 0 1 0 0X2+ X2+ X2+ X2+ X2
01234
++++ 004016
20
10100 (base 2) to its decimal
equivalent is 20 (base 10)
Binary to Decimal Conversion
Binary to Decimal Conversion
Example:
Convert 1111 (base 2) to its
decimal equivalent.
Binary to Decimal Conversion
Example: 1111 (base 2)
Binary to Decimal Conversion
Example: 1111 (base 2)
1 1 1 1
Binary to Decimal Conversion
Example: 1111 (base 2)
1 1 1 1X2+ X2+ X2+ X2
Binary to Decimal Conversion
Example: 1111 (base 2)
1 1 1 1X2+ X2+ X2+ X2
0123
Binary to Decimal Conversion
Example: 1111 (base 2)
1 1 1 1X2+ X2+ X2+ X2
0123
1
Binary to Decimal Conversion
Example: 1111 (base 2)
1 1 1 1X2+ X2+ X2+ X2
0123
12
Binary to Decimal Conversion
Example: 1111 (base 2)
1 1 1 1X2+ X2+ X2+ X2
0123
124
Binary to Decimal Conversion
Example: 1111 (base 2)
1 1 1 1X2+ X2+ X2+ X2
0123
1248
Binary to Decimal Conversion
Example: 1111 (base 2)
1 1 1 1X2+ X2+ X2+ X2
0123
1248 +++
Binary to Decimal Conversion
Example: 1111 (base 2)
1 1 1 1X2+ X2+ X2+ X2
0123
1248 +++
15
Seat Work
Seat Work
1.215 base10 to base2
2.336 base10 to base2
3.457 base10 to base2
4.383 base10 to base2
5.120 base10 to base2

More Related Content

Similar to Introduction to Computer Lesson 5.0

Introduction to Computer Lesson 6.0
Introduction to Computer Lesson 6.0Introduction to Computer Lesson 6.0
Introduction to Computer Lesson 6.0
Von Ryan Sugatan
 
Number Systems Basic Concepts
Number Systems Basic ConceptsNumber Systems Basic Concepts
Number Systems Basic Concepts
Laguna State Polytechnic University
 
Decimal to binary number
Decimal to binary numberDecimal to binary number
Decimal to binary numberguestd8696a
 
005618132.pdf
005618132.pdf005618132.pdf
005618132.pdf
BhagwansinghBairwa1
 
lecture3_dec_bin_1.ppt
lecture3_dec_bin_1.pptlecture3_dec_bin_1.ppt
lecture3_dec_bin_1.ppt
MarlonMagtibay2
 
conversion.ppt
conversion.pptconversion.ppt
conversion.ppt
TerrenceRamirez1
 
Number system
Number systemNumber system
Number system
Iqra Yasin
 
Number Systems
Number SystemsNumber Systems
Number Systems
Infinity Tech Solutions
 
Chapter 1 digital design.pptx
Chapter 1 digital design.pptxChapter 1 digital design.pptx
Chapter 1 digital design.pptx
AliaaTarek5
 
Quantitative Analysis 2
Quantitative Analysis 2Quantitative Analysis 2
Quantitative Analysis 2
রেদওয়ান হৃদয়
 
micro tut1.pptx
micro tut1.pptxmicro tut1.pptx
micro tut1.pptx
sdwqt4tg
 
Number codes
Number codesNumber codes
Binary octal
Binary octalBinary octal
Binary octaldrdipo4
 
Number system
Number systemNumber system
Number system
Mantra VLSI
 
Digital and Logic Design Chapter 1 binary_systems
Digital and Logic Design Chapter 1 binary_systemsDigital and Logic Design Chapter 1 binary_systems
Digital and Logic Design Chapter 1 binary_systems
Imran Waris
 
B sc ii sem unit 2(a) ns
B sc ii sem  unit 2(a) nsB sc ii sem  unit 2(a) ns
B sc ii sem unit 2(a) ns
MahiboobAliMulla
 
UNIT - I.pptx
UNIT - I.pptxUNIT - I.pptx
UNIT - I.pptx
amudhak10
 
UNIT - I.pptx
UNIT - I.pptxUNIT - I.pptx
UNIT - I.pptx
amudhak10
 

Similar to Introduction to Computer Lesson 5.0 (20)

Introduction to Computer Lesson 6.0
Introduction to Computer Lesson 6.0Introduction to Computer Lesson 6.0
Introduction to Computer Lesson 6.0
 
Number Systems Basic Concepts
Number Systems Basic ConceptsNumber Systems Basic Concepts
Number Systems Basic Concepts
 
Decimal to binary number
Decimal to binary numberDecimal to binary number
Decimal to binary number
 
005618132.pdf
005618132.pdf005618132.pdf
005618132.pdf
 
lecture3_dec_bin_1.ppt
lecture3_dec_bin_1.pptlecture3_dec_bin_1.ppt
lecture3_dec_bin_1.ppt
 
conversion.ppt
conversion.pptconversion.ppt
conversion.ppt
 
Number system
Number systemNumber system
Number system
 
Number Systems
Number SystemsNumber Systems
Number Systems
 
Chapter 1 digital design.pptx
Chapter 1 digital design.pptxChapter 1 digital design.pptx
Chapter 1 digital design.pptx
 
Dec to bin.20
Dec to bin.20Dec to bin.20
Dec to bin.20
 
Quantitative Analysis 2
Quantitative Analysis 2Quantitative Analysis 2
Quantitative Analysis 2
 
Binary no
Binary noBinary no
Binary no
 
micro tut1.pptx
micro tut1.pptxmicro tut1.pptx
micro tut1.pptx
 
Number codes
Number codesNumber codes
Number codes
 
Binary octal
Binary octalBinary octal
Binary octal
 
Number system
Number systemNumber system
Number system
 
Digital and Logic Design Chapter 1 binary_systems
Digital and Logic Design Chapter 1 binary_systemsDigital and Logic Design Chapter 1 binary_systems
Digital and Logic Design Chapter 1 binary_systems
 
B sc ii sem unit 2(a) ns
B sc ii sem  unit 2(a) nsB sc ii sem  unit 2(a) ns
B sc ii sem unit 2(a) ns
 
UNIT - I.pptx
UNIT - I.pptxUNIT - I.pptx
UNIT - I.pptx
 
UNIT - I.pptx
UNIT - I.pptxUNIT - I.pptx
UNIT - I.pptx
 

Recently uploaded

Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
Mohammed Sikander
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
kimdan468
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
ArianaBusciglio
 

Recently uploaded (20)

Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
 

Introduction to Computer Lesson 5.0

Editor's Notes

  1. It is a fact that we use numbers for counting – that is to express quantities. From simple to complex expressions, we use numbers every day. At a very young age, we were taught (aside from the abcs) how to count 1 to 100. The reason for this is that ability to count is one essential skill that we need in life. In counting, the simplest is the. (CLICK NEXT TO CONTINUE)
  2. Is a one-to-one comparison between the objects to be counted and the count or tally. We commonly use this in keeping track of scores in a basketball game or volleyball game. (CLICK NEXT TO CONTINUE)
  3. This system is composed of vertical and horizontal marks which are divided into groups of five. The unitary system is simple and straightforward, but the way it is represent is a waste of writing time and space. It is also not ideal to be used in complicated calculations. We used the.. (CLICK NEXT TO CONTINUE)
  4. The ingenious method of expressing all numbers by means of ten symbols originated from India. It is widely used and is based the ten fingers of human being The decimal number system is the system you and I use everyday. It makes use of ten numeric symbols (CLICK NEXT TO CONTINUE)
  5. The decimal number system is called base 10 system. This is because the base of any number system is equal to the number of basic symbol used in that system. Since there are 10 basic number symbols in the decimal number system (numbers 0 – 9), it has a base of 10. We normally identify each basic numeric symbol by one of the following values. What are those values (CLICK NEXT TO CONTINUE)
  6. The Inherent Value of a numeric symbol is the value of that symbol standing alone. Any number is still related somehow to its basic value regardless of how it appears in number system. For example what number is this. (CLICK NEXT TO CONTINUE)
  7. (CLICK NEXT TO CONTINUE)
  8. 6 is related to the quantity six, even if it is used in different number positions, like 216, 161, or 617. Yet, in each of these examples, the symbol 6 does not really equal to the inherent value of the quantity six. This is because of. (CLICK NEXT TO CONTINUE)
  9. The Positional Value of a numeric symbol is directly related to the base of a number system. In the decimal system, each position has a value 10 times greater than the position to its right. For example the number (CLICK NEXT TO CONTINUE)
  10. (CLICK NEXT TO CONTINUE)
  11. the symbol 3 represents the ones (or units) position. (CLICK NEXT TO CONTINUE)
  12. the symbol 2 represents the tens position (10 x 1), (CLICK NEXT TO CONTINUE)
  13. and the symbol 4 represents the hundreds position (10 x 10). In other words, each move to the left represents an increase in the value of the position by factor of ten. This is because the base of the decimal number system is ten. (CLICK NEXT TO CONTINUE)
  14. The binary number system is a base 2 system. In other words, there are only to numeric symbols used in the binary system. Kaya hindi mahirap mag bilang. ( ,”) (CLICK NEXT TO CONTINUE)
  15. this does not mean, however, that the binary system can only represent the value of zero (0), one (1), ten (10), eleven (11), and so on. In fact, any value represented in decimal can be represented in binary and vise-versa. This is made possible by the concepts of inherent and positional value. The binary to decimal representation is called (CLICK NEXT TO CONTINUE)
  16. In binary- to decimal conversion, The division – multiplication method is one approach used in converting a decimal number to its binary equivalent. These are the steps to be followed in decimal to binary conversion. (CLICK NEXT TO CONTINUE)
  17. (CLICK NEXT TO CONTINUE)
  18. (CLICK NEXT TO CONTINUE)
  19. (CLICK NEXT TO CONTINUE)
  20. (CLICK NEXT TO CONTINUE)
  21. (CLICK NEXT TO CONTINUE)
  22. When the obtained quotient is equal to zero, The binary equivalent of the number consists of the remainders listed from right to left. (bottom to top) in the order way they were recorded. Example: (CLICK NEXT TO CONTINUE)
  23. (CLICK NEXT TO CONTINUE)
  24. (CLICK NEXT TO CONTINUE)
  25. (CLICK NEXT TO CONTINUE)
  26. (CLICK NEXT TO CONTINUE)
  27. (CLICK NEXT TO CONTINUE)
  28. (CLICK NEXT TO CONTINUE)
  29. (CLICK NEXT TO CONTINUE)
  30. (CLICK NEXT TO CONTINUE)
  31. (CLICK NEXT TO CONTINUE)
  32. (CLICK NEXT TO CONTINUE)
  33. (CLICK NEXT TO CONTINUE)
  34. (CLICK NEXT TO CONTINUE)
  35. (CLICK NEXT TO CONTINUE)
  36. (CLICK NEXT TO CONTINUE)
  37. (CLICK NEXT TO CONTINUE)
  38. (CLICK NEXT TO CONTINUE)
  39. (CLICK NEXT TO CONTINUE)
  40. Another example? (CLICK NEXT TO CONTINUE)
  41. (CLICK NEXT TO CONTINUE)
  42. (CLICK NEXT TO CONTINUE)
  43. (CLICK NEXT TO CONTINUE)
  44. (CLICK NEXT TO CONTINUE)
  45. (CLICK NEXT TO CONTINUE)
  46. (CLICK NEXT TO CONTINUE)
  47. (CLICK NEXT TO CONTINUE)
  48. (CLICK NEXT TO CONTINUE)
  49. (CLICK NEXT TO CONTINUE)
  50. (CLICK NEXT TO CONTINUE)
  51. (CLICK NEXT TO CONTINUE)
  52. (CLICK NEXT TO CONTINUE)
  53. (CLICK NEXT TO CONTINUE)
  54. (CLICK NEXT TO CONTINUE)
  55. Now if you want to check if your answer is correct you can check it. Using the other way. That is called (CLICK NEXT TO CONTINUE)
  56. In order to do it the other way around, the expanded notation approach is used. In this approach, the position values of the original numeral are written out. Let us look at some examples. My 1st example in the decimal to binary is 20. (CLICK NEXT TO CONTINUE)
  57. (CLICK NEXT TO CONTINUE)
  58. (CLICK NEXT TO CONTINUE)
  59. (CLICK NEXT TO CONTINUE)
  60. (CLICK NEXT TO CONTINUE)
  61. (CLICK NEXT TO CONTINUE)
  62. (CLICK NEXT TO CONTINUE)
  63. (CLICK NEXT TO CONTINUE)
  64. (CLICK NEXT TO CONTINUE)
  65. (CLICK NEXT TO CONTINUE)
  66. (CLICK NEXT TO CONTINUE)
  67. (CLICK NEXT TO CONTINUE)
  68. (CLICK NEXT TO CONTINUE)
  69. Gets? Or you want another example? (CLICK NEXT TO CONTINUE)
  70. (CLICK NEXT TO CONTINUE)
  71. (CLICK NEXT TO CONTINUE)
  72. (CLICK NEXT TO CONTINUE)
  73. (CLICK NEXT TO CONTINUE)
  74. (CLICK NEXT TO CONTINUE)
  75. (CLICK NEXT TO CONTINUE)
  76. (CLICK NEXT TO CONTINUE)
  77. (CLICK NEXT TO CONTINUE)
  78. (CLICK NEXT TO CONTINUE)
  79. (CLICK NEXT TO CONTINUE)
  80. Question guys?? (CLICK NEXT TO CONTINUE)
  81. Question guys?? (CLICK NEXT TO CONTINUE)
  82. Question guys?? 1.) 11010111 2.) 101010000 3.) 111001001 4.) 101111111 5.) 1111000 ` (CLICK NEXT TO CONTINUE)