SlideShare a Scribd company logo
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]

More Related Content

What's hot

Number Systems
Number SystemsNumber Systems
Number Systems
Jubayer Alam Shoikat
 
Binary computing
Binary computingBinary computing
Binary computing
samina khan
 
Number system
Number systemNumber system
Number systemkashee99
 
Lecture-2(2): Number System & Conversion
Lecture-2(2): Number System & ConversionLecture-2(2): Number System & Conversion
Lecture-2(2): Number System & Conversion
Mubashir Ali
 
Binary number systems
Binary number systemsBinary number systems
Binary number systems
KULDEEP MATHUR
 
Binary to Decimal Conversion
Binary to Decimal ConversionBinary to Decimal Conversion
Binary to Decimal Conversion
Neelanjan Bhattacharyya
 
Number system and codes
Number system and codesNumber system and codes
Number system and codes
Abhiraj Bohra
 
Number System (Binary,octal,Decimal,Hexadecimal)
Number System (Binary,octal,Decimal,Hexadecimal)Number System (Binary,octal,Decimal,Hexadecimal)
Number System (Binary,octal,Decimal,Hexadecimal)
Lovely Singh
 
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
University of Potsdam
 
Binary code - Beginning
Binary code - BeginningBinary code - Beginning
Binary code - Beginning
Debbie Eitner
 
Number system and its conversions
Number system and its conversionsNumber system and its conversions
Number system and its conversions
ShilpaKrishna6
 
BINARY NUMBER SYSTEM
BINARY NUMBER SYSTEMBINARY NUMBER SYSTEM
BINARY NUMBER SYSTEM
Zaheer Abbasi
 
Number System
Number SystemNumber System
Number Systemitutor
 
Binary system ppt
Binary system pptBinary system ppt
Binary system ppt
BBDITM LUCKNOW
 
Chapter iii: Number System
Chapter iii: Number SystemChapter iii: Number System
Chapter iii: Number System
kclove
 
Number System
Number SystemNumber System
Number System
Meenakshi Paul
 
Decimal, Binary, Octal, And Hexadecimal number systems.
Decimal, Binary, Octal, And Hexadecimal number systems.Decimal, Binary, Octal, And Hexadecimal number systems.
Decimal, Binary, Octal, And Hexadecimal number systems.
AOUN ABBAS
 
Representation Of Numbers and Characters
Representation Of Numbers and CharactersRepresentation Of Numbers and Characters
Representation Of Numbers and Characters
Shaikh Kamrul Islam (Konok kamrul)
 

What's hot (20)

Number Systems
Number SystemsNumber Systems
Number Systems
 
Binary computing
Binary computingBinary computing
Binary computing
 
Number system
Number systemNumber system
Number system
 
Binary arithmetic
Binary arithmeticBinary arithmetic
Binary arithmetic
 
Lecture-2(2): Number System & Conversion
Lecture-2(2): Number System & ConversionLecture-2(2): Number System & Conversion
Lecture-2(2): Number System & Conversion
 
Binary number systems
Binary number systemsBinary number systems
Binary number systems
 
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
 
Number System (Binary,octal,Decimal,Hexadecimal)
Number System (Binary,octal,Decimal,Hexadecimal)Number System (Binary,octal,Decimal,Hexadecimal)
Number System (Binary,octal,Decimal,Hexadecimal)
 
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
 
Binary code - Beginning
Binary code - BeginningBinary code - Beginning
Binary code - Beginning
 
Number system and its conversions
Number system and its conversionsNumber system and its conversions
Number system and its conversions
 
BINARY NUMBER SYSTEM
BINARY NUMBER SYSTEMBINARY NUMBER SYSTEM
BINARY NUMBER SYSTEM
 
Number system conversion
Number system conversionNumber system conversion
Number system conversion
 
Number System
Number SystemNumber System
Number System
 
Binary system ppt
Binary system pptBinary system ppt
Binary system ppt
 
Chapter iii: Number System
Chapter iii: Number SystemChapter iii: Number System
Chapter iii: Number System
 
Number System
Number SystemNumber System
Number System
 
Decimal, Binary, Octal, And Hexadecimal number systems.
Decimal, Binary, Octal, And Hexadecimal number systems.Decimal, Binary, Octal, And Hexadecimal number systems.
Decimal, Binary, Octal, And Hexadecimal number systems.
 
Representation Of Numbers and Characters
Representation Of Numbers and CharactersRepresentation Of Numbers and Characters
Representation Of Numbers and Characters
 

Viewers also liked

Unit v computer, number system
Unit  v computer, number systemUnit  v computer, number system
Unit v computer, number system
indra Kishor
 
Introduction to the Binary Number System
Introduction to the Binary Number SystemIntroduction to the Binary Number System
Introduction to the Binary Number SystemJames Hamilton
 
Number System
Number SystemNumber System
Number System
samarthagrawal
 
Number system part 1
Number  system part 1Number  system part 1
Number system part 1
Excel Technology Lanka (Pvt) Ltd
 
Number system
Number systemNumber system
Number system
University of Potsdam
 
رقمنة الدوريات العربية
رقمنة الدوريات العربيةرقمنة الدوريات العربية
رقمنة الدوريات العربية
Naglaa Yassin
 
Programming maintenance - Programming methodology
Programming maintenance - Programming methodologyProgramming maintenance - Programming methodology
Programming maintenance - Programming methodology
Vishnu J Kumar
 
robotics workshop Aug.09
robotics workshop Aug.09robotics workshop Aug.09
Programming methodology lecture01
Programming methodology lecture01Programming methodology lecture01
Programming methodology lecture01NYversity
 
Programming methodology lecture26
Programming methodology lecture26Programming methodology lecture26
Programming methodology lecture26NYversity
 

Viewers also liked (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
 

Similar to Number System

Chapter 1 digital design.pptx
Chapter 1 digital design.pptxChapter 1 digital design.pptx
Chapter 1 digital design.pptx
AliaaTarek5
 
Digital Electronics Notes.pdf
Digital Electronics Notes.pdfDigital Electronics Notes.pdf
Digital Electronics Notes.pdf
4NM21IS132SAISHARATH
 
Number system
Number systemNumber system
Number system
Iqra Yasin
 
Unit 1 PDF.pptx
Unit 1 PDF.pptxUnit 1 PDF.pptx
Unit 1 PDF.pptx
ChandraV13
 
Cit 1101 lec 02
Cit 1101 lec 02Cit 1101 lec 02
Cit 1101 lec 02
sohag sikder
 
Number system and their conversion
Number system and their conversionNumber system and their conversion
Number system and their conversion
Ram Pratap Singh
 
Numbering Systems
Numbering SystemsNumbering Systems
Numbering Systems
ImranulHasan6
 
number system
number systemnumber system
number system
Pawan Mishra
 
Number systems
Number systemsNumber systems
Number systems
pyingkodi maran
 
Number base conversion
Number base conversionNumber base conversion
Number base conversion
Breach_P
 
Number systems and conversions
Number systems and conversionsNumber systems and conversions
Number systems and conversions
Susantha Herath
 
Introduction to Information Technology Lecture 2
Introduction to Information Technology Lecture 2Introduction to Information Technology Lecture 2
Introduction to Information Technology Lecture 2
MikeCrea
 
Number system
Number systemNumber system
Number system
Mohit Saini
 
Chapter two FHI.pptx
Chapter two FHI.pptxChapter two FHI.pptx
Chapter two FHI.pptx
ODAATUBE1
 
Number base conversion (it)
Number base conversion (it)Number base conversion (it)
Number base conversion (it)
Breach_P
 
01.number systems
01.number systems01.number systems
01.number systems
Sripati Mahapatra
 

Similar to 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
 

More from Kulachi Hansraj Model School Ashok Vihar

Edge 2010
Edge 2010Edge 2010
Stack Applications
Stack ApplicationsStack 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
Kulachi Hansraj Model School Ashok Vihar
 
Loops
LoopsLoops
Computer System Organization
Computer System OrganizationComputer System Organization
Computer System Organization
Kulachi Hansraj Model School Ashok Vihar
 
Tut Constructor
Tut ConstructorTut Constructor
Computer Fundamentals
Computer FundamentalsComputer Fundamentals

More from 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
 

Recently uploaded

To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
Fwdays
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 

Recently uploaded (20)

To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 

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.