SlideShare a Scribd company logo
1 of 12
1
1
School of Computer Science & Application
Subject:- Computer Fundamentals Organization
Name: Raj Agrawal
Roll no.: 01
Branch: BCA CTIS (sem: 1)
Guided By: Prof. Swapnil Dixit Sir
What is Number System
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.
2
Conversion Among Bases
DECIMAL
HEXADECIMALBINARY
OCTAL
33
Binary To Decimal
 Technique
• Multiply each bit by 2n , where n is the “weight” of the bit
• The weight is the position of the bit, starting from 0 on the right
• Add the results
4
Multiplication Result
1 x 20 1
1 x 21 2
0 x 22 0
1 x 23 8
0 x 24 0
1 x 25 32
Answer 4310
Convert the number 110101 from Binary to Decimal
Octal To Decimal
 Technique
• Multiply each bit by 8n, where n is the “weight” of the bit
• The weight is the position of the bit, starting from 0 on the right
• Add the results
Multiplication Result
4 x 80 4
2 x 81 16
7 x 82 448
Answer 46810
Convert the number 427 from Octal to Decimal
5
Hexadecimal To Decimal
 Technique
• Multiply each bit by 16n, where n is the “weight” of the bit
• The weight is the position of the bit, starting from 0 on the right
• Add the results
6
Multiplication Result
9 x 160 9
8 x 161 128
5 x 162 1280
Answer 1417
Convert the number 985 from Hexadecimal to Decimal
Hexadecimal to Binary
 Technique
• Convert each hexadecimal digit to a 4-bit equivalent binary representation
Convert the number 10AF16 from Hexadecimal to Binary
1 0 A F
0001 0000 1010 1111
10AF16 = 00010000101011112
7
Decimal to Binary
 Technique
• Divide by two, keep track of the remainder.
• First remainder is bit 0 (LSB, least-significant bit).
• Second remainder is bit 1, etc.
Convert 1310 from Decimal to binary
Division By 2 Quotient Remainder Bit#
13/2 6 1 0
6/2 3 0 1
3/2 1 1 2
½ 0 1 3
Answer 11012
8
Octal To Binary
9
Technique
• Convert each octal digit to a 3-bit equivalent binary representation
7 0 5
111 000 101
Convert the number 7058 from Octal to Binary
7058 = 1110001012
Octal to Hexadecimal
Technique
• Convert to binary: 011 110 100 010 101 001 000 011
• Regroup in 4s (from the end): 0111 1010 0010 1010 0100 0011
• Recode as Hex
10
Binary to Decimal
Multiplication Result
1 x 2-4 0.0625
1 x 2-3 0.125
0 x 2-2 0.0
1 x 2-1 0.5
0 x 2-0 0.0
1 x 21 2.0
Answer 2.6875
Convert the number 10.1011 from Binary to Decimal
11
Thank You…!
12

More Related Content

What's hot

Lecture-2(2): Number System & Conversion
Lecture-2(2): Number System & ConversionLecture-2(2): Number System & Conversion
Lecture-2(2): Number System & ConversionMubashir Ali
 
Number system
Number systemNumber system
Number systemSajib
 
digital logic design number system
digital logic design number systemdigital logic design number system
digital logic design number systemNallapati Anindra
 
Number System Conversion | BCA
Number System Conversion | BCANumber System Conversion | BCA
Number System Conversion | BCARaj vardhan
 
Cmp104 lec 2 number system
Cmp104 lec 2 number systemCmp104 lec 2 number system
Cmp104 lec 2 number systemkapil078
 
Introduction to digital electornics
Introduction to digital electornicsIntroduction to digital electornics
Introduction to digital electornicsharman kaur
 
Conversion of number system with base concept
Conversion of number system with base conceptConversion of number system with base concept
Conversion of number system with base conceptUniversity of Potsdam
 
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_systemsImran Waris
 
Number Systems and Binary Aritmetics
Number Systems and Binary AritmeticsNumber Systems and Binary Aritmetics
Number Systems and Binary AritmeticsDelowar Hossain
 

What's hot (20)

01.Number Systems
01.Number Systems01.Number Systems
01.Number Systems
 
Lecture-2(2): Number System & Conversion
Lecture-2(2): Number System & ConversionLecture-2(2): Number System & Conversion
Lecture-2(2): Number System & Conversion
 
Number system
Number systemNumber system
Number system
 
digital logic design number system
digital logic design number systemdigital logic design number system
digital logic design number system
 
Binary number systems
Binary number systemsBinary number systems
Binary number systems
 
Number System Conversion | BCA
Number System Conversion | BCANumber System Conversion | BCA
Number System Conversion | BCA
 
Number system 1
Number system 1Number system 1
Number system 1
 
Computer Number System
Computer Number SystemComputer Number System
Computer Number System
 
Cmp104 lec 2 number system
Cmp104 lec 2 number systemCmp104 lec 2 number system
Cmp104 lec 2 number system
 
Number+system (1)
Number+system (1)Number+system (1)
Number+system (1)
 
Introduction to digital electornics
Introduction to digital electornicsIntroduction to digital electornics
Introduction to digital electornics
 
Conversion of number system with base concept
Conversion of number system with base conceptConversion of number system with base concept
Conversion of number system with base concept
 
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
 
Number Systems
Number SystemsNumber Systems
Number Systems
 
Number system conversion
Number system conversionNumber system conversion
Number system conversion
 
Number system
Number systemNumber system
Number system
 
Number System
Number SystemNumber System
Number System
 
Conversion of number system
Conversion of number systemConversion of number system
Conversion of number system
 
Number Systems and Binary Aritmetics
Number Systems and Binary AritmeticsNumber Systems and Binary Aritmetics
Number Systems and Binary Aritmetics
 
Number system
Number system Number system
Number system
 

Similar to Computer Number System

Similar to Computer Number System (20)

Number Systems.pptx
Number Systems.pptxNumber Systems.pptx
Number Systems.pptx
 
Week9.pptx
Week9.pptxWeek9.pptx
Week9.pptx
 
Number systems r002
Number systems  r002Number systems  r002
Number systems r002
 
number system 1.pptx
number system 1.pptxnumber system 1.pptx
number system 1.pptx
 
Cse115 lecture01numbersystems
Cse115 lecture01numbersystemsCse115 lecture01numbersystems
Cse115 lecture01numbersystems
 
chapter 3 number systems register transfer
chapter 3 number systems register transferchapter 3 number systems register transfer
chapter 3 number systems register transfer
 
Number system de (2131004) - 160920107003
Number system    de (2131004) - 160920107003Number system    de (2131004) - 160920107003
Number system de (2131004) - 160920107003
 
Number Systems
Number SystemsNumber Systems
Number Systems
 
conversion of number system.pptx
conversion of number system.pptxconversion of number system.pptx
conversion of number system.pptx
 
Digital Logic
Digital LogicDigital Logic
Digital Logic
 
Number systems
Number systemsNumber systems
Number systems
 
Number setetertystems i_
Number setetertystems i_Number setetertystems i_
Number setetertystems i_
 
Digital Electronics Notes.pdf
Digital Electronics Notes.pdfDigital Electronics Notes.pdf
Digital Electronics Notes.pdf
 
Number systems ii
Number systems   iiNumber systems   ii
Number systems ii
 
DATA REPRESENTATION.pptx
DATA REPRESENTATION.pptxDATA REPRESENTATION.pptx
DATA REPRESENTATION.pptx
 
Number Systems
Number SystemsNumber Systems
Number Systems
 
ITC lecture 3.pptx
ITC lecture 3.pptxITC lecture 3.pptx
ITC lecture 3.pptx
 
Number Systems - AK.pptx
Number Systems - AK.pptxNumber Systems - AK.pptx
Number Systems - AK.pptx
 
Number system and their conversion
Number system and their conversionNumber system and their conversion
Number system and their conversion
 
01.number systems
01.number systems01.number systems
01.number systems
 

Recently uploaded

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
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
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
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
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
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 

Recently uploaded (20)

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
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
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
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
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
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 

Computer Number System

  • 1. 1 1 School of Computer Science & Application Subject:- Computer Fundamentals Organization Name: Raj Agrawal Roll no.: 01 Branch: BCA CTIS (sem: 1) Guided By: Prof. Swapnil Dixit Sir
  • 2. What is Number System 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. 2
  • 4. Binary To Decimal  Technique • Multiply each bit by 2n , where n is the “weight” of the bit • The weight is the position of the bit, starting from 0 on the right • Add the results 4 Multiplication Result 1 x 20 1 1 x 21 2 0 x 22 0 1 x 23 8 0 x 24 0 1 x 25 32 Answer 4310 Convert the number 110101 from Binary to Decimal
  • 5. Octal To Decimal  Technique • Multiply each bit by 8n, where n is the “weight” of the bit • The weight is the position of the bit, starting from 0 on the right • Add the results Multiplication Result 4 x 80 4 2 x 81 16 7 x 82 448 Answer 46810 Convert the number 427 from Octal to Decimal 5
  • 6. Hexadecimal To Decimal  Technique • Multiply each bit by 16n, where n is the “weight” of the bit • The weight is the position of the bit, starting from 0 on the right • Add the results 6 Multiplication Result 9 x 160 9 8 x 161 128 5 x 162 1280 Answer 1417 Convert the number 985 from Hexadecimal to Decimal
  • 7. Hexadecimal to Binary  Technique • Convert each hexadecimal digit to a 4-bit equivalent binary representation Convert the number 10AF16 from Hexadecimal to Binary 1 0 A F 0001 0000 1010 1111 10AF16 = 00010000101011112 7
  • 8. Decimal to Binary  Technique • Divide by two, keep track of the remainder. • First remainder is bit 0 (LSB, least-significant bit). • Second remainder is bit 1, etc. Convert 1310 from Decimal to binary Division By 2 Quotient Remainder Bit# 13/2 6 1 0 6/2 3 0 1 3/2 1 1 2 ½ 0 1 3 Answer 11012 8
  • 9. Octal To Binary 9 Technique • Convert each octal digit to a 3-bit equivalent binary representation 7 0 5 111 000 101 Convert the number 7058 from Octal to Binary 7058 = 1110001012
  • 10. Octal to Hexadecimal Technique • Convert to binary: 011 110 100 010 101 001 000 011 • Regroup in 4s (from the end): 0111 1010 0010 1010 0100 0011 • Recode as Hex 10
  • 11. Binary to Decimal Multiplication Result 1 x 2-4 0.0625 1 x 2-3 0.125 0 x 2-2 0.0 1 x 2-1 0.5 0 x 2-0 0.0 1 x 21 2.0 Answer 2.6875 Convert the number 10.1011 from Binary to Decimal 11