SlideShare a Scribd company logo
1 of 21
 An analog system has continuous range
of values
 A mercury thermometer
 Vinyl records
 Human eye
 A digital system has a set of discrete
values
 Digital Thermometer
 Compact Disc (CD)
 Digital camera
Image:1
 • Discrete elements of information are
represented with
 bits called binary codes.
 https://lh3.ggpht.com/nTZ2PAq_p4yIH4-
NQrgvUVzizkyFeF8V_zr9K6b2TmkvUl2ruKZJ6
TB7Bg3vkFGNhWbang=s122
 Review the decimal number system.
 Base (Radix) is 10 - symbols (0,1, . . 9) Digits
 For Numbers > 9, add more significant digits in
position to the left, e.g. 19>9.
 Each position carries a weight.
 If we were to write 1936.25 using a power series
expansion and base 10 arithmetic:
The binary number system.
Base is 2 - symbols (0,1) - Binary Digits (Bits)
For Numbers > 1, add more significant digits in
position to the left, e.g. 10>1.
Each position carries a weight (using decimal).
If we write 10111.01 using a decimal power series
we convert from binary to decimal:
 The octal number system
 Its base is 8 à eight digits 0, 1, 2, 3, 4, 5, 6, 7
The hexadecimal number system
– Its base is 16 à first 10 digits are borrowed
from the decimal system and the letters A, B,
C, D, E, F are used for the digits 10, 11, 12,
13, 14, 15
 Conversion from decimal to binary:
 Let each bit of a binary number be represented
by a variable whose subscript = bit positions,
i.e.,
 Its decimal equivalent is:
 It is necessary to separate the number into an
integer part and a fraction: Repeatedly divide the
decimal number by 2.
 Conversion from decimal fraction to binary:
 same method used for integers except
multiplication is used instead of division.
 Conversion from decimal to octal:
 The decimal number is first divided by 8. The
remainder is the LSB. The quotient is then
divide by 8 and the remainder is the next
significant bit and so on.
 Convert 1122 to octal.
 Conversion from and to binary, octal, and
hexadecimal plays and important part in
digital computers.
 Since
 each octal digit corresponds to 3 binary digits
and each hexa digit corresponds to 4 binary
digits.
 1’s complement of N = ( -1) – N (N is a
binary #)
 1’s complement can be formed by changing
1’s to 0’s and 0’s to 1’s
 2’s complement of a number is obtained by
leaving all least significant 0’s and the first 1
unchanged, and replacing 1’s with 0’s and 0’s
with 1 in all higher significant digits.
 The 1’s complement of 1101011 = 0010100
 The 2’s complement of 0110111 = 1001001
2n
 Subtraction with digital hardware using
complements:
 Subtraction of two n-digit unsigned numbers M –
N
 base r:
 1. Add M to the r’s complement of N: M + (r– N)
 2. If M N, the sum will produce an end carry and
is £ equal to rn that can be discarded. The result
is then M – N.
 3. If M N, the sum will not produce an end carry
 and is equal to rn – (N – M)
 Binary subtraction is done using the same
procedure.
 Subtract 1010100 – 1000011 using 2’s
complement:
 Subtract 1010100 – 1000011 using 1’s
complement:
A = 1010100
 1’s complement of B =+0111100
Sum = 10010000
End-around carry = + 1
Answer = 0010001
 Negative numbers must be initially in 2’s
complement form and if the obtained sum is
negative, it is in 2’s complement form.
 Book References
 Digital Logic and Computer Design – M. Morris Mano – Pearson
 Fundamentals of Digital Circuits – A. Anand Kumar - PHI
 Digital Electronics - Gothmen - PHI
 Digital Electronics Principles - Malvino & Leech - MGH
 Web References
 www.electronics-tutorial.ws
 www.asic-world.com
 www.tutorial.points.com
 Image references
 http://www.youshouldgoaway.com/wp-
content/uploads/2014/11/thankyou.jpg
B sc cs i bo-de u-i number system

More Related Content

What's hot

chapter one && two.pdf
chapter one && two.pdfchapter one && two.pdf
chapter one && two.pdfmiftah88
 
Topic 1 Data Representation
Topic 1 Data RepresentationTopic 1 Data Representation
Topic 1 Data Representationekul
 
Csc1401 lecture03 - computer arithmetic - arithmetic and logic unit (alu)
Csc1401   lecture03 - computer arithmetic - arithmetic and logic unit (alu)Csc1401   lecture03 - computer arithmetic - arithmetic and logic unit (alu)
Csc1401 lecture03 - computer arithmetic - arithmetic and logic unit (alu)IIUM
 
binary number system
 binary number system binary number system
binary number systemvishal gupta
 
Binary coded decimal r004
Binary coded decimal   r004Binary coded decimal   r004
Binary coded decimal r004arunachalamr16
 
Decimal number system
Decimal number systemDecimal number system
Decimal number systemNisarg Amin
 
Digital fundamendals r001a
Digital fundamendals r001aDigital fundamendals r001a
Digital fundamendals r001aarunachalamr16
 
Number system
Number systemNumber system
Number systemAmit Shaw
 
CBNST PPT, Floating point arithmetic,Normalization
CBNST PPT, Floating point arithmetic,NormalizationCBNST PPT, Floating point arithmetic,Normalization
CBNST PPT, Floating point arithmetic,NormalizationAmberSinghal1
 
Representation Of Data
Representation Of DataRepresentation Of Data
Representation Of Datagavhays
 
FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...
FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...
FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...Arti Parab Academics
 
Number Systems and Binary Aritmetics
Number Systems and Binary AritmeticsNumber Systems and Binary Aritmetics
Number Systems and Binary AritmeticsDelowar Hossain
 

What's hot (20)

Binary arithmetic
Binary arithmeticBinary arithmetic
Binary arithmetic
 
chapter one && two.pdf
chapter one && two.pdfchapter one && two.pdf
chapter one && two.pdf
 
number system
number systemnumber system
number system
 
Number system
Number system  Number system
Number system
 
Topic 1 Data Representation
Topic 1 Data RepresentationTopic 1 Data Representation
Topic 1 Data Representation
 
Csc1401 lecture03 - computer arithmetic - arithmetic and logic unit (alu)
Csc1401   lecture03 - computer arithmetic - arithmetic and logic unit (alu)Csc1401   lecture03 - computer arithmetic - arithmetic and logic unit (alu)
Csc1401 lecture03 - computer arithmetic - arithmetic and logic unit (alu)
 
binary number system
 binary number system binary number system
binary number system
 
Code conversion r006
Code conversion r006Code conversion r006
Code conversion r006
 
Binary coded decimal r004
Binary coded decimal   r004Binary coded decimal   r004
Binary coded decimal r004
 
Decimal number system
Decimal number systemDecimal number system
Decimal number system
 
Two’s complement
Two’s complementTwo’s complement
Two’s complement
 
Digital fundamendals r001a
Digital fundamendals r001aDigital fundamendals r001a
Digital fundamendals r001a
 
Number system
Number systemNumber system
Number system
 
Number Systems
Number SystemsNumber Systems
Number Systems
 
Number system
Number systemNumber system
Number system
 
CBNST PPT, Floating point arithmetic,Normalization
CBNST PPT, Floating point arithmetic,NormalizationCBNST PPT, Floating point arithmetic,Normalization
CBNST PPT, Floating point arithmetic,Normalization
 
Representation Of Data
Representation Of DataRepresentation Of Data
Representation Of Data
 
FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...
FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...
FYBSC IT Digital Electronics Unit I Chapter II Number System and Binary Arith...
 
Chapter 1: Binary System
 Chapter 1: Binary System Chapter 1: Binary System
Chapter 1: Binary System
 
Number Systems and Binary Aritmetics
Number Systems and Binary AritmeticsNumber Systems and Binary Aritmetics
Number Systems and Binary Aritmetics
 

Viewers also liked

Bjmc i, cp, unit-iii, mass audience
Bjmc i, cp, unit-iii, mass audienceBjmc i, cp, unit-iii, mass audience
Bjmc i, cp, unit-iii, mass audienceRai University
 
Diploma engg iv u-1.3 transformation of sentences
Diploma engg iv u-1.3 transformation of sentencesDiploma engg iv u-1.3 transformation of sentences
Diploma engg iv u-1.3 transformation of sentencesRai University
 
Bjmc i, cp, unit-iii,traditional media
Bjmc i, cp, unit-iii,traditional mediaBjmc i, cp, unit-iii,traditional media
Bjmc i, cp, unit-iii,traditional mediaRai University
 
Bjmc i, cp, unit-iv, environmental journalism
Bjmc i, cp, unit-iv,  environmental journalismBjmc i, cp, unit-iv,  environmental journalism
Bjmc i, cp, unit-iv, environmental journalismRai University
 
B.tech iv u-2.3 roots, prefixes and suffixes
B.tech iv u-2.3 roots, prefixes and suffixesB.tech iv u-2.3 roots, prefixes and suffixes
B.tech iv u-2.3 roots, prefixes and suffixesRai University
 
Bjmc i, cp, unit-iii, effect of mass media
Bjmc i, cp, unit-iii, effect of mass mediaBjmc i, cp, unit-iii, effect of mass media
Bjmc i, cp, unit-iii, effect of mass mediaRai University
 
Diploma engg iv u-1.3 Interchange of active voice & passive voice
Diploma engg iv u-1.3 Interchange of active voice & passive voiceDiploma engg iv u-1.3 Interchange of active voice & passive voice
Diploma engg iv u-1.3 Interchange of active voice & passive voiceRai University
 
Bjmc i, cp, unit-iv, media and violence
Bjmc i, cp, unit-iv, media and violenceBjmc i, cp, unit-iv, media and violence
Bjmc i, cp, unit-iv, media and violenceRai University
 
Bjmc i, cm, unit-i, process of communication
Bjmc i, cm, unit-i, process of communicationBjmc i, cm, unit-i, process of communication
Bjmc i, cm, unit-i, process of communicationRai University
 
B.sc ii picture reading
B.sc ii picture readingB.sc ii picture reading
B.sc ii picture readingRai University
 
Bjmc i, cm, unit-i, dimension of communication
Bjmc i, cm, unit-i, dimension of communicationBjmc i, cm, unit-i, dimension of communication
Bjmc i, cm, unit-i, dimension of communicationRai University
 
B.tech iv u-1.3 transformation of sentences
B.tech iv u-1.3 transformation of sentencesB.tech iv u-1.3 transformation of sentences
B.tech iv u-1.3 transformation of sentencesRai University
 
Bjmc i, cm, unit-i, mass communication
Bjmc i, cm, unit-i, mass communicationBjmc i, cm, unit-i, mass communication
Bjmc i, cm, unit-i, mass communicationRai University
 
Diploma engg iv u-1.3 transformation of sentences
Diploma engg iv u-1.3 transformation of sentencesDiploma engg iv u-1.3 transformation of sentences
Diploma engg iv u-1.3 transformation of sentencesRai University
 
B.tech iv u-2.1 modal auxiliaries
B.tech iv u-2.1 modal auxiliariesB.tech iv u-2.1 modal auxiliaries
B.tech iv u-2.1 modal auxiliariesRai University
 
Ll.b i fl u 3 essentials of muslim marriages
Ll.b i fl u 3 essentials of muslim marriagesLl.b i fl u 3 essentials of muslim marriages
Ll.b i fl u 3 essentials of muslim marriagesRai University
 
B sc cs i bo-de u-iii combitional logic circuit
B sc cs i bo-de u-iii combitional logic circuitB sc cs i bo-de u-iii combitional logic circuit
B sc cs i bo-de u-iii combitional logic circuitRai University
 

Viewers also liked (18)

B.sc ii unit i tenses
B.sc ii unit i tensesB.sc ii unit i tenses
B.sc ii unit i tenses
 
Bjmc i, cp, unit-iii, mass audience
Bjmc i, cp, unit-iii, mass audienceBjmc i, cp, unit-iii, mass audience
Bjmc i, cp, unit-iii, mass audience
 
Diploma engg iv u-1.3 transformation of sentences
Diploma engg iv u-1.3 transformation of sentencesDiploma engg iv u-1.3 transformation of sentences
Diploma engg iv u-1.3 transformation of sentences
 
Bjmc i, cp, unit-iii,traditional media
Bjmc i, cp, unit-iii,traditional mediaBjmc i, cp, unit-iii,traditional media
Bjmc i, cp, unit-iii,traditional media
 
Bjmc i, cp, unit-iv, environmental journalism
Bjmc i, cp, unit-iv,  environmental journalismBjmc i, cp, unit-iv,  environmental journalism
Bjmc i, cp, unit-iv, environmental journalism
 
B.tech iv u-2.3 roots, prefixes and suffixes
B.tech iv u-2.3 roots, prefixes and suffixesB.tech iv u-2.3 roots, prefixes and suffixes
B.tech iv u-2.3 roots, prefixes and suffixes
 
Bjmc i, cp, unit-iii, effect of mass media
Bjmc i, cp, unit-iii, effect of mass mediaBjmc i, cp, unit-iii, effect of mass media
Bjmc i, cp, unit-iii, effect of mass media
 
Diploma engg iv u-1.3 Interchange of active voice & passive voice
Diploma engg iv u-1.3 Interchange of active voice & passive voiceDiploma engg iv u-1.3 Interchange of active voice & passive voice
Diploma engg iv u-1.3 Interchange of active voice & passive voice
 
Bjmc i, cp, unit-iv, media and violence
Bjmc i, cp, unit-iv, media and violenceBjmc i, cp, unit-iv, media and violence
Bjmc i, cp, unit-iv, media and violence
 
Bjmc i, cm, unit-i, process of communication
Bjmc i, cm, unit-i, process of communicationBjmc i, cm, unit-i, process of communication
Bjmc i, cm, unit-i, process of communication
 
B.sc ii picture reading
B.sc ii picture readingB.sc ii picture reading
B.sc ii picture reading
 
Bjmc i, cm, unit-i, dimension of communication
Bjmc i, cm, unit-i, dimension of communicationBjmc i, cm, unit-i, dimension of communication
Bjmc i, cm, unit-i, dimension of communication
 
B.tech iv u-1.3 transformation of sentences
B.tech iv u-1.3 transformation of sentencesB.tech iv u-1.3 transformation of sentences
B.tech iv u-1.3 transformation of sentences
 
Bjmc i, cm, unit-i, mass communication
Bjmc i, cm, unit-i, mass communicationBjmc i, cm, unit-i, mass communication
Bjmc i, cm, unit-i, mass communication
 
Diploma engg iv u-1.3 transformation of sentences
Diploma engg iv u-1.3 transformation of sentencesDiploma engg iv u-1.3 transformation of sentences
Diploma engg iv u-1.3 transformation of sentences
 
B.tech iv u-2.1 modal auxiliaries
B.tech iv u-2.1 modal auxiliariesB.tech iv u-2.1 modal auxiliaries
B.tech iv u-2.1 modal auxiliaries
 
Ll.b i fl u 3 essentials of muslim marriages
Ll.b i fl u 3 essentials of muslim marriagesLl.b i fl u 3 essentials of muslim marriages
Ll.b i fl u 3 essentials of muslim marriages
 
B sc cs i bo-de u-iii combitional logic circuit
B sc cs i bo-de u-iii combitional logic circuitB sc cs i bo-de u-iii combitional logic circuit
B sc cs i bo-de u-iii combitional logic circuit
 

Similar to B sc cs i bo-de u-i number system

digital logic circuits, digital component
digital logic circuits, digital componentdigital logic circuits, digital component
digital logic circuits, digital componentRai University
 
Bca 2nd sem-u-1.3 digital logic circuits, digital component
Bca 2nd sem-u-1.3 digital logic circuits, digital componentBca 2nd sem-u-1.3 digital logic circuits, digital component
Bca 2nd sem-u-1.3 digital logic circuits, digital componentRai University
 
Unit 1 data representation and computer arithmetic
Unit 1  data representation and computer arithmeticUnit 1  data representation and computer arithmetic
Unit 1 data representation and computer arithmeticAmrutaMehata
 
Number system computer fundamental
 Number  system computer fundamental  Number  system computer fundamental
Number system computer fundamental Aman anand kumar
 
CS304PC:Computer Organization and Architecture Unit- III PDF notes .pdf
CS304PC:Computer Organization and Architecture Unit- III PDF notes .pdfCS304PC:Computer Organization and Architecture Unit- III PDF notes .pdf
CS304PC:Computer Organization and Architecture Unit- III PDF notes .pdfAsst.prof M.Gokilavani
 
Chapter_1_Digital_Systems_and_Binary_Numbers2.ppt
Chapter_1_Digital_Systems_and_Binary_Numbers2.pptChapter_1_Digital_Systems_and_Binary_Numbers2.ppt
Chapter_1_Digital_Systems_and_Binary_Numbers2.pptDavid Louie Bedia
 
Chapter 2_Number system (EEEg4302).pdf
Chapter 2_Number system (EEEg4302).pdfChapter 2_Number system (EEEg4302).pdf
Chapter 2_Number system (EEEg4302).pdfTamiratDejene1
 
3.Fixed-Floating Point.ppt
3.Fixed-Floating Point.ppt3.Fixed-Floating Point.ppt
3.Fixed-Floating Point.pptRavikumarR77
 
Number Systems.ppt
Number Systems.pptNumber Systems.ppt
Number Systems.pptzorogoh2
 
digital systems and information
digital systems and informationdigital systems and information
digital systems and informationKamran Zafar
 
Computer arithmetic operations.pptx
Computer arithmetic operations.pptxComputer arithmetic operations.pptx
Computer arithmetic operations.pptxssusera6fdd5
 
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...Arti Parab Academics
 

Similar to B sc cs i bo-de u-i number system (20)

digital logic circuits, digital component
digital logic circuits, digital componentdigital logic circuits, digital component
digital logic circuits, digital component
 
Bca 2nd sem-u-1.3 digital logic circuits, digital component
Bca 2nd sem-u-1.3 digital logic circuits, digital componentBca 2nd sem-u-1.3 digital logic circuits, digital component
Bca 2nd sem-u-1.3 digital logic circuits, digital component
 
DLD_Lecture_notes2.ppt
DLD_Lecture_notes2.pptDLD_Lecture_notes2.ppt
DLD_Lecture_notes2.ppt
 
Data Representation
Data RepresentationData Representation
Data Representation
 
Unit 1 data representation and computer arithmetic
Unit 1  data representation and computer arithmeticUnit 1  data representation and computer arithmetic
Unit 1 data representation and computer arithmetic
 
Data representation in computers
Data representation in computersData representation in computers
Data representation in computers
 
Number system computer fundamental
 Number  system computer fundamental  Number  system computer fundamental
Number system computer fundamental
 
CS304PC:Computer Organization and Architecture Unit- III PDF notes .pdf
CS304PC:Computer Organization and Architecture Unit- III PDF notes .pdfCS304PC:Computer Organization and Architecture Unit- III PDF notes .pdf
CS304PC:Computer Organization and Architecture Unit- III PDF notes .pdf
 
Chapter_1_Digital_Systems_and_Binary_Numbers2.ppt
Chapter_1_Digital_Systems_and_Binary_Numbers2.pptChapter_1_Digital_Systems_and_Binary_Numbers2.ppt
Chapter_1_Digital_Systems_and_Binary_Numbers2.ppt
 
Chapter 2_Number system (EEEg4302).pdf
Chapter 2_Number system (EEEg4302).pdfChapter 2_Number system (EEEg4302).pdf
Chapter 2_Number system (EEEg4302).pdf
 
3.Fixed-Floating Point.ppt
3.Fixed-Floating Point.ppt3.Fixed-Floating Point.ppt
3.Fixed-Floating Point.ppt
 
Number System
Number SystemNumber System
Number System
 
DCF QNA edited
DCF QNA editedDCF QNA edited
DCF QNA edited
 
Number Systems.ppt
Number Systems.pptNumber Systems.ppt
Number Systems.ppt
 
Alu1
Alu1Alu1
Alu1
 
digital systems and information
digital systems and informationdigital systems and information
digital systems and information
 
Okkkkk
OkkkkkOkkkkk
Okkkkk
 
Computer arithmetic operations.pptx
Computer arithmetic operations.pptxComputer arithmetic operations.pptx
Computer arithmetic operations.pptx
 
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
FYBSC IT Digital Electronics Unit I Chapter I Number System and Binary Arithm...
 
Number System.pptx
Number System.pptxNumber System.pptx
Number System.pptx
 

More from Rai University

Brochure Rai University
Brochure Rai University Brochure Rai University
Brochure Rai University Rai University
 
Bdft ii, tmt, unit-iii, dyeing & types of dyeing,
Bdft ii, tmt, unit-iii,  dyeing & types of dyeing,Bdft ii, tmt, unit-iii,  dyeing & types of dyeing,
Bdft ii, tmt, unit-iii, dyeing & types of dyeing,Rai University
 
Bsc agri 2 pae u-4.4 publicrevenue-presentation-130208082149-phpapp02
Bsc agri  2 pae  u-4.4 publicrevenue-presentation-130208082149-phpapp02Bsc agri  2 pae  u-4.4 publicrevenue-presentation-130208082149-phpapp02
Bsc agri 2 pae u-4.4 publicrevenue-presentation-130208082149-phpapp02Rai University
 
Bsc agri 2 pae u-4.3 public expenditure
Bsc agri  2 pae  u-4.3 public expenditureBsc agri  2 pae  u-4.3 public expenditure
Bsc agri 2 pae u-4.3 public expenditureRai University
 
Bsc agri 2 pae u-4.2 public finance
Bsc agri  2 pae  u-4.2 public financeBsc agri  2 pae  u-4.2 public finance
Bsc agri 2 pae u-4.2 public financeRai University
 
Bsc agri 2 pae u-4.1 introduction
Bsc agri  2 pae  u-4.1 introductionBsc agri  2 pae  u-4.1 introduction
Bsc agri 2 pae u-4.1 introductionRai University
 
Bsc agri 2 pae u-3.3 inflation
Bsc agri  2 pae  u-3.3  inflationBsc agri  2 pae  u-3.3  inflation
Bsc agri 2 pae u-3.3 inflationRai University
 
Bsc agri 2 pae u-3.2 introduction to macro economics
Bsc agri  2 pae  u-3.2 introduction to macro economicsBsc agri  2 pae  u-3.2 introduction to macro economics
Bsc agri 2 pae u-3.2 introduction to macro economicsRai University
 
Bsc agri 2 pae u-3.1 marketstructure
Bsc agri  2 pae  u-3.1 marketstructureBsc agri  2 pae  u-3.1 marketstructure
Bsc agri 2 pae u-3.1 marketstructureRai University
 
Bsc agri 2 pae u-3 perfect-competition
Bsc agri  2 pae  u-3 perfect-competitionBsc agri  2 pae  u-3 perfect-competition
Bsc agri 2 pae u-3 perfect-competitionRai University
 

More from Rai University (20)

Brochure Rai University
Brochure Rai University Brochure Rai University
Brochure Rai University
 
Mm unit 4point2
Mm unit 4point2Mm unit 4point2
Mm unit 4point2
 
Mm unit 4point1
Mm unit 4point1Mm unit 4point1
Mm unit 4point1
 
Mm unit 4point3
Mm unit 4point3Mm unit 4point3
Mm unit 4point3
 
Mm unit 3point2
Mm unit 3point2Mm unit 3point2
Mm unit 3point2
 
Mm unit 3point1
Mm unit 3point1Mm unit 3point1
Mm unit 3point1
 
Mm unit 2point2
Mm unit 2point2Mm unit 2point2
Mm unit 2point2
 
Mm unit 2 point 1
Mm unit 2 point 1Mm unit 2 point 1
Mm unit 2 point 1
 
Mm unit 1point3
Mm unit 1point3Mm unit 1point3
Mm unit 1point3
 
Mm unit 1point2
Mm unit 1point2Mm unit 1point2
Mm unit 1point2
 
Mm unit 1point1
Mm unit 1point1Mm unit 1point1
Mm unit 1point1
 
Bdft ii, tmt, unit-iii, dyeing & types of dyeing,
Bdft ii, tmt, unit-iii,  dyeing & types of dyeing,Bdft ii, tmt, unit-iii,  dyeing & types of dyeing,
Bdft ii, tmt, unit-iii, dyeing & types of dyeing,
 
Bsc agri 2 pae u-4.4 publicrevenue-presentation-130208082149-phpapp02
Bsc agri  2 pae  u-4.4 publicrevenue-presentation-130208082149-phpapp02Bsc agri  2 pae  u-4.4 publicrevenue-presentation-130208082149-phpapp02
Bsc agri 2 pae u-4.4 publicrevenue-presentation-130208082149-phpapp02
 
Bsc agri 2 pae u-4.3 public expenditure
Bsc agri  2 pae  u-4.3 public expenditureBsc agri  2 pae  u-4.3 public expenditure
Bsc agri 2 pae u-4.3 public expenditure
 
Bsc agri 2 pae u-4.2 public finance
Bsc agri  2 pae  u-4.2 public financeBsc agri  2 pae  u-4.2 public finance
Bsc agri 2 pae u-4.2 public finance
 
Bsc agri 2 pae u-4.1 introduction
Bsc agri  2 pae  u-4.1 introductionBsc agri  2 pae  u-4.1 introduction
Bsc agri 2 pae u-4.1 introduction
 
Bsc agri 2 pae u-3.3 inflation
Bsc agri  2 pae  u-3.3  inflationBsc agri  2 pae  u-3.3  inflation
Bsc agri 2 pae u-3.3 inflation
 
Bsc agri 2 pae u-3.2 introduction to macro economics
Bsc agri  2 pae  u-3.2 introduction to macro economicsBsc agri  2 pae  u-3.2 introduction to macro economics
Bsc agri 2 pae u-3.2 introduction to macro economics
 
Bsc agri 2 pae u-3.1 marketstructure
Bsc agri  2 pae  u-3.1 marketstructureBsc agri  2 pae  u-3.1 marketstructure
Bsc agri 2 pae u-3.1 marketstructure
 
Bsc agri 2 pae u-3 perfect-competition
Bsc agri  2 pae  u-3 perfect-competitionBsc agri  2 pae  u-3 perfect-competition
Bsc agri 2 pae u-3 perfect-competition
 

Recently uploaded

What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 

B sc cs i bo-de u-i number system

  • 1.
  • 2.  An analog system has continuous range of values  A mercury thermometer  Vinyl records  Human eye  A digital system has a set of discrete values  Digital Thermometer  Compact Disc (CD)  Digital camera
  • 4.  • Discrete elements of information are represented with  bits called binary codes.
  • 6.  Review the decimal number system.  Base (Radix) is 10 - symbols (0,1, . . 9) Digits  For Numbers > 9, add more significant digits in position to the left, e.g. 19>9.  Each position carries a weight.  If we were to write 1936.25 using a power series expansion and base 10 arithmetic:
  • 7. The binary number system. Base is 2 - symbols (0,1) - Binary Digits (Bits) For Numbers > 1, add more significant digits in position to the left, e.g. 10>1. Each position carries a weight (using decimal). If we write 10111.01 using a decimal power series we convert from binary to decimal:
  • 8.  The octal number system  Its base is 8 à eight digits 0, 1, 2, 3, 4, 5, 6, 7 The hexadecimal number system – Its base is 16 à first 10 digits are borrowed from the decimal system and the letters A, B, C, D, E, F are used for the digits 10, 11, 12, 13, 14, 15
  • 9.  Conversion from decimal to binary:  Let each bit of a binary number be represented by a variable whose subscript = bit positions, i.e.,  Its decimal equivalent is:  It is necessary to separate the number into an integer part and a fraction: Repeatedly divide the decimal number by 2.
  • 10.
  • 11.  Conversion from decimal fraction to binary:  same method used for integers except multiplication is used instead of division.
  • 12.  Conversion from decimal to octal:  The decimal number is first divided by 8. The remainder is the LSB. The quotient is then divide by 8 and the remainder is the next significant bit and so on.  Convert 1122 to octal.
  • 13.
  • 14.  Conversion from and to binary, octal, and hexadecimal plays and important part in digital computers.  Since  each octal digit corresponds to 3 binary digits and each hexa digit corresponds to 4 binary digits.
  • 15.  1’s complement of N = ( -1) – N (N is a binary #)  1’s complement can be formed by changing 1’s to 0’s and 0’s to 1’s  2’s complement of a number is obtained by leaving all least significant 0’s and the first 1 unchanged, and replacing 1’s with 0’s and 0’s with 1 in all higher significant digits.  The 1’s complement of 1101011 = 0010100  The 2’s complement of 0110111 = 1001001 2n
  • 16.  Subtraction with digital hardware using complements:  Subtraction of two n-digit unsigned numbers M – N  base r:  1. Add M to the r’s complement of N: M + (r– N)  2. If M N, the sum will produce an end carry and is £ equal to rn that can be discarded. The result is then M – N.  3. If M N, the sum will not produce an end carry  and is equal to rn – (N – M)
  • 17.  Binary subtraction is done using the same procedure.  Subtract 1010100 – 1000011 using 2’s complement:
  • 18.  Subtract 1010100 – 1000011 using 1’s complement: A = 1010100  1’s complement of B =+0111100 Sum = 10010000 End-around carry = + 1 Answer = 0010001
  • 19.  Negative numbers must be initially in 2’s complement form and if the obtained sum is negative, it is in 2’s complement form.
  • 20.  Book References  Digital Logic and Computer Design – M. Morris Mano – Pearson  Fundamentals of Digital Circuits – A. Anand Kumar - PHI  Digital Electronics - Gothmen - PHI  Digital Electronics Principles - Malvino & Leech - MGH  Web References  www.electronics-tutorial.ws  www.asic-world.com  www.tutorial.points.com  Image references  http://www.youshouldgoaway.com/wp- content/uploads/2014/11/thankyou.jpg