SlideShare a Scribd company logo
1 of 47
CHAPTER-3: NUMBER SYSTEMS
In this chapter you will learn about:
 Non-positional number system
 Positional number system
 Decimal number system
 Binary number system
 Octal number system
 Hexadecimal number system
Ref Page 20 Chapter 3: Number Systems Slide 2/40
Learning Objectives
(Continued on next slide)
Learning Objectives
Ref Page 20 Chapter 3: Number Systems Slide 3/40
(Continued from previous slide..)
 Convert a number’s base
 Another base to decimal base
 Decimal base to another base
 Some base to another base
 Shortcut methods for converting
 Binary to octal number
 Octal to binary number
 Binary to hexadecimal number
 Hexadecimal to binary number
 Fractional numbers in binary number system
Two types of number systems are:
 Non-positional number systems
 Positional number systems
Ref Page 20 Chapter 3: Number Systems Slide 4/40
Number Systems
Computer Application in Management
 Characteristics
 Use symbols such as I for 1, II for 2, III for 3, IV for
4, V for 5, etc
 Each symbol represents the same value regardless of
its position in the number
 The symbols are simply added to find out the value of
a particular number
 Difficulty
 It is difficult to perform arithmetic with such a
number system
Ref Page 20 Chapter 3: Number Systems Slide 5/40
Non-positional Number Systems
 Characteristics
 Use only a few symbols called digits
 These symbols represent different values
depending on the position they occupy in
the number
Ref Page 20 Chapter 3: Number Systems Slide 6/40
Positional Number Systems
(Continued on next slide)
 The value of each digit is determined by:
1. The digit itself
2. The position of the digit in the number
3. The base of the number system
(base = total number of digits in the number system)
 The maximum value of a single digit is always equal
to one less than the value of the base
Ref Page 20 Chapter 3: Number Systems Slide 7/40
Positional Number Systems
(Continued from previous slide..)
Characteristics
 A positional number system
 Has 10 symbols or digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9).
Hence, its base = 10
 The maximum value of a single digit is 9 (one less
than the value of the base)
 Each position ofa digit represents a
specific power of the base (10)
 We use this number system in our day-to-day life
Ref Page 20 Chapter 3: Number Systems Slide 8/40
Decimal Number System
(Continued on next slide)
Example
258610 = (2 x 103) + (5 x 102) + (8 x 101) + (6 x 100)
= 2000 + 500 + 80 + 6
Ref Page 20 Chapter 3: Number Systems Slide 9/40
Decimal Number System
(Continued from previous slide..)
Characteristics
Ref Page 21 Chapter 3: Number Systems Slide 10/40
 A positional number system
 Has only 2 symbols or digits (0 and 1).
base = 2
Hence its
 The maximum value of a single digit is 1 (one less
than the value of the base)
 Each position of a digit represents a specific power
of the base (2)
 This number system is used in computers
Binary Number System
(Continued on next slide)
Binary Number System
Ref Page 21 Chapter 3: Number Systems Slide 11/40
(Continued from previous slide..)
Example
101012 = (1 x 24) + (0 x 23) + (1 x 22) + (0 x 21) x (1 x 20)
= 16 + 0 + 4 + 0 + 1
= 2110
In order to be specific about which number system we
are referring to, it is a common practice to indicate the
base as a subscript. Thus, we write:
101012 = 2110
Ref Page 21 Chapter 3: Number Systems Slide 12/40
Representing Numbers in Different Number
Systems
 Bit stands for binary digit
 A bit in computer terminology means either a 0 or a 1
 A binary number consisting of n bits is called an n-bit
number
Ref Page 21 Chapter 3: Number Systems Slide 13/40
Bit
Characteristics
 A positional number system
 Has total 8 symbols or digits (0, 1, 2, 3, 4, 5, 6, 7).
Hence, its base = 8
 The maximum value of a single digit is 7 (one less
than the value of the base
 Each position of a digit represents a specific power of
the base (8)
Ref Page 21 Chapter 3: Number Systems Slide 14/40
Octal Number System
(Continued on next slide)
Octal Number System
Ref Page 21 Chapter 3: Number Systems Slide 15/40
(Continued from previous slide..)
 Since there are only 8 digits, 3 bits (23 = 8) are
sufficient to represent any octal number in binary
Example
20578 = (2 x 83) + (0 x 82) + (5 x 81) + (7 x 80)
= 1024 + 0 + 40 + 7
= 107110
Characteristics
 A positional number system
 Has total 16 symbols or digits (0, 1, 2, 3, 4, 5, 6, 7,
8, 9, A, B, C, D, E, F). Hence its base = 16
 The symbols A, B, C, D, E and F represent the
decimal values 10, 11, 12, 13, 14 and 15
respectively
 The maximum value of a single digit is 15 (one less
than the value of the base)
Ref Page 21 Chapter 3: Number Systems Slide 16/40
Hexadecimal Number System
(Continued on next slide)
 Each position of a digit represents a specific power
of the base (16)
 Since there are only 16 digits, 4 bits (24 = 16) are
sufficient to represent any hexadecimal number in
binary
Example
Ref Page 21 Chapter 3: Number Systems Slide 17/40
1AF16 = (1 x 162) + (A x 161) + (F x 160)
= 1 x 256 + 10 x 16 + 15 x 1
= 256 + 160 + 15
= 43110
Hexadecimal Number System
(Continued from previous slide..)
Method
Step 1: Determine the column (positional) value of
each digit
Step 2: Multiply the obtained column values by the
digits in the corresponding columns
Step 3: Calculate the sum of these products
Ref Page 21 Chapter 3: Number Systems Slide 18/40
Converting a Number of Another Base to a
Decimal Number
(Continued on next slide)
47068 = 4 x 83 + 7 x 82 + 0 x 81 + 6 x 80
= 4 x 512 + 7 x 64 + 0 + 6 x 1
= 2048 + 448 + 0 + 6
= 250210
corresponding
digits
(Continued from previous slide..)
Example
47068 = ?10
Common
values
multiplied
by the
Sum of these
products
Converting a Number of Another Base to a
Decimal Number
Ref Page 21 Chapter 3: Number Systems Slide 19/40
Division-Remainder Method
Ref Page 21 Chapter 3: Number Systems Slide 20/40
Step 1: Divide the decimal number to be converted by
the value of the new base
Step 2: Record the remainder from Step 1 as the
rightmost digit (least significant digit) of the
new base number
Step 3: Divide the quotient of the previous divide by the
new base
Converting a Decimal Number to a Number of
Another Base
(Continued on next slide)
Step 4:
Ref Page 21 Chapter 3: Number Systems Slide 21/40
Record the remainder from Step 3 as the next
digit (to the left) of the new base number
Repeat Steps 3 and 4, recording remainders from right to
left, until the quotient becomes zero in Step 3
Note that the last remainder thus obtained will be the most
significant digit (MSD) of the new base number
Converting a Decimal Number to a Number of
Another Base
(Continued from previous slide..)
(Continued on next slide)
Remainder
s
8 952
119
14
1
Ref Page 21 Chapter 3: Number Systems Slide 22/40
(Continued from previous slide..)
Example
95210 = ?8
Solution:
0
7
6
1
0
Hence, 95210 = 16708
Converting a Decimal Number to a Number of
Another Base
Method
Step 1: Convert the original number to a decimal
number (base 10)
Ref Page 21 Chapter 3: Number Systems Slide 23/40
Step 2: Convert the decimal number so obtained to
the new base number
Converting a Number of Some Base to a Number
of Another Base
(Continued on next slide)
Method
Step 1: Divide the digits into groups of three starting
from the right
Step 2: Convert each group of three binary digits to
one octal digit using the method of binary to
decimal conversion
Ref Page 21 Chapter 3: Number Systems Slide 24/40
Shortcut Method for Converting a Binary Number
to its Equivalent Octal Number
(Continued on next slide)
Example
11010102 = ?8
Step 1: Divide the binary digits into groups of 3 starting
from right
001 101 010
Step 2: Convert each group into one octal digit
0012 = 0 x 22 + 0 x 21 + 1 x 20 = 1
1012 = 1 x 22 + 0 x 21 + 1 x 20 = 5
0102 = 0 x 22 + 1 x 21 + 0 x 20 = 2
Hence, 11010102 = 1528
Ref Page 21 Chapter 3: Number Systems Slide 25/40
(Continued from previous slide..)
Shortcut Method for Converting a Binary Number
to its Equivalent Octal Number
Method
Step 1:
Ref Page 21 Chapter 3: Number Systems Slide 26/40
Convert each octal digit to a 3 digit binary
number (the octal digits may be treated as
decimal for this conversion)
Step 2: Combine all
(of 3 digits
number
the resulting
each) into a
binary
single
groups
binary
Shortcut Method for Converting an Octal
Number to Its Equivalent Binary Number
(Continued on next slide)
Example
5628 = ?2
Step 1: Convert each octal digit to 3 binary digits
58 = 1012, 68 = 1102, 28 = 0102
Step 2: Combine the binary groups
Ref Page 21 Chapter 3: Number Systems Slide 27/40
5628 = 101 110 010
5 6 2
Hence, 5628 = 1011100102
(Continued from previous slide..)
Shortcut Method for Converting an Octal
Number to Its Equivalent Binary Number
Method
Step 1:
Ref Page 21 Chapter 3: Number Systems Slide 28/40
Divide the binary digits into groups of four
starting from the right
Combine each group of four binary digits to
one hexadecimal digit
Step 2:
Shortcut Method for Converting a Binary
Number to its Equivalent Hexadecimal Number
(Continued on next slide)
(Continued from previous slide..)
Example
1111012 = ?16
Ref Page 29 Chapter 3: Number Systems Slide 31/40
Step 1: Divide the binary digits into groups of four
starting from the right
0011 1101
Step 2: Convert each group into a hexadecimal digit
00112 = 0 x 23 + 0 x 22 + 1 x 21 + 1 x 20 = 310 = 316
11012 = 1 x 23 + 1 x 22 + 0 x 21 + 1 x 20 = 310 = D16
Hence, 1111012 = 3D16
Shortcut Method for Converting a Binary
Number to its Equivalent Hexadecimal Number
Method
Step 1: Convert the decimal equivalent of each
hexadecimal digit to a 4 digit binary
number
Step 2: Combine all the resulting binary groups
(of 4 digits each) in a single binary number
Ref Page 30 Chapter 3: Number Systems Slide 31/40
Shortcut Method for Converting a Hexadecimal
Number to its Equivalent Binary Number
(Continued on next slide)
(Continued from previous slide..)
Example
2AB16 = ?2
Step 1: Convert each hexadecimal digit to a 4 digit
binary number
Ref Page 31 Chapter 3: Number Systems Slide 31/40
216 = 210 = 00102
A16 = 1010 = 10102
B16 = 1110 = 10112
Shortcut Method for Converting a Hexadecimal
Number to its Equivalent Binary Number
Step 2: Combine the binary groups
Ref Page 32 Chapter 3: Number Systems Slide 31/40
2AB16 = 0010 1010 1011
2 A B
Hence, 2AB16 = 0010101010112
Shortcut Method for Converting a Hexadecimal
Number to its Equivalent Binary Number
(Continued from previous slide..)
Fractional Numbers
Ref Page 33 Chapter 3: Number Systems Slide 31/40
Fractional numbers are formed same way as decimal
number system
In general, a number in a number system with base b
would be written as:
an an-1… a0 . a-1 a-2 … a-m
And would be interpreted to mean:
an x bn + an-1 x bn-1 + … + a0 x b0 + a-1 x b-1 + a-2 x b-2 +
… + a-m x b-m
The symbols an, an-1, a-m
…, in above representation
should be one of the b symbols allowed in the number
system
Formation of Fractional Numbers in
Binary Number System (Example)
Position
Position Value
4 3 2 1 0 . -1 -2 -3 -4
24 23 22 21 20 2-1 2-2 2-3 2-4
Quantity
Represented
16 8 4 2 1 1/2
1/4
1/8
1/16
Binary Point
(Continued on next slide)
Ref Page 34 Chapter 3: Number Systems Slide 31/40
Example
110.1012 = 1 x 22 + 1 x 21 + 0 x 20 + 1 x 2-1 + 0 x 2-2 + 1 x 2-3
= 4 + 2 + 0 + 0.5 + 0 + 0.125
= 6.62510
Ref Page 35 Chapter 3: Number Systems Slide 31/40
Formation of Fractional Numbers in
Binary Number System (Example)
(Continued from previous slide..)
Position 3 2 1 0 . -1 -2 -3
Position Value 83 82 81 80 8-1 8-2 8-3
Quantity
Represented
512 64 8 1 1/8
1/64
1/512
Octal Point
Formation of Fractional Numbers in
Octal Number System (Example)
Ref Page 36 Chapter 3: Number Systems Slide 31/40
(Continued on next slide)
(Continued from previous slide..)
Example
127.548 = 1 x 82 + 2 x 81 + 7 x 80 + 5 x 8-1 + 4 x 8-2
= 64 + 16 + 7 + 5/8 + 4/64
= 87 + 0.625 + 0.0625
= 87.687510
Ref Page 37 Chapter 3: Number Systems Slide 31/40
Formation of Fractional Numbers in
Octal Number System (Example)
Activity
Exercise1: convert the following numbers to
decimal
a) (101.1)2
b) (101011)2
c) (724)8
d) (ABC)16
Solution:
a)
(101.1)2 = 1x22 + 0x21 +1x20+1x2-1
= 1x4 + 0x2 + 1x1 + 1x ½
= 4 + 0 + 1 + 0.5
= 5.5
b) (101011)2=> 1 x 20 = 1
1 x 21 = 2
0 x 22 = 0
1 x 23 = 8
0 x 24 = 0
1 x 25 = 32
(43)10
Solution
c) (724)8 => 4 x 80 = 4
2 x 81 = 16
7 x 82 = 448
(468)10
d) Solution
(ABC)16 => C x 160 = 12 x 1 = 12
B x 161 = 11 x 16 = 176
A x 162 = 10 x 256 = 2560
(2748)10
Convert
a)125 to binary
b)1234 to Octal
c)1234 to hexadecimal
Solution:
a)
(125)10 = 2 125
62 1
2
31 0
2
15 1
2
7 1
2
3 1
2
1 1
2
0 1
(125)10 = (1111101)2
Solution:
B)
(1234)10 =
8
2 3
8 1234
154 2
8
19 2
8
0 2
1234 = (2322)8
Solution:
C)
(1234)10 =
1234 = (4D2)16
16 1234
77 2
16
4 13 = D
16
0 4
Miscellaneous Examples:
1.Find the value of y if (123y)16= (11074)8
Solution:
1x163 + 2x162 + 3x161 +yx160 = 1x84 + 1x83 +0x82
+7x81 +4x80
1x4096 + 2x256 + 3x16 + yx1 = 4668
4096 + 512 + 48 +y = 4668
4656 + y = 4668
y = 4668 – 4656
y =12
y = C
Miscellaneous Examples:
2. Find the value of y if (1110)3=(124)y
Solution
1x33 + 1x32 + 1x31 + 0x30 = 1xy2 + 2xy1 + 4xy0
1x27 + 1x9 +1x3 + 0x1 = y2 + 2y + 4
27 + 9 + 3 + 0 = y2 + 2y + 4
y2 + 2y + 4-39 = 0
y2 + 2y - 35 = 0
(y – 5) (y + 7) = 0
y = 5 or y = -7
Therefore, since the base cannot be negative, the answer is y = 5
Key Words/Phrases
Ref Page 47 Chapter 3: Number Systems Slide 31/40
 Base
 Binary number system
 Binary point
 Bit
 Decimal number system
 Division-Remainder technique
 Fractional numbers
 Hexadecimal number system
 Number system
 Octal number system
 Positional number system

More Related Content

Similar to Chapter 03-Number System-Computer Application.pptx

1663694151.pdf
1663694151.pdf1663694151.pdf
1663694151.pdfnostavimle
 
numbersystem-211022083557.pdf
numbersystem-211022083557.pdfnumbersystem-211022083557.pdf
numbersystem-211022083557.pdfAsthaChaurasia4
 
Number system computer fundamental
 Number  system computer fundamental  Number  system computer fundamental
Number system computer fundamental Aman anand kumar
 
Chapter two FHI.pptx
Chapter two FHI.pptxChapter two FHI.pptx
Chapter two FHI.pptxODAATUBE1
 
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
 
04 chapter03 02_numbers_systems_student_version_fa16
04 chapter03 02_numbers_systems_student_version_fa1604 chapter03 02_numbers_systems_student_version_fa16
04 chapter03 02_numbers_systems_student_version_fa16John Todora
 
Module 1 number systems and code1
Module 1  number systems and code1Module 1  number systems and code1
Module 1 number systems and code1Deepak John
 
Number systems and conversions
Number systems and conversionsNumber systems and conversions
Number systems and conversionsSusantha Herath
 
Number system....
Number system....Number system....
Number system....mshoaib15
 
dtei-180910104911-converted.pptx
dtei-180910104911-converted.pptxdtei-180910104911-converted.pptx
dtei-180910104911-converted.pptxdeepaMS4
 

Similar to Chapter 03-Number System-Computer Application.pptx (20)

1663694151.pdf
1663694151.pdf1663694151.pdf
1663694151.pdf
 
Computer Number system
Computer Number systemComputer Number system
Computer Number system
 
numbersystem-211022083557.pdf
numbersystem-211022083557.pdfnumbersystem-211022083557.pdf
numbersystem-211022083557.pdf
 
Number system computer fundamental
 Number  system computer fundamental  Number  system computer fundamental
Number system computer fundamental
 
Chapter two FHI.pptx
Chapter two FHI.pptxChapter two FHI.pptx
Chapter two FHI.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...
 
04 chapter03 02_numbers_systems_student_version_fa16
04 chapter03 02_numbers_systems_student_version_fa1604 chapter03 02_numbers_systems_student_version_fa16
04 chapter03 02_numbers_systems_student_version_fa16
 
Module 1 number systems and code1
Module 1  number systems and code1Module 1  number systems and code1
Module 1 number systems and code1
 
Number System.pptx
Number System.pptxNumber System.pptx
Number System.pptx
 
Number system
Number system  Number system
Number system
 
Chapter 3.pptx
Chapter 3.pptxChapter 3.pptx
Chapter 3.pptx
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
 
Number systems and conversions
Number systems and conversionsNumber systems and conversions
Number systems and conversions
 
NUMBER SYSTEM.pptx
NUMBER  SYSTEM.pptxNUMBER  SYSTEM.pptx
NUMBER SYSTEM.pptx
 
Digital Electronics Notes.pdf
Digital Electronics Notes.pdfDigital Electronics Notes.pdf
Digital Electronics Notes.pdf
 
Basic of number system
Basic of number systemBasic of number system
Basic of number system
 
Number system....
Number system....Number system....
Number system....
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.pptx
 
dtei-180910104911-converted.pptx
dtei-180910104911-converted.pptxdtei-180910104911-converted.pptx
dtei-180910104911-converted.pptx
 
Number system
Number systemNumber system
Number system
 

More from gadisaAdamu

Chapter 1. Introduction to Software Engineering.pptx
Chapter 1. Introduction to Software Engineering.pptxChapter 1. Introduction to Software Engineering.pptx
Chapter 1. Introduction to Software Engineering.pptxgadisaAdamu
 
Chapter_2_Software_Development_Life_Cycle_and_Process_Models.pptx
Chapter_2_Software_Development_Life_Cycle_and_Process_Models.pptxChapter_2_Software_Development_Life_Cycle_and_Process_Models.pptx
Chapter_2_Software_Development_Life_Cycle_and_Process_Models.pptxgadisaAdamu
 
Chapter 4 Software Project Planning.pptx
Chapter 4 Software Project Planning.pptxChapter 4 Software Project Planning.pptx
Chapter 4 Software Project Planning.pptxgadisaAdamu
 
Chapter 5 Software Design of software engineering.pptx
Chapter 5 Software Design of software engineering.pptxChapter 5 Software Design of software engineering.pptx
Chapter 5 Software Design of software engineering.pptxgadisaAdamu
 
Chapter 7 - Resource Monitoring & Management.ppt
Chapter 7 - Resource Monitoring & Management.pptChapter 7 - Resource Monitoring & Management.ppt
Chapter 7 - Resource Monitoring & Management.pptgadisaAdamu
 
Chapter_2_Network_Operating_System_NOS_and_Windows_Network_Concepts.pptx
Chapter_2_Network_Operating_System_NOS_and_Windows_Network_Concepts.pptxChapter_2_Network_Operating_System_NOS_and_Windows_Network_Concepts.pptx
Chapter_2_Network_Operating_System_NOS_and_Windows_Network_Concepts.pptxgadisaAdamu
 
Chapter 8 - nsa Introduction to Linux.ppt
Chapter 8 -  nsa Introduction to Linux.pptChapter 8 -  nsa Introduction to Linux.ppt
Chapter 8 - nsa Introduction to Linux.pptgadisaAdamu
 
Derartu Habtamu research Presentation.pptx
Derartu Habtamu  research Presentation.pptxDerartu Habtamu  research Presentation.pptx
Derartu Habtamu research Presentation.pptxgadisaAdamu
 
Chapter five software Software Design.pptx
Chapter five software  Software Design.pptxChapter five software  Software Design.pptx
Chapter five software Software Design.pptxgadisaAdamu
 
OSI open system interconnection LAYERS.pdf
OSI open system interconnection LAYERS.pdfOSI open system interconnection LAYERS.pdf
OSI open system interconnection LAYERS.pdfgadisaAdamu
 
computer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptxcomputer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptxgadisaAdamu
 
IP Address in data communication and computer notework.ppt
IP Address in data communication and computer notework.pptIP Address in data communication and computer notework.ppt
IP Address in data communication and computer notework.pptgadisaAdamu
 
ERROR DETECTION data communication and computer network.pptx
ERROR DETECTION data communication and computer network.pptxERROR DETECTION data communication and computer network.pptx
ERROR DETECTION data communication and computer network.pptxgadisaAdamu
 
Ch1Intro.pdf Computer organization and org.
Ch1Intro.pdf Computer organization and org.Ch1Intro.pdf Computer organization and org.
Ch1Intro.pdf Computer organization and org.gadisaAdamu
 
Computer application-chapter four lecture note. pptx
Computer application-chapter four lecture note. pptxComputer application-chapter four lecture note. pptx
Computer application-chapter four lecture note. pptxgadisaAdamu
 
Computer application lecture note-Chapter-5.pptx
Computer application lecture note-Chapter-5.pptxComputer application lecture note-Chapter-5.pptx
Computer application lecture note-Chapter-5.pptxgadisaAdamu
 
Chapter one-Introduction to Computer.pptx
Chapter one-Introduction to Computer.pptxChapter one-Introduction to Computer.pptx
Chapter one-Introduction to Computer.pptxgadisaAdamu
 
Chapter Three, four, five and six.ppt ITEtx
Chapter Three, four, five and six.ppt ITEtxChapter Three, four, five and six.ppt ITEtx
Chapter Three, four, five and six.ppt ITEtxgadisaAdamu
 
Chapter One & Two.pptx introduction to emerging Technology
Chapter One & Two.pptx introduction to emerging TechnologyChapter One & Two.pptx introduction to emerging Technology
Chapter One & Two.pptx introduction to emerging TechnologygadisaAdamu
 
Compiler chapter six .ppt course material
Compiler chapter six .ppt course materialCompiler chapter six .ppt course material
Compiler chapter six .ppt course materialgadisaAdamu
 

More from gadisaAdamu (20)

Chapter 1. Introduction to Software Engineering.pptx
Chapter 1. Introduction to Software Engineering.pptxChapter 1. Introduction to Software Engineering.pptx
Chapter 1. Introduction to Software Engineering.pptx
 
Chapter_2_Software_Development_Life_Cycle_and_Process_Models.pptx
Chapter_2_Software_Development_Life_Cycle_and_Process_Models.pptxChapter_2_Software_Development_Life_Cycle_and_Process_Models.pptx
Chapter_2_Software_Development_Life_Cycle_and_Process_Models.pptx
 
Chapter 4 Software Project Planning.pptx
Chapter 4 Software Project Planning.pptxChapter 4 Software Project Planning.pptx
Chapter 4 Software Project Planning.pptx
 
Chapter 5 Software Design of software engineering.pptx
Chapter 5 Software Design of software engineering.pptxChapter 5 Software Design of software engineering.pptx
Chapter 5 Software Design of software engineering.pptx
 
Chapter 7 - Resource Monitoring & Management.ppt
Chapter 7 - Resource Monitoring & Management.pptChapter 7 - Resource Monitoring & Management.ppt
Chapter 7 - Resource Monitoring & Management.ppt
 
Chapter_2_Network_Operating_System_NOS_and_Windows_Network_Concepts.pptx
Chapter_2_Network_Operating_System_NOS_and_Windows_Network_Concepts.pptxChapter_2_Network_Operating_System_NOS_and_Windows_Network_Concepts.pptx
Chapter_2_Network_Operating_System_NOS_and_Windows_Network_Concepts.pptx
 
Chapter 8 - nsa Introduction to Linux.ppt
Chapter 8 -  nsa Introduction to Linux.pptChapter 8 -  nsa Introduction to Linux.ppt
Chapter 8 - nsa Introduction to Linux.ppt
 
Derartu Habtamu research Presentation.pptx
Derartu Habtamu  research Presentation.pptxDerartu Habtamu  research Presentation.pptx
Derartu Habtamu research Presentation.pptx
 
Chapter five software Software Design.pptx
Chapter five software  Software Design.pptxChapter five software  Software Design.pptx
Chapter five software Software Design.pptx
 
OSI open system interconnection LAYERS.pdf
OSI open system interconnection LAYERS.pdfOSI open system interconnection LAYERS.pdf
OSI open system interconnection LAYERS.pdf
 
computer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptxcomputer network and chapter 7 OSI layers.pptx
computer network and chapter 7 OSI layers.pptx
 
IP Address in data communication and computer notework.ppt
IP Address in data communication and computer notework.pptIP Address in data communication and computer notework.ppt
IP Address in data communication and computer notework.ppt
 
ERROR DETECTION data communication and computer network.pptx
ERROR DETECTION data communication and computer network.pptxERROR DETECTION data communication and computer network.pptx
ERROR DETECTION data communication and computer network.pptx
 
Ch1Intro.pdf Computer organization and org.
Ch1Intro.pdf Computer organization and org.Ch1Intro.pdf Computer organization and org.
Ch1Intro.pdf Computer organization and org.
 
Computer application-chapter four lecture note. pptx
Computer application-chapter four lecture note. pptxComputer application-chapter four lecture note. pptx
Computer application-chapter four lecture note. pptx
 
Computer application lecture note-Chapter-5.pptx
Computer application lecture note-Chapter-5.pptxComputer application lecture note-Chapter-5.pptx
Computer application lecture note-Chapter-5.pptx
 
Chapter one-Introduction to Computer.pptx
Chapter one-Introduction to Computer.pptxChapter one-Introduction to Computer.pptx
Chapter one-Introduction to Computer.pptx
 
Chapter Three, four, five and six.ppt ITEtx
Chapter Three, four, five and six.ppt ITEtxChapter Three, four, five and six.ppt ITEtx
Chapter Three, four, five and six.ppt ITEtx
 
Chapter One & Two.pptx introduction to emerging Technology
Chapter One & Two.pptx introduction to emerging TechnologyChapter One & Two.pptx introduction to emerging Technology
Chapter One & Two.pptx introduction to emerging Technology
 
Compiler chapter six .ppt course material
Compiler chapter six .ppt course materialCompiler chapter six .ppt course material
Compiler chapter six .ppt course material
 

Recently uploaded

Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 

Recently uploaded (20)

Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 

Chapter 03-Number System-Computer Application.pptx

  • 2. In this chapter you will learn about:  Non-positional number system  Positional number system  Decimal number system  Binary number system  Octal number system  Hexadecimal number system Ref Page 20 Chapter 3: Number Systems Slide 2/40 Learning Objectives (Continued on next slide)
  • 3. Learning Objectives Ref Page 20 Chapter 3: Number Systems Slide 3/40 (Continued from previous slide..)  Convert a number’s base  Another base to decimal base  Decimal base to another base  Some base to another base  Shortcut methods for converting  Binary to octal number  Octal to binary number  Binary to hexadecimal number  Hexadecimal to binary number  Fractional numbers in binary number system
  • 4. Two types of number systems are:  Non-positional number systems  Positional number systems Ref Page 20 Chapter 3: Number Systems Slide 4/40 Number Systems
  • 5. Computer Application in Management  Characteristics  Use symbols such as I for 1, II for 2, III for 3, IV for 4, V for 5, etc  Each symbol represents the same value regardless of its position in the number  The symbols are simply added to find out the value of a particular number  Difficulty  It is difficult to perform arithmetic with such a number system Ref Page 20 Chapter 3: Number Systems Slide 5/40 Non-positional Number Systems
  • 6.  Characteristics  Use only a few symbols called digits  These symbols represent different values depending on the position they occupy in the number Ref Page 20 Chapter 3: Number Systems Slide 6/40 Positional Number Systems (Continued on next slide)
  • 7.  The value of each digit is determined by: 1. The digit itself 2. The position of the digit in the number 3. The base of the number system (base = total number of digits in the number system)  The maximum value of a single digit is always equal to one less than the value of the base Ref Page 20 Chapter 3: Number Systems Slide 7/40 Positional Number Systems (Continued from previous slide..)
  • 8. Characteristics  A positional number system  Has 10 symbols or digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9). Hence, its base = 10  The maximum value of a single digit is 9 (one less than the value of the base)  Each position ofa digit represents a specific power of the base (10)  We use this number system in our day-to-day life Ref Page 20 Chapter 3: Number Systems Slide 8/40 Decimal Number System (Continued on next slide)
  • 9. Example 258610 = (2 x 103) + (5 x 102) + (8 x 101) + (6 x 100) = 2000 + 500 + 80 + 6 Ref Page 20 Chapter 3: Number Systems Slide 9/40 Decimal Number System (Continued from previous slide..)
  • 10. Characteristics Ref Page 21 Chapter 3: Number Systems Slide 10/40  A positional number system  Has only 2 symbols or digits (0 and 1). base = 2 Hence its  The maximum value of a single digit is 1 (one less than the value of the base)  Each position of a digit represents a specific power of the base (2)  This number system is used in computers Binary Number System (Continued on next slide)
  • 11. Binary Number System Ref Page 21 Chapter 3: Number Systems Slide 11/40 (Continued from previous slide..) Example 101012 = (1 x 24) + (0 x 23) + (1 x 22) + (0 x 21) x (1 x 20) = 16 + 0 + 4 + 0 + 1 = 2110
  • 12. In order to be specific about which number system we are referring to, it is a common practice to indicate the base as a subscript. Thus, we write: 101012 = 2110 Ref Page 21 Chapter 3: Number Systems Slide 12/40 Representing Numbers in Different Number Systems
  • 13.  Bit stands for binary digit  A bit in computer terminology means either a 0 or a 1  A binary number consisting of n bits is called an n-bit number Ref Page 21 Chapter 3: Number Systems Slide 13/40 Bit
  • 14. Characteristics  A positional number system  Has total 8 symbols or digits (0, 1, 2, 3, 4, 5, 6, 7). Hence, its base = 8  The maximum value of a single digit is 7 (one less than the value of the base  Each position of a digit represents a specific power of the base (8) Ref Page 21 Chapter 3: Number Systems Slide 14/40 Octal Number System (Continued on next slide)
  • 15. Octal Number System Ref Page 21 Chapter 3: Number Systems Slide 15/40 (Continued from previous slide..)  Since there are only 8 digits, 3 bits (23 = 8) are sufficient to represent any octal number in binary Example 20578 = (2 x 83) + (0 x 82) + (5 x 81) + (7 x 80) = 1024 + 0 + 40 + 7 = 107110
  • 16. Characteristics  A positional number system  Has total 16 symbols or digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F). Hence its base = 16  The symbols A, B, C, D, E and F represent the decimal values 10, 11, 12, 13, 14 and 15 respectively  The maximum value of a single digit is 15 (one less than the value of the base) Ref Page 21 Chapter 3: Number Systems Slide 16/40 Hexadecimal Number System (Continued on next slide)
  • 17.  Each position of a digit represents a specific power of the base (16)  Since there are only 16 digits, 4 bits (24 = 16) are sufficient to represent any hexadecimal number in binary Example Ref Page 21 Chapter 3: Number Systems Slide 17/40 1AF16 = (1 x 162) + (A x 161) + (F x 160) = 1 x 256 + 10 x 16 + 15 x 1 = 256 + 160 + 15 = 43110 Hexadecimal Number System (Continued from previous slide..)
  • 18. Method Step 1: Determine the column (positional) value of each digit Step 2: Multiply the obtained column values by the digits in the corresponding columns Step 3: Calculate the sum of these products Ref Page 21 Chapter 3: Number Systems Slide 18/40 Converting a Number of Another Base to a Decimal Number (Continued on next slide)
  • 19. 47068 = 4 x 83 + 7 x 82 + 0 x 81 + 6 x 80 = 4 x 512 + 7 x 64 + 0 + 6 x 1 = 2048 + 448 + 0 + 6 = 250210 corresponding digits (Continued from previous slide..) Example 47068 = ?10 Common values multiplied by the Sum of these products Converting a Number of Another Base to a Decimal Number Ref Page 21 Chapter 3: Number Systems Slide 19/40
  • 20. Division-Remainder Method Ref Page 21 Chapter 3: Number Systems Slide 20/40 Step 1: Divide the decimal number to be converted by the value of the new base Step 2: Record the remainder from Step 1 as the rightmost digit (least significant digit) of the new base number Step 3: Divide the quotient of the previous divide by the new base Converting a Decimal Number to a Number of Another Base (Continued on next slide)
  • 21. Step 4: Ref Page 21 Chapter 3: Number Systems Slide 21/40 Record the remainder from Step 3 as the next digit (to the left) of the new base number Repeat Steps 3 and 4, recording remainders from right to left, until the quotient becomes zero in Step 3 Note that the last remainder thus obtained will be the most significant digit (MSD) of the new base number Converting a Decimal Number to a Number of Another Base (Continued from previous slide..) (Continued on next slide)
  • 22. Remainder s 8 952 119 14 1 Ref Page 21 Chapter 3: Number Systems Slide 22/40 (Continued from previous slide..) Example 95210 = ?8 Solution: 0 7 6 1 0 Hence, 95210 = 16708 Converting a Decimal Number to a Number of Another Base
  • 23. Method Step 1: Convert the original number to a decimal number (base 10) Ref Page 21 Chapter 3: Number Systems Slide 23/40 Step 2: Convert the decimal number so obtained to the new base number Converting a Number of Some Base to a Number of Another Base (Continued on next slide)
  • 24. Method Step 1: Divide the digits into groups of three starting from the right Step 2: Convert each group of three binary digits to one octal digit using the method of binary to decimal conversion Ref Page 21 Chapter 3: Number Systems Slide 24/40 Shortcut Method for Converting a Binary Number to its Equivalent Octal Number (Continued on next slide)
  • 25. Example 11010102 = ?8 Step 1: Divide the binary digits into groups of 3 starting from right 001 101 010 Step 2: Convert each group into one octal digit 0012 = 0 x 22 + 0 x 21 + 1 x 20 = 1 1012 = 1 x 22 + 0 x 21 + 1 x 20 = 5 0102 = 0 x 22 + 1 x 21 + 0 x 20 = 2 Hence, 11010102 = 1528 Ref Page 21 Chapter 3: Number Systems Slide 25/40 (Continued from previous slide..) Shortcut Method for Converting a Binary Number to its Equivalent Octal Number
  • 26. Method Step 1: Ref Page 21 Chapter 3: Number Systems Slide 26/40 Convert each octal digit to a 3 digit binary number (the octal digits may be treated as decimal for this conversion) Step 2: Combine all (of 3 digits number the resulting each) into a binary single groups binary Shortcut Method for Converting an Octal Number to Its Equivalent Binary Number (Continued on next slide)
  • 27. Example 5628 = ?2 Step 1: Convert each octal digit to 3 binary digits 58 = 1012, 68 = 1102, 28 = 0102 Step 2: Combine the binary groups Ref Page 21 Chapter 3: Number Systems Slide 27/40 5628 = 101 110 010 5 6 2 Hence, 5628 = 1011100102 (Continued from previous slide..) Shortcut Method for Converting an Octal Number to Its Equivalent Binary Number
  • 28. Method Step 1: Ref Page 21 Chapter 3: Number Systems Slide 28/40 Divide the binary digits into groups of four starting from the right Combine each group of four binary digits to one hexadecimal digit Step 2: Shortcut Method for Converting a Binary Number to its Equivalent Hexadecimal Number (Continued on next slide)
  • 29. (Continued from previous slide..) Example 1111012 = ?16 Ref Page 29 Chapter 3: Number Systems Slide 31/40 Step 1: Divide the binary digits into groups of four starting from the right 0011 1101 Step 2: Convert each group into a hexadecimal digit 00112 = 0 x 23 + 0 x 22 + 1 x 21 + 1 x 20 = 310 = 316 11012 = 1 x 23 + 1 x 22 + 0 x 21 + 1 x 20 = 310 = D16 Hence, 1111012 = 3D16 Shortcut Method for Converting a Binary Number to its Equivalent Hexadecimal Number
  • 30. Method Step 1: Convert the decimal equivalent of each hexadecimal digit to a 4 digit binary number Step 2: Combine all the resulting binary groups (of 4 digits each) in a single binary number Ref Page 30 Chapter 3: Number Systems Slide 31/40 Shortcut Method for Converting a Hexadecimal Number to its Equivalent Binary Number (Continued on next slide)
  • 31. (Continued from previous slide..) Example 2AB16 = ?2 Step 1: Convert each hexadecimal digit to a 4 digit binary number Ref Page 31 Chapter 3: Number Systems Slide 31/40 216 = 210 = 00102 A16 = 1010 = 10102 B16 = 1110 = 10112 Shortcut Method for Converting a Hexadecimal Number to its Equivalent Binary Number
  • 32. Step 2: Combine the binary groups Ref Page 32 Chapter 3: Number Systems Slide 31/40 2AB16 = 0010 1010 1011 2 A B Hence, 2AB16 = 0010101010112 Shortcut Method for Converting a Hexadecimal Number to its Equivalent Binary Number (Continued from previous slide..)
  • 33. Fractional Numbers Ref Page 33 Chapter 3: Number Systems Slide 31/40 Fractional numbers are formed same way as decimal number system In general, a number in a number system with base b would be written as: an an-1… a0 . a-1 a-2 … a-m And would be interpreted to mean: an x bn + an-1 x bn-1 + … + a0 x b0 + a-1 x b-1 + a-2 x b-2 + … + a-m x b-m The symbols an, an-1, a-m …, in above representation should be one of the b symbols allowed in the number system
  • 34. Formation of Fractional Numbers in Binary Number System (Example) Position Position Value 4 3 2 1 0 . -1 -2 -3 -4 24 23 22 21 20 2-1 2-2 2-3 2-4 Quantity Represented 16 8 4 2 1 1/2 1/4 1/8 1/16 Binary Point (Continued on next slide) Ref Page 34 Chapter 3: Number Systems Slide 31/40
  • 35. Example 110.1012 = 1 x 22 + 1 x 21 + 0 x 20 + 1 x 2-1 + 0 x 2-2 + 1 x 2-3 = 4 + 2 + 0 + 0.5 + 0 + 0.125 = 6.62510 Ref Page 35 Chapter 3: Number Systems Slide 31/40 Formation of Fractional Numbers in Binary Number System (Example) (Continued from previous slide..)
  • 36. Position 3 2 1 0 . -1 -2 -3 Position Value 83 82 81 80 8-1 8-2 8-3 Quantity Represented 512 64 8 1 1/8 1/64 1/512 Octal Point Formation of Fractional Numbers in Octal Number System (Example) Ref Page 36 Chapter 3: Number Systems Slide 31/40 (Continued on next slide)
  • 37. (Continued from previous slide..) Example 127.548 = 1 x 82 + 2 x 81 + 7 x 80 + 5 x 8-1 + 4 x 8-2 = 64 + 16 + 7 + 5/8 + 4/64 = 87 + 0.625 + 0.0625 = 87.687510 Ref Page 37 Chapter 3: Number Systems Slide 31/40 Formation of Fractional Numbers in Octal Number System (Example)
  • 38. Activity Exercise1: convert the following numbers to decimal a) (101.1)2 b) (101011)2 c) (724)8 d) (ABC)16
  • 39. Solution: a) (101.1)2 = 1x22 + 0x21 +1x20+1x2-1 = 1x4 + 0x2 + 1x1 + 1x ½ = 4 + 0 + 1 + 0.5 = 5.5 b) (101011)2=> 1 x 20 = 1 1 x 21 = 2 0 x 22 = 0 1 x 23 = 8 0 x 24 = 0 1 x 25 = 32 (43)10
  • 40. Solution c) (724)8 => 4 x 80 = 4 2 x 81 = 16 7 x 82 = 448 (468)10 d) Solution (ABC)16 => C x 160 = 12 x 1 = 12 B x 161 = 11 x 16 = 176 A x 162 = 10 x 256 = 2560 (2748)10
  • 41. Convert a)125 to binary b)1234 to Octal c)1234 to hexadecimal
  • 42. Solution: a) (125)10 = 2 125 62 1 2 31 0 2 15 1 2 7 1 2 3 1 2 1 1 2 0 1 (125)10 = (1111101)2
  • 43. Solution: B) (1234)10 = 8 2 3 8 1234 154 2 8 19 2 8 0 2 1234 = (2322)8
  • 44. Solution: C) (1234)10 = 1234 = (4D2)16 16 1234 77 2 16 4 13 = D 16 0 4
  • 45. Miscellaneous Examples: 1.Find the value of y if (123y)16= (11074)8 Solution: 1x163 + 2x162 + 3x161 +yx160 = 1x84 + 1x83 +0x82 +7x81 +4x80 1x4096 + 2x256 + 3x16 + yx1 = 4668 4096 + 512 + 48 +y = 4668 4656 + y = 4668 y = 4668 – 4656 y =12 y = C
  • 46. Miscellaneous Examples: 2. Find the value of y if (1110)3=(124)y Solution 1x33 + 1x32 + 1x31 + 0x30 = 1xy2 + 2xy1 + 4xy0 1x27 + 1x9 +1x3 + 0x1 = y2 + 2y + 4 27 + 9 + 3 + 0 = y2 + 2y + 4 y2 + 2y + 4-39 = 0 y2 + 2y - 35 = 0 (y – 5) (y + 7) = 0 y = 5 or y = -7 Therefore, since the base cannot be negative, the answer is y = 5
  • 47. Key Words/Phrases Ref Page 47 Chapter 3: Number Systems Slide 31/40  Base  Binary number system  Binary point  Bit  Decimal number system  Division-Remainder technique  Fractional numbers  Hexadecimal number system  Number system  Octal number system  Positional number system