SlideShare a Scribd company logo
DIGITAL TECHNIQUES
DR. VIKAS DONGRE
HOD ELECTRONICS &TELECOMMUNICATION
GOVERNMENT POLYTECHNIC WASHIM (MS)
EMAIL: DONGREVJ1@GMAIL.COM
M: 9370668979
UNIT:1 NUMBER SYSTEM and Codes
Subtopic: Introduction to Number systems
Course outcome
Student will able to…
 Use relevant number system for the specific
applications.
Learning outcomes….
Student will able to…
 Define analog and digital signal.
 Identify the different number system.
CONTENTS
 Analog and Digital signals
 Number System
 Representation of Numbers of Different
Radix
Analog and digital signals
 Signals: Signal is define as a physical quantity,
which contains some information and which is a
function of one or more independent variable.
 Types of Signals: 1) ANALOG SIGNALS
2) DIGITAL SIGNALS
Continue……
 Analog signal is define as the signal having continuous
values. They can have infinite number of different values.
 Digital signals is define as the signal which has only a
finite number of distinct values.
Comparison of digital and analog
signal
Sr.
No.
Parameter Analog Signal Digital Signal
1 Number of values Infinite Finite
2 Nature Continuous Discrete
3 Sources Signal generators,
transducers etc.
Computers, A
to D converters
4 Examples Sine wave,
Triangular wave
Binary signal
What is Number System ?
A number system defines a set of values to represent quantity. A number
system define how a number can be represented using distinct symbols.
 A number can be represented differently in different systems.
 For Example: –
-There are several systems for representing, counting numbers.
– These include the usual base “10” or decimal system : 1,2,3
,…..10,11,12,..99,100,…
The BASE of a number system
Base or Radix: The number of values that a digit
can assume is equal to the base of a system .
Different Types Of Number System
Decimal Number System.
Binary Number system
Octal Number System.
Hexadecimal Number system.
Different Types of Number System
System Base Symbols Used by
humans ?
Used in
computer ?
Decimal 10 0,1,2,…..9 Yes NO
Binary 2 0,1 No Yes
Octal 8 0,1,2,3….7 NO NO
Hexadecimal 16 0,1,2,….9,
A,B,…….F
NO NO
Decimal Number System.
 The decimal number system has a base of 10 i.e. it has
10 distinct symbols from 0 to 9 (0,1,2,3,4,5,6,7,8,9). It
is a positional value system in which the value of the
digit depends on its position.
Most significant bit(MSB) Decimal point Least significant bit(LSB)
103 102 101 100
. 10-1 10-2 10-3
Decimal Number System
 For example: consider the decimal number 321, where the
digit 3 represents hundreds, 1 represents the tens and 2
represents the ones. 321=300+20+1
 Here 3 carries the highest weight of the three digits, hence it is
the most significant bit (MSB) and 1 carries the least weight of
the three digits, hence it is the least significant bit(LSB).
Binary Number System
 The Binary number system has a base of 2 i.e. it has 2
distinct symbols from 0 to 1.
 The 0 and 1 is called as a Bit. Any binary number can
be represented by a string of 1’s and 0’s.
 A group of four binary bits is known as NIBBLE.
 A group of 8 binary bits known as a byte.
Binary Number System.
The various digit positions in this system have weights as follows:
Most significant bit(MSB) Binary point Least significant bit(LSB)
For example: 1) consider the Binary number (1011)2
1 0 1 1
(1x23) + (0x22) + (1x21) + (1x20)
= 8 + 0 + 2 + 1
= (11)10
23 22
21 20 . 2-1 2-2
2-3
Binary Number System
 For example:2) consider the Binary number
(1101.101)2
1 1 0 1 . 1 0
= (1x23)+(1x22)+(0x21)+(1x20)+(1x2-1)+(0x2-2)
=8+4+0+1+0.5+0.25
=(13.75)10
Octal Number System
 The Octal number system has a base of 8 i.e. it has 8
distinct symbols from 0 to 7 (0,1,2,3,4,5,6,7).
 The various digit positions in this system have
weights as follows:
Most significant bit(MSB) Octal point Least significant
bit(LSB)
83 82 81 80
. 8-1 8-2
Octal Number System
For example: 1) consider the Octal number
(35.7)8
3 5 . 7
(3x81) + (5x80) + (7x8-1)
= 24 + 5 + 0.875
= (29.875)10
Hexadecimal Number System
 The Hexadecimal number system has a base of 16 i.e. it has 16
distinct symbols from 0 to 9, A to F
(0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F).
 The various digit positions in this system have weights as follows:
Most significant bit(MSB) Hexadecimal point Least significant
bit(LSB)
162 161 160
. 16-1 16-2
Hexadecimal Number System
For example: 1) consider the Hexadecimal number (11A.62)16
1 1 A . 6 2
(1x162) + (1x161) + (Ax160) + (6x16-1) + (2x16-2)
= (1x256) + (1x16) + (10x1) + (6/16) + (2/256)
= 256 + 16 + 10 + 0.375 + 0.0078
= (282.382)10
Counting
Decimal Binary Base 4 Octal Hexadecimal
0 0000 00 00 0
1 0001 01 01 1
2 0010 02 02 2
3 0011 03 03 3
4 0100 10 04 4
5 0101 11 05 5
6 0110 12 06 6
7 0111 13 07 7
8 1110 20 10 8
9 1001 21 11 9
10 1010 22 12 A
11 1011 23 13 B
12 1100 31 14 C
13 1011 31 15 D
14 1100 32 16 E
15 1111 33 17 F
summary
Analog and Digital signals
What is number system
Different types of number systems
Thank You !
Ad

More Related Content

What's hot (20)

Conversion of number system
Conversion of number systemConversion of number system
Conversion of number system
University of Potsdam
 
Data Representation
Data RepresentationData Representation
Data Representation
Dilum Bandara
 
Number system
Number systemNumber system
Number system
Chauhan Dharmendra
 
Decimal to binary number
Decimal to binary numberDecimal to binary number
Decimal to binary number
guestd8696a
 
Number system of computer
Number system of computerNumber system of computer
Number system of computer
VishalChaudhary151
 
Linked list
Linked listLinked list
Linked list
KalaivaniKS1
 
Boolean+logic
Boolean+logicBoolean+logic
Boolean+logic
Bilal Maqbool ツ
 
Asymptotic Notation
Asymptotic NotationAsymptotic Notation
Asymptotic Notation
Protap Mondal
 
Linear Search Data Structure
Linear Search Data StructureLinear Search Data Structure
Linear Search Data Structure
Talha Shaikh
 
Data Structures : hashing (1)
Data Structures : hashing (1)Data Structures : hashing (1)
Data Structures : hashing (1)
Home
 
Number System (Binary,octal,Decimal,Hexadecimal)
Number System (Binary,octal,Decimal,Hexadecimal)Number System (Binary,octal,Decimal,Hexadecimal)
Number System (Binary,octal,Decimal,Hexadecimal)
Durgesh Sahu
 
Data Structures - Lecture 7 [Linked List]
Data Structures - Lecture 7 [Linked List]Data Structures - Lecture 7 [Linked List]
Data Structures - Lecture 7 [Linked List]
Muhammad Hammad Waseem
 
Features of c language 1
Features of c language 1Features of c language 1
Features of c language 1
srmohan06
 
Hashing
HashingHashing
Hashing
Dawood Faheem Abbasi
 
Binaty Arithmetic and Binary coding schemes
Binaty Arithmetic and Binary coding schemesBinaty Arithmetic and Binary coding schemes
Binaty Arithmetic and Binary coding schemes
Dr. Anita Goel
 
Data representation
Data representationData representation
Data representation
Prashant Saurabh
 
Data Structures & Algorithm design using C
Data Structures & Algorithm design using C Data Structures & Algorithm design using C
Data Structures & Algorithm design using C
Emertxe Information Technologies Pvt Ltd
 
Data structure using c module 1
Data structure using c module 1Data structure using c module 1
Data structure using c module 1
smruti sarangi
 
Hashing and Hash Tables
Hashing and Hash TablesHashing and Hash Tables
Hashing and Hash Tables
adil raja
 
Number System
Number SystemNumber System
Number System
Web Designer
 
Decimal to binary number
Decimal to binary numberDecimal to binary number
Decimal to binary number
guestd8696a
 
Linear Search Data Structure
Linear Search Data StructureLinear Search Data Structure
Linear Search Data Structure
Talha Shaikh
 
Data Structures : hashing (1)
Data Structures : hashing (1)Data Structures : hashing (1)
Data Structures : hashing (1)
Home
 
Number System (Binary,octal,Decimal,Hexadecimal)
Number System (Binary,octal,Decimal,Hexadecimal)Number System (Binary,octal,Decimal,Hexadecimal)
Number System (Binary,octal,Decimal,Hexadecimal)
Durgesh Sahu
 
Data Structures - Lecture 7 [Linked List]
Data Structures - Lecture 7 [Linked List]Data Structures - Lecture 7 [Linked List]
Data Structures - Lecture 7 [Linked List]
Muhammad Hammad Waseem
 
Features of c language 1
Features of c language 1Features of c language 1
Features of c language 1
srmohan06
 
Binaty Arithmetic and Binary coding schemes
Binaty Arithmetic and Binary coding schemesBinaty Arithmetic and Binary coding schemes
Binaty Arithmetic and Binary coding schemes
Dr. Anita Goel
 
Data structure using c module 1
Data structure using c module 1Data structure using c module 1
Data structure using c module 1
smruti sarangi
 
Hashing and Hash Tables
Hashing and Hash TablesHashing and Hash Tables
Hashing and Hash Tables
adil raja
 

Similar to Introduction to binary number system (20)

Module 1 number systems and code1
Module 1  number systems and code1Module 1  number systems and code1
Module 1 number systems and code1
Deepak John
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
NathanielRapanut2
 
Digital Electronics Notes.pdf
Digital Electronics Notes.pdfDigital Electronics Notes.pdf
Digital Electronics Notes.pdf
4NM21IS132SAISHARATH
 
DLD Chapter-1.pdf
DLD Chapter-1.pdfDLD Chapter-1.pdf
DLD Chapter-1.pdf
TamiratDejene1
 
Chapter 1: Binary System
 Chapter 1: Binary System Chapter 1: Binary System
Chapter 1: Binary System
Er. Nawaraj Bhandari
 
02 Chapter 2 Data representation and organization of computer system_V4 (2).pptx
02 Chapter 2 Data representation and organization of computer system_V4 (2).pptx02 Chapter 2 Data representation and organization of computer system_V4 (2).pptx
02 Chapter 2 Data representation and organization of computer system_V4 (2).pptx
bachrbxl
 
Number system
Number systemNumber system
Number system
Raman Wankhede
 
Boolean Algebra Arithmetic SIG UNSIGN.ppt
Boolean Algebra  Arithmetic SIG UNSIGN.pptBoolean Algebra  Arithmetic SIG UNSIGN.ppt
Boolean Algebra Arithmetic SIG UNSIGN.ppt
AshishChandrakar12
 
W 9 numbering system
W 9 numbering systemW 9 numbering system
W 9 numbering system
Institute of Management Studies UOP
 
W 9 numbering system
W 9 numbering systemW 9 numbering system
W 9 numbering system
Institute of Management Studies UOP
 
module 3,Boolean algebra and logic circuits .pptx
module 3,Boolean algebra and logic circuits .pptxmodule 3,Boolean algebra and logic circuits .pptx
module 3,Boolean algebra and logic circuits .pptx
keemjupiter
 
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
LibanMohamed26
 
Digital Logic Design Lecturbbbbe 01.pptx
Digital Logic Design Lecturbbbbe 01.pptxDigital Logic Design Lecturbbbbe 01.pptx
Digital Logic Design Lecturbbbbe 01.pptx
hassankhan978073
 
Chapter 2.ppt
Chapter 2.pptChapter 2.ppt
Chapter 2.ppt
NMohd3
 
Number system
Number system  Number system
Number system
anjineyalus
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
AnaMarieFrane
 
Computer Number system
Computer Number systemComputer Number system
Computer Number system
Anil Kumar Prajapati
 
numbersystem-211022083557.pdf
numbersystem-211022083557.pdfnumbersystem-211022083557.pdf
numbersystem-211022083557.pdf
AsthaChaurasia4
 
chapter one && two.pdf
chapter one && two.pdfchapter one && two.pdf
chapter one && two.pdf
miftah88
 
Data repersentation.
Data repersentation.Data repersentation.
Data repersentation.
Ritesh Saini
 
Module 1 number systems and code1
Module 1  number systems and code1Module 1  number systems and code1
Module 1 number systems and code1
Deepak John
 
02 Chapter 2 Data representation and organization of computer system_V4 (2).pptx
02 Chapter 2 Data representation and organization of computer system_V4 (2).pptx02 Chapter 2 Data representation and organization of computer system_V4 (2).pptx
02 Chapter 2 Data representation and organization of computer system_V4 (2).pptx
bachrbxl
 
Boolean Algebra Arithmetic SIG UNSIGN.ppt
Boolean Algebra  Arithmetic SIG UNSIGN.pptBoolean Algebra  Arithmetic SIG UNSIGN.ppt
Boolean Algebra Arithmetic SIG UNSIGN.ppt
AshishChandrakar12
 
module 3,Boolean algebra and logic circuits .pptx
module 3,Boolean algebra and logic circuits .pptxmodule 3,Boolean algebra and logic circuits .pptx
module 3,Boolean algebra and logic circuits .pptx
keemjupiter
 
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
LibanMohamed26
 
Digital Logic Design Lecturbbbbe 01.pptx
Digital Logic Design Lecturbbbbe 01.pptxDigital Logic Design Lecturbbbbe 01.pptx
Digital Logic Design Lecturbbbbe 01.pptx
hassankhan978073
 
Chapter 2.ppt
Chapter 2.pptChapter 2.ppt
Chapter 2.ppt
NMohd3
 
numbersystem-211022083557.pdf
numbersystem-211022083557.pdfnumbersystem-211022083557.pdf
numbersystem-211022083557.pdf
AsthaChaurasia4
 
chapter one && two.pdf
chapter one && two.pdfchapter one && two.pdf
chapter one && two.pdf
miftah88
 
Data repersentation.
Data repersentation.Data repersentation.
Data repersentation.
Ritesh Saini
 
Ad

More from Vikas Dongre (20)

Lcd interfaing using 8051 and assambly language programming
Lcd interfaing using 8051 and assambly language programmingLcd interfaing using 8051 and assambly language programming
Lcd interfaing using 8051 and assambly language programming
Vikas Dongre
 
Job opportunities for electronics engineering
Job opportunities for electronics engineeringJob opportunities for electronics engineering
Job opportunities for electronics engineering
Vikas Dongre
 
Educational video creation: Tools and tips
Educational video creation: Tools and tipsEducational video creation: Tools and tips
Educational video creation: Tools and tips
Vikas Dongre
 
Scope of job education and business after HSC
Scope of job  education and business after HSCScope of job  education and business after HSC
Scope of job education and business after HSC
Vikas Dongre
 
Introduction to digital logic gates
Introduction to digital logic gatesIntroduction to digital logic gates
Introduction to digital logic gates
Vikas Dongre
 
Timer programming for 8051 using embedded c
Timer programming for 8051 using embedded cTimer programming for 8051 using embedded c
Timer programming for 8051 using embedded c
Vikas Dongre
 
Arithmetic and Logic instructions in Embedded C
Arithmetic and Logic instructions in Embedded CArithmetic and Logic instructions in Embedded C
Arithmetic and Logic instructions in Embedded C
Vikas Dongre
 
Introduction to Embedded system programming using 8051
Introduction to Embedded system programming using 8051Introduction to Embedded system programming using 8051
Introduction to Embedded system programming using 8051
Vikas Dongre
 
Interrupts programming in embedded C using 8051
Interrupts programming in embedded C using 8051Interrupts programming in embedded C using 8051
Interrupts programming in embedded C using 8051
Vikas Dongre
 
Arithmetic and logic operations in c
Arithmetic and logic operations in cArithmetic and logic operations in c
Arithmetic and logic operations in c
Vikas Dongre
 
Arithmetic and logic operations in c
Arithmetic and logic operations in cArithmetic and logic operations in c
Arithmetic and logic operations in c
Vikas Dongre
 
Classification of embedded systems
Classification of embedded systemsClassification of embedded systems
Classification of embedded systems
Vikas Dongre
 
Characteristics of embedded systems
Characteristics of embedded systemsCharacteristics of embedded systems
Characteristics of embedded systems
Vikas Dongre
 
Features of 89c51,pic,avr & arm processors
Features of 89c51,pic,avr & arm processorsFeatures of 89c51,pic,avr & arm processors
Features of 89c51,pic,avr & arm processors
Vikas Dongre
 
Microcontroller architecture
Microcontroller architectureMicrocontroller architecture
Microcontroller architecture
Vikas Dongre
 
2. block diagram and components of embedded system
2. block diagram and components of embedded system2. block diagram and components of embedded system
2. block diagram and components of embedded system
Vikas Dongre
 
1. advantages and applications of embedded system
1. advantages and applications of embedded system1. advantages and applications of embedded system
1. advantages and applications of embedded system
Vikas Dongre
 
Serial communication
Serial communicationSerial communication
Serial communication
Vikas Dongre
 
Innovative improvements in electronic engineering laboratory education using eml
Innovative improvements in electronic engineering laboratory education using emlInnovative improvements in electronic engineering laboratory education using eml
Innovative improvements in electronic engineering laboratory education using eml
Vikas Dongre
 
Devnagari handwritten numeral recognition using geometric features and statis...
Devnagari handwritten numeral recognition using geometric features and statis...Devnagari handwritten numeral recognition using geometric features and statis...
Devnagari handwritten numeral recognition using geometric features and statis...
Vikas Dongre
 
Lcd interfaing using 8051 and assambly language programming
Lcd interfaing using 8051 and assambly language programmingLcd interfaing using 8051 and assambly language programming
Lcd interfaing using 8051 and assambly language programming
Vikas Dongre
 
Job opportunities for electronics engineering
Job opportunities for electronics engineeringJob opportunities for electronics engineering
Job opportunities for electronics engineering
Vikas Dongre
 
Educational video creation: Tools and tips
Educational video creation: Tools and tipsEducational video creation: Tools and tips
Educational video creation: Tools and tips
Vikas Dongre
 
Scope of job education and business after HSC
Scope of job  education and business after HSCScope of job  education and business after HSC
Scope of job education and business after HSC
Vikas Dongre
 
Introduction to digital logic gates
Introduction to digital logic gatesIntroduction to digital logic gates
Introduction to digital logic gates
Vikas Dongre
 
Timer programming for 8051 using embedded c
Timer programming for 8051 using embedded cTimer programming for 8051 using embedded c
Timer programming for 8051 using embedded c
Vikas Dongre
 
Arithmetic and Logic instructions in Embedded C
Arithmetic and Logic instructions in Embedded CArithmetic and Logic instructions in Embedded C
Arithmetic and Logic instructions in Embedded C
Vikas Dongre
 
Introduction to Embedded system programming using 8051
Introduction to Embedded system programming using 8051Introduction to Embedded system programming using 8051
Introduction to Embedded system programming using 8051
Vikas Dongre
 
Interrupts programming in embedded C using 8051
Interrupts programming in embedded C using 8051Interrupts programming in embedded C using 8051
Interrupts programming in embedded C using 8051
Vikas Dongre
 
Arithmetic and logic operations in c
Arithmetic and logic operations in cArithmetic and logic operations in c
Arithmetic and logic operations in c
Vikas Dongre
 
Arithmetic and logic operations in c
Arithmetic and logic operations in cArithmetic and logic operations in c
Arithmetic and logic operations in c
Vikas Dongre
 
Classification of embedded systems
Classification of embedded systemsClassification of embedded systems
Classification of embedded systems
Vikas Dongre
 
Characteristics of embedded systems
Characteristics of embedded systemsCharacteristics of embedded systems
Characteristics of embedded systems
Vikas Dongre
 
Features of 89c51,pic,avr & arm processors
Features of 89c51,pic,avr & arm processorsFeatures of 89c51,pic,avr & arm processors
Features of 89c51,pic,avr & arm processors
Vikas Dongre
 
Microcontroller architecture
Microcontroller architectureMicrocontroller architecture
Microcontroller architecture
Vikas Dongre
 
2. block diagram and components of embedded system
2. block diagram and components of embedded system2. block diagram and components of embedded system
2. block diagram and components of embedded system
Vikas Dongre
 
1. advantages and applications of embedded system
1. advantages and applications of embedded system1. advantages and applications of embedded system
1. advantages and applications of embedded system
Vikas Dongre
 
Serial communication
Serial communicationSerial communication
Serial communication
Vikas Dongre
 
Innovative improvements in electronic engineering laboratory education using eml
Innovative improvements in electronic engineering laboratory education using emlInnovative improvements in electronic engineering laboratory education using eml
Innovative improvements in electronic engineering laboratory education using eml
Vikas Dongre
 
Devnagari handwritten numeral recognition using geometric features and statis...
Devnagari handwritten numeral recognition using geometric features and statis...Devnagari handwritten numeral recognition using geometric features and statis...
Devnagari handwritten numeral recognition using geometric features and statis...
Vikas Dongre
 
Ad

Recently uploaded (20)

OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...
OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...
OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...
ijdmsjournal
 
Personal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.pptPersonal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.ppt
ganjangbegu579
 
JRR Tolkien’s Lord of the Rings: Was It Influenced by Nordic Mythology, Homer...
JRR Tolkien’s Lord of the Rings: Was It Influenced by Nordic Mythology, Homer...JRR Tolkien’s Lord of the Rings: Was It Influenced by Nordic Mythology, Homer...
JRR Tolkien’s Lord of the Rings: Was It Influenced by Nordic Mythology, Homer...
Reflections on Morality, Philosophy, and History
 
Automatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and BeyondAutomatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and Beyond
NU_I_TODALAB
 
Agents chapter of Artificial intelligence
Agents chapter of Artificial intelligenceAgents chapter of Artificial intelligence
Agents chapter of Artificial intelligence
DebdeepMukherjee9
 
Water Industry Process Automation & Control Monthly May 2025
Water Industry Process Automation & Control Monthly May 2025Water Industry Process Automation & Control Monthly May 2025
Water Industry Process Automation & Control Monthly May 2025
Water Industry Process Automation & Control
 
Slide share PPT of NOx control technologies.pptx
Slide share PPT of  NOx control technologies.pptxSlide share PPT of  NOx control technologies.pptx
Slide share PPT of NOx control technologies.pptx
vvsasane
 
Control Methods of Noise Pollutions.pptx
Control Methods of Noise Pollutions.pptxControl Methods of Noise Pollutions.pptx
Control Methods of Noise Pollutions.pptx
vvsasane
 
Using the Artificial Neural Network to Predict the Axial Strength and Strain ...
Using the Artificial Neural Network to Predict the Axial Strength and Strain ...Using the Artificial Neural Network to Predict the Axial Strength and Strain ...
Using the Artificial Neural Network to Predict the Axial Strength and Strain ...
Journal of Soft Computing in Civil Engineering
 
twin tower attack 2001 new york city
twin  tower  attack  2001 new  york citytwin  tower  attack  2001 new  york city
twin tower attack 2001 new york city
harishreemavs
 
01.คุณลักษณะเฉพาะของอุปกรณ์_pagenumber.pdf
01.คุณลักษณะเฉพาะของอุปกรณ์_pagenumber.pdf01.คุณลักษณะเฉพาะของอุปกรณ์_pagenumber.pdf
01.คุณลักษณะเฉพาะของอุปกรณ์_pagenumber.pdf
PawachMetharattanara
 
ML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdf
ML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdfML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdf
ML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdf
rameshwarchintamani
 
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic AlgorithmDesign Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Design Optimization of Reinforced Concrete Waffle Slab Using Genetic Algorithm
Journal of Soft Computing in Civil Engineering
 
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software ApplicationsJacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia
 
Frontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend EngineersFrontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend Engineers
Michael Hertzberg
 
AI Chatbots & Software Development Teams
AI Chatbots & Software Development TeamsAI Chatbots & Software Development Teams
AI Chatbots & Software Development Teams
Joe Krall
 
vtc2018fall_otfs_tutorial_presentation_1.pdf
vtc2018fall_otfs_tutorial_presentation_1.pdfvtc2018fall_otfs_tutorial_presentation_1.pdf
vtc2018fall_otfs_tutorial_presentation_1.pdf
RaghavaGD1
 
Lecture - 7 Canals of the topic of the civil engineering
Lecture - 7  Canals of the topic of the civil engineeringLecture - 7  Canals of the topic of the civil engineering
Lecture - 7 Canals of the topic of the civil engineering
MJawadkhan1
 
Mode-Wise Corridor Level Travel-Time Estimation Using Machine Learning Models
Mode-Wise Corridor Level Travel-Time Estimation Using Machine Learning ModelsMode-Wise Corridor Level Travel-Time Estimation Using Machine Learning Models
Mode-Wise Corridor Level Travel-Time Estimation Using Machine Learning Models
Journal of Soft Computing in Civil Engineering
 
David Boutry - Specializes In AWS, Microservices And Python.pdf
David Boutry - Specializes In AWS, Microservices And Python.pdfDavid Boutry - Specializes In AWS, Microservices And Python.pdf
David Boutry - Specializes In AWS, Microservices And Python.pdf
David Boutry
 
OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...
OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...
OPTIMIZING DATA INTEROPERABILITY IN AGILE ORGANIZATIONS: INTEGRATING NONAKA’S...
ijdmsjournal
 
Personal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.pptPersonal Protective Efsgfgsffquipment.ppt
Personal Protective Efsgfgsffquipment.ppt
ganjangbegu579
 
Automatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and BeyondAutomatic Quality Assessment for Speech and Beyond
Automatic Quality Assessment for Speech and Beyond
NU_I_TODALAB
 
Agents chapter of Artificial intelligence
Agents chapter of Artificial intelligenceAgents chapter of Artificial intelligence
Agents chapter of Artificial intelligence
DebdeepMukherjee9
 
Slide share PPT of NOx control technologies.pptx
Slide share PPT of  NOx control technologies.pptxSlide share PPT of  NOx control technologies.pptx
Slide share PPT of NOx control technologies.pptx
vvsasane
 
Control Methods of Noise Pollutions.pptx
Control Methods of Noise Pollutions.pptxControl Methods of Noise Pollutions.pptx
Control Methods of Noise Pollutions.pptx
vvsasane
 
twin tower attack 2001 new york city
twin  tower  attack  2001 new  york citytwin  tower  attack  2001 new  york city
twin tower attack 2001 new york city
harishreemavs
 
01.คุณลักษณะเฉพาะของอุปกรณ์_pagenumber.pdf
01.คุณลักษณะเฉพาะของอุปกรณ์_pagenumber.pdf01.คุณลักษณะเฉพาะของอุปกรณ์_pagenumber.pdf
01.คุณลักษณะเฉพาะของอุปกรณ์_pagenumber.pdf
PawachMetharattanara
 
ML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdf
ML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdfML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdf
ML_Unit_VI_DEEP LEARNING_Introduction to ANN.pdf
rameshwarchintamani
 
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software ApplicationsJacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia - Excels In Optimizing Software Applications
Jacob Murphy Australia
 
Frontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend EngineersFrontend Architecture Diagram/Guide For Frontend Engineers
Frontend Architecture Diagram/Guide For Frontend Engineers
Michael Hertzberg
 
AI Chatbots & Software Development Teams
AI Chatbots & Software Development TeamsAI Chatbots & Software Development Teams
AI Chatbots & Software Development Teams
Joe Krall
 
vtc2018fall_otfs_tutorial_presentation_1.pdf
vtc2018fall_otfs_tutorial_presentation_1.pdfvtc2018fall_otfs_tutorial_presentation_1.pdf
vtc2018fall_otfs_tutorial_presentation_1.pdf
RaghavaGD1
 
Lecture - 7 Canals of the topic of the civil engineering
Lecture - 7  Canals of the topic of the civil engineeringLecture - 7  Canals of the topic of the civil engineering
Lecture - 7 Canals of the topic of the civil engineering
MJawadkhan1
 
David Boutry - Specializes In AWS, Microservices And Python.pdf
David Boutry - Specializes In AWS, Microservices And Python.pdfDavid Boutry - Specializes In AWS, Microservices And Python.pdf
David Boutry - Specializes In AWS, Microservices And Python.pdf
David Boutry
 

Introduction to binary number system

  • 1. DIGITAL TECHNIQUES DR. VIKAS DONGRE HOD ELECTRONICS &TELECOMMUNICATION GOVERNMENT POLYTECHNIC WASHIM (MS) EMAIL: DONGREVJ1@GMAIL.COM M: 9370668979 UNIT:1 NUMBER SYSTEM and Codes Subtopic: Introduction to Number systems
  • 2. Course outcome Student will able to…  Use relevant number system for the specific applications.
  • 3. Learning outcomes…. Student will able to…  Define analog and digital signal.  Identify the different number system.
  • 4. CONTENTS  Analog and Digital signals  Number System  Representation of Numbers of Different Radix
  • 5. Analog and digital signals  Signals: Signal is define as a physical quantity, which contains some information and which is a function of one or more independent variable.  Types of Signals: 1) ANALOG SIGNALS 2) DIGITAL SIGNALS
  • 6. Continue……  Analog signal is define as the signal having continuous values. They can have infinite number of different values.  Digital signals is define as the signal which has only a finite number of distinct values.
  • 7. Comparison of digital and analog signal Sr. No. Parameter Analog Signal Digital Signal 1 Number of values Infinite Finite 2 Nature Continuous Discrete 3 Sources Signal generators, transducers etc. Computers, A to D converters 4 Examples Sine wave, Triangular wave Binary signal
  • 8. What is Number System ? A number system defines a set of values to represent quantity. A number system define how a number can be represented using distinct symbols.  A number can be represented differently in different systems.  For Example: – -There are several systems for representing, counting numbers. – These include the usual base “10” or decimal system : 1,2,3 ,…..10,11,12,..99,100,…
  • 9. The BASE of a number system Base or Radix: The number of values that a digit can assume is equal to the base of a system .
  • 10. Different Types Of Number System Decimal Number System. Binary Number system Octal Number System. Hexadecimal Number system.
  • 11. Different Types of Number System System Base Symbols Used by humans ? Used in computer ? Decimal 10 0,1,2,…..9 Yes NO Binary 2 0,1 No Yes Octal 8 0,1,2,3….7 NO NO Hexadecimal 16 0,1,2,….9, A,B,…….F NO NO
  • 12. Decimal Number System.  The decimal number system has a base of 10 i.e. it has 10 distinct symbols from 0 to 9 (0,1,2,3,4,5,6,7,8,9). It is a positional value system in which the value of the digit depends on its position. Most significant bit(MSB) Decimal point Least significant bit(LSB) 103 102 101 100 . 10-1 10-2 10-3
  • 13. Decimal Number System  For example: consider the decimal number 321, where the digit 3 represents hundreds, 1 represents the tens and 2 represents the ones. 321=300+20+1  Here 3 carries the highest weight of the three digits, hence it is the most significant bit (MSB) and 1 carries the least weight of the three digits, hence it is the least significant bit(LSB).
  • 14. Binary Number System  The Binary number system has a base of 2 i.e. it has 2 distinct symbols from 0 to 1.  The 0 and 1 is called as a Bit. Any binary number can be represented by a string of 1’s and 0’s.  A group of four binary bits is known as NIBBLE.  A group of 8 binary bits known as a byte.
  • 15. Binary Number System. The various digit positions in this system have weights as follows: Most significant bit(MSB) Binary point Least significant bit(LSB) For example: 1) consider the Binary number (1011)2 1 0 1 1 (1x23) + (0x22) + (1x21) + (1x20) = 8 + 0 + 2 + 1 = (11)10 23 22 21 20 . 2-1 2-2 2-3
  • 16. Binary Number System  For example:2) consider the Binary number (1101.101)2 1 1 0 1 . 1 0 = (1x23)+(1x22)+(0x21)+(1x20)+(1x2-1)+(0x2-2) =8+4+0+1+0.5+0.25 =(13.75)10
  • 17. Octal Number System  The Octal number system has a base of 8 i.e. it has 8 distinct symbols from 0 to 7 (0,1,2,3,4,5,6,7).  The various digit positions in this system have weights as follows: Most significant bit(MSB) Octal point Least significant bit(LSB) 83 82 81 80 . 8-1 8-2
  • 18. Octal Number System For example: 1) consider the Octal number (35.7)8 3 5 . 7 (3x81) + (5x80) + (7x8-1) = 24 + 5 + 0.875 = (29.875)10
  • 19. Hexadecimal Number System  The Hexadecimal number system has a base of 16 i.e. it has 16 distinct symbols from 0 to 9, A to F (0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F).  The various digit positions in this system have weights as follows: Most significant bit(MSB) Hexadecimal point Least significant bit(LSB) 162 161 160 . 16-1 16-2
  • 20. Hexadecimal Number System For example: 1) consider the Hexadecimal number (11A.62)16 1 1 A . 6 2 (1x162) + (1x161) + (Ax160) + (6x16-1) + (2x16-2) = (1x256) + (1x16) + (10x1) + (6/16) + (2/256) = 256 + 16 + 10 + 0.375 + 0.0078 = (282.382)10
  • 21. Counting Decimal Binary Base 4 Octal Hexadecimal 0 0000 00 00 0 1 0001 01 01 1 2 0010 02 02 2 3 0011 03 03 3 4 0100 10 04 4 5 0101 11 05 5 6 0110 12 06 6 7 0111 13 07 7 8 1110 20 10 8 9 1001 21 11 9 10 1010 22 12 A 11 1011 23 13 B 12 1100 31 14 C 13 1011 31 15 D 14 1100 32 16 E 15 1111 33 17 F
  • 22. summary Analog and Digital signals What is number system Different types of number systems
  翻译: