SlideShare ist ein Scribd-Unternehmen logo
1 von 33
Number Systems  (Class XI)‏ Nita Arora (KHMS)‏ PGT Comp. Sc.
Why Binary? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],0 1 No Yes False True Off On
Counting and Arithmetic ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Keeping Track of the Bits ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Numbers: Physical Representation ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Number System ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Positional Notation: Base 10 43 = 4 x 10 1  + 3 x 10 0 Sum Evaluate Value Place 3 40 3 x1 4 x 10 1 10 10 0 10 1 1’s place 10’s place
Positional Notation: Base 10 527 = 5 x 10 2  + 2 x 10 1  + 7 x 10 0 500 5 x 100 100 10 2 Sum Evaluate Value Place 7 20 7 x1 2 x 10 1 10 10 0 10 1 1’s place 10’s place 100’s place
Positional Notation:  Octal ,[object Object],Sum for Base 10  Evaluate Value Place 4 x 1 2 x 8 6 x 64 4 16 384 8 0 8 1 8 2 1 8 64 64’s place 8’s place 1’s place
Positional Notation:  Hexadecimal ,[object Object],4 x 1 0 x 16 7 x 256 6 x  4,096 Evaluate 4 0 1,792 24,576 Sum for Base 10 16 0 16 1 16 2 16 3 Place 1 16 256 4,096 Value 4,096’s place 256’s place 1’s place 16’s place
Positional Notation:  Binary 1101 0110 2   =  214 10   Sum for Base 10 Evaluate Value Place 0 x 1 1 x 2 1 x 4 0 x 8 1 x16 0 x 32 1 x 64 1 x 128 0 2 4 0 16 0 64 128 1 2 4 8 16 32 64 128 2 0 2 1 2 2 2 3 2 4 2 5 2 6 2 7
Estimating Magnitude:  Binary 1101 011 02  =   214 10 1101 011 02  >  192 10  (128 + 64 + additional bits to the right)‏ Sum for Base 10 Evaluate Value Place 0 x 1 1 x 2 1 x 4 0 x 8 1 x16 0 x 32 1 x 64 1 x 128 0 2 4 0 16 0 64 128 1 2 4 8 16 32 64 128 2 0 2 1 2 2 2 3 2 4 2 5 2 6 2 7
Range of Possible Numbers ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Decimal Range for Bit Widths 38+ 19+ 9+ 6 4+ 3 2+ 1+ 0+ Digits Approx. 2.6 x 10 38 128 Approx. 1.6 x 10 19 64 4,294,967,296 (4G)‏ 32 1,048,576 (1M)‏ 20 65,536 (64K)‏ 16 1,024 (1K)‏ 10 256  8 16 (0 to 15)‏ 4 2 (0 and 1)‏ 1 Range Bits
Base or Radix ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Number of Symbols  vs. Number of Digits ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Counting in Base 2 Decimal Number Equivalent Binary Number 10 1 x 2 1 1 x 2 3 1010 9 1 x 2 0 1 x 2 3 1001 8 1 x 2 3 1000 7 1 x 2 0 1 x 2 1 1 x 2 2 111 6 1 x 2 1 1 x 2 2 110 5 1 x 2 0 1 x 2 2 101 4 1 x 2 2 100 3 1 x 2 0 1 x 2 1 11 2 0 x 2 0 1 x 2 1 10 1 1 x 2 0 1 0 0 x 2 0 0 1’s (2 0 )‏ 2’s (2 1 )‏ 4’s (2 2 )‏ 8’s (2 3 )‏
Addition Largest Single Digit Problem Base   1 +0   6 +9   6 +1   6 +3 1 Binary F Hexadecimal 7 Octal 9 Decimal
Addition Answer Carry Problem Base Carry the 2 Carry the 16 Carry the 8 Carry the 10 10   1 +1 Binary 10   6 +A Hexadecimal 10   6 +2 Octal 10   6 +4 Decimal
Binary Arithmetic 1 1 0 0 0 0 0 1 0 1 1 0 1 + 1 0 1 1 0 1 1 1 1 1 1 1
Converting from Base 10 ,[object Object],256 64 4 2 1 16 4,096 65,536 16 1 8 512 4,096 32,768 8 1 2 8 16 32 64 128 256 2 0 1 3 4 5 6 7 8 Power Base
From Base 10   to Base 2 10 0 1 0 64 6 42/32= 1 Integer Remainder 1 0 1 0 1 2 4 8 16 32 2 1 2 3 4 5 Power Base 42 10  =  101010 2 10/16 = 0 10 10/8  = 1 2 2/4  = 0 2 2/2  = 1 0 0/1  = 0 0
From Base 10   to Base 2 Most significant bit 1 2 )‏ (  0 2 2 )‏ 42 Base 10 101010 Base 2 (  1 5 2 )‏ (  0 10 2 )‏ (  1 21 2 )‏ (  0   Least significant bit 42 2 )‏ Remainder Quotient
From Base 10   to Base 16 5,735 10  =  1667 16 103 – 96 = 7 1,639 –1,536 = 103 5,735 - 4,096 = 1,639 Remainder 7 103 /16  = 6 1,639 / 256  = 6 5,735 /4,096 = 1 Integer 7 6 6 1 1 16 256 4,096 65,536 16 0 1 2 3 4 Power Base
From Base 10   to Base 16 5,735 Base 10 1667 Base 16 0 16 )‏ ( 1  Most significant bit 1 16 )‏ ( 6 22 16 )‏ ( 6 358 16 )‏ ( 7  Least significant bit 5,735 16 )‏ Quotient Remainder
From Base 10   to Base 16 8,039 Base 10 1F67 Base 16 0 16 )‏ ( 1  Most significant bit 1 16 )‏ ( 15 31 16 )‏ ( 6 502 16 )‏ ( 7  Least significant bit 8,039 16 )‏ Quotient Remainder
From Base 8   to Base 10 3,584 x 7 512 8 3 =  3,763 10 3 48 128 Sum for Base 10 x 3 x 6 x 2 1 8 64 8 0 8 1 8 2 Power 7263 8
From Base 8   to Base 10 =  3,763 10 7263 8 +  3  = +  6  = +  2  = 3,763 3760 464 58 x 8 470 x 8 56 7 x 8
From Base 16 to Base 2 ,[object Object],[object Object],[object Object],[object Object],0111 0110 1111 0001 Base  2 7 6 F 1 Base 16
Fractions ,[object Object],[object Object],[object Object],[object Object],[object Object]
Decimal Fractions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Fractions: Base 10 and Base 2 .101011 2  = 0.671875 10 .2589 10 .008 8 x 1/1000 1/1000 10 -3 .2 2 x 1/10 1/10 10 -1 Sum Evaluate Value Place .0009 .05 9 x1/1000 5 x 1/100 1/10000 1/100 10 -4 10 -2 0 x 1/16 1/16 2 -4 0.03125 1 x 1/32 1/32 2 -5 0.015625 0.125 .5 Sum 1 x 1/64 1x 1/8 0 x 1/4 1 x 1/2 Evaluate 1/64 1/8 1/4 1/2 Value 2 -6 2 -3 2 -2 2 -1 Place
Mixed Number Conversion ,[object Object],[object Object],[object Object],[object Object]

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Conversion of number system
Conversion of number systemConversion of number system
Conversion of number system
 
Number system....
Number system....Number system....
Number system....
 
Basic of number system
Basic of number systemBasic of number system
Basic of number system
 
Number+system (1)
Number+system (1)Number+system (1)
Number+system (1)
 
Number system
Number systemNumber system
Number system
 
Number system
Number systemNumber system
Number system
 
Convert decimal to binary
Convert decimal to binary Convert decimal to binary
Convert decimal to binary
 
Conversion binary to decimal
Conversion binary to decimalConversion binary to decimal
Conversion binary to decimal
 
Number system utm notes
Number system utm notesNumber system utm notes
Number system utm notes
 
Number Systems and Binary Aritmetics
Number Systems and Binary AritmeticsNumber Systems and Binary Aritmetics
Number Systems and Binary Aritmetics
 
Floating point presentation
Floating point presentationFloating point presentation
Floating point presentation
 
Binary system ppt
Binary system pptBinary system ppt
Binary system ppt
 
Floating point representation
Floating point representationFloating point representation
Floating point representation
 
Binary number ppt
Binary number pptBinary number ppt
Binary number ppt
 
Chapter iii: Number System
Chapter iii: Number SystemChapter iii: Number System
Chapter iii: Number System
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
 
Number system
Number systemNumber system
Number system
 
11 octal number system
11   octal number system11   octal number system
11 octal number system
 
Binary to Decimal Conversion
Binary to Decimal ConversionBinary to Decimal Conversion
Binary to Decimal Conversion
 
binary number system
 binary number system binary number system
binary number system
 

Andere mochten auch (20)

Unit v computer, number system
Unit  v computer, number systemUnit  v computer, number system
Unit v computer, number system
 
Introduction to the Binary Number System
Introduction to the Binary Number SystemIntroduction to the Binary Number System
Introduction to the Binary Number System
 
Number System
Number SystemNumber System
Number System
 
Number system part 1
Number  system part 1Number  system part 1
Number system part 1
 
Number system
Number systemNumber system
Number system
 
رقمنة الدوريات العربية
رقمنة الدوريات العربيةرقمنة الدوريات العربية
رقمنة الدوريات العربية
 
Edge2008
Edge2008Edge2008
Edge2008
 
Programming maintenance - Programming methodology
Programming maintenance - Programming methodologyProgramming maintenance - Programming methodology
Programming maintenance - Programming methodology
 
robotics workshop Aug.09
robotics workshop Aug.09robotics workshop Aug.09
robotics workshop Aug.09
 
Programming methodology lecture01
Programming methodology lecture01Programming methodology lecture01
Programming methodology lecture01
 
Butterfly
ButterflyButterfly
Butterfly
 
Computer Parts
Computer PartsComputer Parts
Computer Parts
 
A message of stephen covey
A message of stephen coveyA message of stephen covey
A message of stephen covey
 
Think It
Think ItThink It
Think It
 
Robot Timeline
Robot TimelineRobot Timeline
Robot Timeline
 
Programming methodology lecture26
Programming methodology lecture26Programming methodology lecture26
Programming methodology lecture26
 
Arrays
ArraysArrays
Arrays
 
Programming Methodology
Programming MethodologyProgramming Methodology
Programming Methodology
 
Story 1
Story 1Story 1
Story 1
 
Looping
LoopingLooping
Looping
 

Ähnlich wie Number System

Ähnlich wie Number System (20)

W 9 numbering system
W 9 numbering systemW 9 numbering system
W 9 numbering system
 
W 9 numbering system
W 9 numbering systemW 9 numbering system
W 9 numbering system
 
Chapter 1 digital design.pptx
Chapter 1 digital design.pptxChapter 1 digital design.pptx
Chapter 1 digital design.pptx
 
Digital Electronics Notes.pdf
Digital Electronics Notes.pdfDigital Electronics Notes.pdf
Digital Electronics Notes.pdf
 
Number system
Number systemNumber system
Number system
 
Unit 1 PDF.pptx
Unit 1 PDF.pptxUnit 1 PDF.pptx
Unit 1 PDF.pptx
 
Cit 1101 lec 02
Cit 1101 lec 02Cit 1101 lec 02
Cit 1101 lec 02
 
Number system and their conversion
Number system and their conversionNumber system and their conversion
Number system and their conversion
 
Numbering Systems
Numbering SystemsNumbering Systems
Numbering Systems
 
number system
number systemnumber system
number system
 
Number systems
Number systemsNumber systems
Number systems
 
Number base conversion
Number base conversionNumber base conversion
Number base conversion
 
Number systems and conversions
Number systems and conversionsNumber systems and conversions
Number systems and conversions
 
Lec 02
Lec 02Lec 02
Lec 02
 
Introduction to Information Technology Lecture 2
Introduction to Information Technology Lecture 2Introduction to Information Technology Lecture 2
Introduction to Information Technology Lecture 2
 
01.Number Systems
01.Number Systems01.Number Systems
01.Number Systems
 
Number system
Number systemNumber system
Number system
 
Chapter two FHI.pptx
Chapter two FHI.pptxChapter two FHI.pptx
Chapter two FHI.pptx
 
Number base conversion (it)
Number base conversion (it)Number base conversion (it)
Number base conversion (it)
 
01.number systems
01.number systems01.number systems
01.number systems
 

Mehr von Kulachi Hansraj Model School Ashok Vihar (11)

Edge 2010
Edge 2010Edge 2010
Edge 2010
 
Stack Applications
Stack ApplicationsStack Applications
Stack Applications
 
Conversion of Infix To Postfix Expressions
Conversion of Infix To Postfix Expressions Conversion of Infix To Postfix Expressions
Conversion of Infix To Postfix Expressions
 
Loops
LoopsLoops
Loops
 
Computer System Organization
Computer System OrganizationComputer System Organization
Computer System Organization
 
File Handling In C++
File Handling In C++File Handling In C++
File Handling In C++
 
Tut Constructor
Tut ConstructorTut Constructor
Tut Constructor
 
Prefix Postfix
Prefix PostfixPrefix Postfix
Prefix Postfix
 
Computer Fundamentals
Computer FundamentalsComputer Fundamentals
Computer Fundamentals
 
File Handling in C++
File Handling in C++File Handling in C++
File Handling in C++
 
File Pointers
File PointersFile Pointers
File Pointers
 

Kürzlich hochgeladen

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
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
[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
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
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
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 

Kürzlich hochgeladen (20)

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
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
[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
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
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
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 

Number System

  • 1. Number Systems (Class XI)‏ Nita Arora (KHMS)‏ PGT Comp. Sc.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7. Positional Notation: Base 10 43 = 4 x 10 1 + 3 x 10 0 Sum Evaluate Value Place 3 40 3 x1 4 x 10 1 10 10 0 10 1 1’s place 10’s place
  • 8. Positional Notation: Base 10 527 = 5 x 10 2 + 2 x 10 1 + 7 x 10 0 500 5 x 100 100 10 2 Sum Evaluate Value Place 7 20 7 x1 2 x 10 1 10 10 0 10 1 1’s place 10’s place 100’s place
  • 9.
  • 10.
  • 11. Positional Notation: Binary 1101 0110 2 = 214 10 Sum for Base 10 Evaluate Value Place 0 x 1 1 x 2 1 x 4 0 x 8 1 x16 0 x 32 1 x 64 1 x 128 0 2 4 0 16 0 64 128 1 2 4 8 16 32 64 128 2 0 2 1 2 2 2 3 2 4 2 5 2 6 2 7
  • 12. Estimating Magnitude: Binary 1101 011 02 = 214 10 1101 011 02 > 192 10 (128 + 64 + additional bits to the right)‏ Sum for Base 10 Evaluate Value Place 0 x 1 1 x 2 1 x 4 0 x 8 1 x16 0 x 32 1 x 64 1 x 128 0 2 4 0 16 0 64 128 1 2 4 8 16 32 64 128 2 0 2 1 2 2 2 3 2 4 2 5 2 6 2 7
  • 13.
  • 14. Decimal Range for Bit Widths 38+ 19+ 9+ 6 4+ 3 2+ 1+ 0+ Digits Approx. 2.6 x 10 38 128 Approx. 1.6 x 10 19 64 4,294,967,296 (4G)‏ 32 1,048,576 (1M)‏ 20 65,536 (64K)‏ 16 1,024 (1K)‏ 10 256 8 16 (0 to 15)‏ 4 2 (0 and 1)‏ 1 Range Bits
  • 15.
  • 16.
  • 17. Counting in Base 2 Decimal Number Equivalent Binary Number 10 1 x 2 1 1 x 2 3 1010 9 1 x 2 0 1 x 2 3 1001 8 1 x 2 3 1000 7 1 x 2 0 1 x 2 1 1 x 2 2 111 6 1 x 2 1 1 x 2 2 110 5 1 x 2 0 1 x 2 2 101 4 1 x 2 2 100 3 1 x 2 0 1 x 2 1 11 2 0 x 2 0 1 x 2 1 10 1 1 x 2 0 1 0 0 x 2 0 0 1’s (2 0 )‏ 2’s (2 1 )‏ 4’s (2 2 )‏ 8’s (2 3 )‏
  • 18. Addition Largest Single Digit Problem Base 1 +0 6 +9 6 +1 6 +3 1 Binary F Hexadecimal 7 Octal 9 Decimal
  • 19. Addition Answer Carry Problem Base Carry the 2 Carry the 16 Carry the 8 Carry the 10 10 1 +1 Binary 10 6 +A Hexadecimal 10 6 +2 Octal 10 6 +4 Decimal
  • 20. Binary Arithmetic 1 1 0 0 0 0 0 1 0 1 1 0 1 + 1 0 1 1 0 1 1 1 1 1 1 1
  • 21.
  • 22. From Base 10 to Base 2 10 0 1 0 64 6 42/32= 1 Integer Remainder 1 0 1 0 1 2 4 8 16 32 2 1 2 3 4 5 Power Base 42 10 = 101010 2 10/16 = 0 10 10/8 = 1 2 2/4 = 0 2 2/2 = 1 0 0/1 = 0 0
  • 23. From Base 10 to Base 2 Most significant bit 1 2 )‏ ( 0 2 2 )‏ 42 Base 10 101010 Base 2 ( 1 5 2 )‏ ( 0 10 2 )‏ ( 1 21 2 )‏ ( 0 Least significant bit 42 2 )‏ Remainder Quotient
  • 24. From Base 10 to Base 16 5,735 10 = 1667 16 103 – 96 = 7 1,639 –1,536 = 103 5,735 - 4,096 = 1,639 Remainder 7 103 /16 = 6 1,639 / 256 = 6 5,735 /4,096 = 1 Integer 7 6 6 1 1 16 256 4,096 65,536 16 0 1 2 3 4 Power Base
  • 25. From Base 10 to Base 16 5,735 Base 10 1667 Base 16 0 16 )‏ ( 1 Most significant bit 1 16 )‏ ( 6 22 16 )‏ ( 6 358 16 )‏ ( 7 Least significant bit 5,735 16 )‏ Quotient Remainder
  • 26. From Base 10 to Base 16 8,039 Base 10 1F67 Base 16 0 16 )‏ ( 1 Most significant bit 1 16 )‏ ( 15 31 16 )‏ ( 6 502 16 )‏ ( 7 Least significant bit 8,039 16 )‏ Quotient Remainder
  • 27. From Base 8 to Base 10 3,584 x 7 512 8 3 = 3,763 10 3 48 128 Sum for Base 10 x 3 x 6 x 2 1 8 64 8 0 8 1 8 2 Power 7263 8
  • 28. From Base 8 to Base 10 = 3,763 10 7263 8 + 3 = + 6 = + 2 = 3,763 3760 464 58 x 8 470 x 8 56 7 x 8
  • 29.
  • 30.
  • 31.
  • 32. Fractions: Base 10 and Base 2 .101011 2 = 0.671875 10 .2589 10 .008 8 x 1/1000 1/1000 10 -3 .2 2 x 1/10 1/10 10 -1 Sum Evaluate Value Place .0009 .05 9 x1/1000 5 x 1/100 1/10000 1/100 10 -4 10 -2 0 x 1/16 1/16 2 -4 0.03125 1 x 1/32 1/32 2 -5 0.015625 0.125 .5 Sum 1 x 1/64 1x 1/8 0 x 1/4 1 x 1/2 Evaluate 1/64 1/8 1/4 1/2 Value 2 -6 2 -3 2 -2 2 -1 Place
  • 33.