SlideShare une entreprise Scribd logo
1  sur  33
INTRODUCTION TO NUMBER
SYSTEMS
BASIC COMPUTER CONCEPTS
MR. DANNEL A. PON-AN
Motivation Questions:
1. What are Number Systems?
2. As IT Professionals, why do we need to
study Number Systems?
Number Systems
It is the technique to represent and work with
numbers.
Number Systems
When we type some letters or words, the computer
translates them in numbers as computers can
understand only numbers.
Number Systems
The value of each digit in a number can be determined
using −
• The digit
• The position of the digit in the number
• The base of the number system (where the base is
defined as the total number of digits available in the
number system)
Decimal Number Systems
The number system that we use in our day-to-day life
is the decimal number system. Decimal number
system has base 10 as it uses 10 digits from 0 to 9. In
decimal number system, the successive positions to
the left of the decimal point represent units, tens,
hundreds, thousands, and so on.
Example:
123410
4 – units
3 - tens
2 – hundreds
1 - thousands
Binary Number Systems
• Uses two digits, 0 and 1
• Also called as base 2 number system
• Each position in a binary number represents a 0
power of the base (2). Example 20
• Last position in a binary number represents a x
power of the base (2). Example 2x where x
represents the last position - 1.
Example:
Octal Number Systems
• Uses eight digits, 0,1,2,3,4,5,6,7
• Also called as base 8 number system
• Each position in an octal number represents a 0
power of the base (8). Example 80
• Last position in an octal number represents a x
power of the base (8). Example 8x where x
represents the last position - 1
Example:
Hexadecimal Number Systems
• Uses 10 digits and 6 letters, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
A, B, C, D, E, F
• Letters represent the numbers starting from 10. A =
10, B = 11, C = 12, D = 13, E = 14, F = 15
• Also called as base 16 number system
• Each position in a hexadecimal number represents a
0 power of the base (16). Example, 160
Hexadecimal Number Systems
• Last position in a hexadecimal number represents a
x power of the base (16). Example 16x where x
represents the last position - 1
Example:
NUMBER CONVERSION
BASIC COMPUTER CONCEPTS
MR. DANNEL A. PON-AN
De Lasalle University Dasmarinas
Number Conversion
• Decimal to Other Base System
• Other Base System to Decimal
• Other Base System to Non-Decimal
• Shortcut method - Binary to Octal
• Shortcut method - Octal to Binary
• Shortcut method - Binary to Hexadecimal
• Shortcut method - Hexadecimal to Binary
Decimal to Other Base System
Step 1 − Divide the decimal number to be converted by the
value of the new base.
Step 2 − Get the remainder from Step 1 as the rightmost digit
(least significant digit) of the new base number.
Step 3 − Divide the quotient of the previous divide by the new
base.
Step 4 − Record the remainder from Step 3 as the next digit (to
the left) of the new base number.
Decimal to Other Base System
• Repeat Steps 3 and 4, getting remainders from right to left,
until the quotient becomes zero in Step 3.
• The last remainder thus obtained will be the Most
Significant Digit (MSD) of the new base number.
Example:
Example:
Other Base System to Decimal
Step 1 − Determine the column (positional) value of each digit
(this depends on the position of the digit and the base of the
number system).
Step 2 − Multiply the obtained column values (in Step 1) by
the digits in the corresponding columns.
Step 3 − Sum the products calculated in Step 2. The total is the
equivalent value in decimal.
Example:
Other Base System to Non - Decimal
Step 1 − Convert the original number to a decimal number
(base 10).
Step 2 − Convert the decimal number so obtained to the new
base number.
Example:
Example:
Shortcut – Binary to Octal
Step 1 − Divide the binary digits into groups of three (starting
from the right).
Step 2 − Convert each group of three binary digits to one octal
digit.
Example:
Shortcut – Octal to Binary
Step 1 − Convert each octal digit to a 3-digit binary number
(the octal digits may be treated as decimal for this conversion).
Step 2 − Combine all the resulting binary groups (of 3 digits
each) into a single binary number.
Example:
Shortcut –Binary to Hexadecimal
Step 1 − Divide the binary digits into groups of four (starting
from the right).
Step 2 − Convert each group of four binary digits to one
hexadecimal symbol.
Example:
Shortcut – Hexadecimal to Binary
Step 1 − Convert each hexadecimal digit to a 4-digit binary
number (the hexadecimal digits may be treated as decimal for
this conversion).
Step 2 − Combine all the resulting binary groups (of 4 digits
each) into a single binary number.
Example:

Contenu connexe

Tendances

Number system....
Number system....Number system....
Number system....mshoaib15
 
Binary to Decimal Conversion
Binary to Decimal ConversionBinary to Decimal Conversion
Binary to Decimal ConversionMac Mac
 
Number System
Number SystemNumber System
Number Systemitutor
 
Number system and codes
Number system and codesNumber system and codes
Number system and codesAbhiraj Bohra
 
Advantage of binary number system
Advantage of binary number systemAdvantage of binary number system
Advantage of binary number systemSooraj Maurya
 
Number system computer fundamental
 Number  system computer fundamental  Number  system computer fundamental
Number system computer fundamental Aman anand kumar
 
Number system.pdf
Number system.pdfNumber system.pdf
Number system.pdfDeepuGuna
 
Number base conversion
Number base conversionNumber base conversion
Number base conversionBreach_P
 
binary number system
 binary number system binary number system
binary number systemvishal gupta
 

Tendances (20)

Number system....
Number system....Number system....
Number system....
 
Binary to Decimal Conversion
Binary to Decimal ConversionBinary to Decimal Conversion
Binary to Decimal Conversion
 
Number System
Number SystemNumber System
Number System
 
Binary to Decimal Conversion
Binary to Decimal ConversionBinary to Decimal Conversion
Binary to Decimal Conversion
 
Number system and codes
Number system and codesNumber system and codes
Number system and codes
 
Nikhat b+ trees ppt
Nikhat b+ trees pptNikhat b+ trees ppt
Nikhat b+ trees ppt
 
Binary number systems
Binary number systemsBinary number systems
Binary number systems
 
Number System
Number SystemNumber System
Number System
 
Advantage of binary number system
Advantage of binary number systemAdvantage of binary number system
Advantage of binary number system
 
Number system computer fundamental
 Number  system computer fundamental  Number  system computer fundamental
Number system computer fundamental
 
Number System
Number SystemNumber System
Number System
 
Number system.pdf
Number system.pdfNumber system.pdf
Number system.pdf
 
Data representation
Data representationData representation
Data representation
 
Number System
Number SystemNumber System
Number System
 
Conversion of number system
Conversion of number systemConversion of number system
Conversion of number system
 
Conversion of Number Systems
Conversion of Number SystemsConversion of Number Systems
Conversion of Number Systems
 
Data Representation
Data RepresentationData Representation
Data Representation
 
Binary true ppt
Binary true pptBinary true ppt
Binary true ppt
 
Number base conversion
Number base conversionNumber base conversion
Number base conversion
 
binary number system
 binary number system binary number system
binary number system
 

Similaire à Number systems

Computer - Number System this is very help full
Computer - Number System this is very help fullComputer - Number System this is very help full
Computer - Number System this is very help fullasfandyarkhansuleman
 
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
 
Data repersentation.
Data repersentation.Data repersentation.
Data repersentation.Ritesh Saini
 
Numbering system data representation
Numbering system data representationNumbering system data representation
Numbering system data representationsatonaka3
 
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
 
name-mansimittal-160716124305.pdf
name-mansimittal-160716124305.pdfname-mansimittal-160716124305.pdf
name-mansimittal-160716124305.pdfssuser7eece2
 
Number System in CoMpUtEr
Number System in CoMpUtErNumber System in CoMpUtEr
Number System in CoMpUtErvishal bansal
 
Digital logic -Number System Representation.pptx
Digital logic -Number System Representation.pptxDigital logic -Number System Representation.pptx
Digital logic -Number System Representation.pptxssuserf8309e1
 
number system.ppt
number system.pptnumber system.ppt
number system.pptinsinfo1
 
Class 7 Cyber toolsComputer NUMBER SYSTEM
Class 7 Cyber toolsComputer NUMBER SYSTEMClass 7 Cyber toolsComputer NUMBER SYSTEM
Class 7 Cyber toolsComputer NUMBER SYSTEMrajdeepstudycs10
 

Similaire à Number systems (20)

Number system
Number systemNumber system
Number system
 
NUMBER SYSTEM.pptx
NUMBER  SYSTEM.pptxNUMBER  SYSTEM.pptx
NUMBER SYSTEM.pptx
 
Computer - Number System this is very help full
Computer - Number System this is very help fullComputer - Number System this is very help full
Computer - Number System this is very help full
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
 
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
 
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
 
Data repersentation.
Data repersentation.Data repersentation.
Data repersentation.
 
Number system
Number systemNumber system
Number system
 
Numbering system data representation
Numbering system data representationNumbering system data representation
Numbering system data representation
 
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...
 
name-mansimittal-160716124305.pdf
name-mansimittal-160716124305.pdfname-mansimittal-160716124305.pdf
name-mansimittal-160716124305.pdf
 
Number System in CoMpUtEr
Number System in CoMpUtErNumber System in CoMpUtEr
Number System in CoMpUtEr
 
DIGITAL DESIGN
DIGITAL DESIGNDIGITAL DESIGN
DIGITAL DESIGN
 
digital-180612132737.pdf
digital-180612132737.pdfdigital-180612132737.pdf
digital-180612132737.pdf
 
Data representation
Data representationData representation
Data representation
 
Digital logic -Number System Representation.pptx
Digital logic -Number System Representation.pptxDigital logic -Number System Representation.pptx
Digital logic -Number System Representation.pptx
 
Number system
Number systemNumber system
Number system
 
number system.ppt
number system.pptnumber system.ppt
number system.ppt
 
Class 7 Cyber toolsComputer NUMBER SYSTEM
Class 7 Cyber toolsComputer NUMBER SYSTEMClass 7 Cyber toolsComputer NUMBER SYSTEM
Class 7 Cyber toolsComputer NUMBER SYSTEM
 

Dernier

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 

Dernier (20)

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 

Number systems

  • 1. INTRODUCTION TO NUMBER SYSTEMS BASIC COMPUTER CONCEPTS MR. DANNEL A. PON-AN
  • 2. Motivation Questions: 1. What are Number Systems? 2. As IT Professionals, why do we need to study Number Systems?
  • 3. Number Systems It is the technique to represent and work with numbers.
  • 4. Number Systems When we type some letters or words, the computer translates them in numbers as computers can understand only numbers.
  • 5. Number Systems The value of each digit in a number can be determined using − • The digit • The position of the digit in the number • The base of the number system (where the base is defined as the total number of digits available in the number system)
  • 6. Decimal Number Systems The number system that we use in our day-to-day life is the decimal number system. Decimal number system has base 10 as it uses 10 digits from 0 to 9. In decimal number system, the successive positions to the left of the decimal point represent units, tens, hundreds, thousands, and so on.
  • 7. Example: 123410 4 – units 3 - tens 2 – hundreds 1 - thousands
  • 8. Binary Number Systems • Uses two digits, 0 and 1 • Also called as base 2 number system • Each position in a binary number represents a 0 power of the base (2). Example 20 • Last position in a binary number represents a x power of the base (2). Example 2x where x represents the last position - 1.
  • 10. Octal Number Systems • Uses eight digits, 0,1,2,3,4,5,6,7 • Also called as base 8 number system • Each position in an octal number represents a 0 power of the base (8). Example 80 • Last position in an octal number represents a x power of the base (8). Example 8x where x represents the last position - 1
  • 12. Hexadecimal Number Systems • Uses 10 digits and 6 letters, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F • Letters represent the numbers starting from 10. A = 10, B = 11, C = 12, D = 13, E = 14, F = 15 • Also called as base 16 number system • Each position in a hexadecimal number represents a 0 power of the base (16). Example, 160
  • 13. Hexadecimal Number Systems • Last position in a hexadecimal number represents a x power of the base (16). Example 16x where x represents the last position - 1
  • 15. NUMBER CONVERSION BASIC COMPUTER CONCEPTS MR. DANNEL A. PON-AN De Lasalle University Dasmarinas
  • 16. Number Conversion • Decimal to Other Base System • Other Base System to Decimal • Other Base System to Non-Decimal • Shortcut method - Binary to Octal • Shortcut method - Octal to Binary • Shortcut method - Binary to Hexadecimal • Shortcut method - Hexadecimal to Binary
  • 17. Decimal to Other Base System Step 1 − Divide the decimal number to be converted by the value of the new base. Step 2 − Get the remainder from Step 1 as the rightmost digit (least significant digit) of the new base number. Step 3 − Divide the quotient of the previous divide by the new base. Step 4 − Record the remainder from Step 3 as the next digit (to the left) of the new base number.
  • 18. Decimal to Other Base System • Repeat Steps 3 and 4, getting remainders from right to left, until the quotient becomes zero in Step 3. • The last remainder thus obtained will be the Most Significant Digit (MSD) of the new base number.
  • 21. Other Base System to Decimal Step 1 − Determine the column (positional) value of each digit (this depends on the position of the digit and the base of the number system). Step 2 − Multiply the obtained column values (in Step 1) by the digits in the corresponding columns. Step 3 − Sum the products calculated in Step 2. The total is the equivalent value in decimal.
  • 23. Other Base System to Non - Decimal Step 1 − Convert the original number to a decimal number (base 10). Step 2 − Convert the decimal number so obtained to the new base number.
  • 26. Shortcut – Binary to Octal Step 1 − Divide the binary digits into groups of three (starting from the right). Step 2 − Convert each group of three binary digits to one octal digit.
  • 28. Shortcut – Octal to Binary Step 1 − Convert each octal digit to a 3-digit binary number (the octal digits may be treated as decimal for this conversion). Step 2 − Combine all the resulting binary groups (of 3 digits each) into a single binary number.
  • 30. Shortcut –Binary to Hexadecimal Step 1 − Divide the binary digits into groups of four (starting from the right). Step 2 − Convert each group of four binary digits to one hexadecimal symbol.
  • 32. Shortcut – Hexadecimal to Binary Step 1 − Convert each hexadecimal digit to a 4-digit binary number (the hexadecimal digits may be treated as decimal for this conversion). Step 2 − Combine all the resulting binary groups (of 4 digits each) into a single binary number.