SlideShare a Scribd company logo
3
Most read
7
Most read
11
Most read
NUMBER SYSTEM
SHILPA KRISHNA
RESEARCH SCHOLAR
NUMBER SYSTEM
DECIMAL BINARY OCTAL HEXADECIMAL
DECIMALNUMBER SYSTEM
• The number system that we use in our day-to-life
• In this number the base is 10.ie,total number of digits or
symbols is ten.
• Example:
The value of the decimal number 4137 is calculated as -
4*1000 + 1*100 + 3*10 + 7*1
7000 100 30 7
Thousands Hundreds Tens Units
Position position position position
BINARY NUMBER SYSTEM
• Number system has two symbols 0(zero) and 1(one) called
Binary Digits or bits. Its base is 2.
• The weights assigned to bits in this system are powers of 2,
namely 20 , 21 , 22 ……
1 0 1 0 1
Most Significant Bit Least Significant Bit
OCTALNUMBER SYSTEM
• In this system there are only 8 digits ie.
0,1,2,3,4,5,6,7
• Its base is 8. Each position in an octal
number represents a power of 8
ie, 80 , 81 , 82 …….
HEXADECIMALNUMBER SYSTEM
• Number system has 16 digits. Base is 16
• In this system the first 10 digits are the digits of a
decimal system 0,1,2,3,4,5,6,7,8,9
• The remaining six digits are denoted by
A,B,C,D,E,F representing the decimal values
10,11,12,13,14,15 respectively
CONVERSION OF DECIMAL
NUMBER TO BINARY
• Find the binary equivalent of (23)10
2 23
2 11 1 LSB
2 5 1
2 2 1
2 1 0
0 1 MSB
(23)10 = (10111)2
CONVERSION OF DECIMAL
NUMBER TO OCTAL
(3451)10 = ()8 ?
8 3451
8 438 3 LSB
8 54 6
8 6 6
0 6 MSB
(3451)10 = (6663)8
CONVERSION OF DECIMAL
NUMBER TO HEXADECIMAL
(710)10 = ()16 ?
16 710
16 44 6
16 2 12
0 2
(710)10 = (2C6)16
CONVERSION OF BINARY
NUMBER TO DECIMAL
(1110101)2 = ()10 ?
(1*26) + (1*25) + (1*24) + (0*23) + (1*22) + (0*21) + (1*20)
64 32 16 0 4 0 1
= 117
(1110101)2 = (117)10
CONVERSION OF BINARY
NUMBER TO OCTAL
SHORTCUT METHOD Example:
(1101010)2 = ()8?
001 101 010
1 5 2
(1101010)2
= (152)8
OCTAL NUMBER BINARY
EQUIVALENT
0 000
1 001
2 010
3 011
4 100
5 101
6 110
7 111
CONVERSION OF BINARY
NUMBER TO HEXADECIMAL
SHORTCUT METHOD
Example:
(11010011)2 = 1101 0011
D 3
= (D3)16
DECIMAL HEXA
DECIMAL
BINARY
0 0 0000
1 1 0001
2 2 0010
3 3 0011
4 4 0100
5 5 0101
6 6 0110
7 7 0111
8 8 1000
9 9 1001
DECIMAL HEXA
DECIMAL
BINARY
10 A 1010
11 B 1011
12 C 1100
13 D 1101
14 E 1110
15 F 1111
CONVERSION OF OCTAL
NUMBER TO DECIMAL
Example:
(325)8 = ()10 ?
(3*82) + (2*81) + (5*80)
3*64 + 2*8 + 5*1
192 + 16 + 5
= 213
(325)8 = (213)10
CONVERSION OF OCTAL
NUMBER TO BINARY
SHORTCUT METHOD
(6751)8 = ( )2 ?
68 = 110
78 = 111
58 = 101
18 = 001
Hence (6751)8 = (110111101001)2
CONVERSION OF OCTAL
NUMBER TO HEXADECIMAL
(125)8 =( )16 ?
Step 1 : convert octal number to decimal
(1*82) + (2*81) + (5*80)
64 + 16 + 5
= 85
Step 2 : convert decimal number to hexadecimal
16 85
16 5 5
0 5
(125)8 = (55)16
CONVERSION OF HEXADECIMAL
NUMBER TO DECIMAL
(34F)16 = ( )10 ?
(3*162) + (4*161) + (F*160)
(3*256) + (4*16) + (15*1)
768 + 64 + 15
= 847
(34F)16 = (847)10
CONVERSION OF HEXADECIMAL
NUMBER TO BINARY
(ABC)16 = ( )2 ?
A B C
1010 1011 1100
(ABC)16 = (101010111100)2
CONVERSION OF HEXADECIMAL
NUMBER TO OCTAL
(C1)16 = ( )8 ?
(C*161) + (1*160)
(12*16) + (1*1)
192 + 1 = 193 (decimal form)
8 193
8 24 1
8 3 0
0 3
(C1)16 = (301)8
THANK YOU FOR WATCHING

More Related Content

PDF
Lecture-2(2): Number System & Conversion
PPT
Conversion of number system
PPTX
Number system computer fundamental
PPTX
Number system
PDF
Data representation in computers
PPT
Number system
PPTX
Number system....
PPTX
Decimal, Binary, Octal, And Hexadecimal number systems.
Lecture-2(2): Number System & Conversion
Conversion of number system
Number system computer fundamental
Number system
Data representation in computers
Number system
Number system....
Decimal, Binary, Octal, And Hexadecimal number systems.

What's hot (20)

PPT
Hexadecimal numbers
PPTX
Binary number system
PPSX
Basic of number system
PDF
Floating point presentation
PPTX
1s and 2s complement
PPTX
PPTX
Computer Number system
PPTX
Binary addition.pptx
PPT
binary number system
PPTX
Number System (Binary,octal,Decimal,Hexadecimal)
PDF
Binary codes
PPT
Number system
PDF
Binary codes
PPTX
Number system conversion
PPTX
Trees in data structures
PPTX
Number system
PPTX
1.1.2 HEXADECIMAL
PDF
Signed Binary Numbers
PPTX
Decoder Full Presentation
Hexadecimal numbers
Binary number system
Basic of number system
Floating point presentation
1s and 2s complement
Computer Number system
Binary addition.pptx
binary number system
Number System (Binary,octal,Decimal,Hexadecimal)
Binary codes
Number system
Binary codes
Number system conversion
Trees in data structures
Number system
1.1.2 HEXADECIMAL
Signed Binary Numbers
Decoder Full Presentation
Ad

Similar to Number system and its conversions (20)

PPTX
arpitbhaiiiiforbeststudypurposeandusingthemforstudyiifi.pptx
PPTX
ees pptfdgddrgncbfxdbfngdfxvcbnbcvdzfxv cgn
PPT
Number System- binary octal hexadecimal numbers
PPTX
Computer number system, conversion and identification
PPTX
Number system
PPT
Number System.ppt
PPTX
Number systems and conversions
PDF
Numbersystem 130621192712-phpapp02
PPTX
Types of number system , NUMBER SYSTEMNumber systems are the technique to rep...
PDF
Number systems
PPTX
Lecture Three concerns NUMBERING SYSTEM.pptx
PPTX
Cse 112 number system-[id_142-15-3472]
PPT
Number system
PPTX
DATA REPRESENTATION.pptx
PPT
Number systems r002
PPTX
Ch-06 (Comp) - Number System.pptx important
PDF
Number system
PPTX
Number system
PPTX
Number system
PPTX
Number system and their conversion
arpitbhaiiiiforbeststudypurposeandusingthemforstudyiifi.pptx
ees pptfdgddrgncbfxdbfngdfxvcbnbcvdzfxv cgn
Number System- binary octal hexadecimal numbers
Computer number system, conversion and identification
Number system
Number System.ppt
Number systems and conversions
Numbersystem 130621192712-phpapp02
Types of number system , NUMBER SYSTEMNumber systems are the technique to rep...
Number systems
Lecture Three concerns NUMBERING SYSTEM.pptx
Cse 112 number system-[id_142-15-3472]
Number system
DATA REPRESENTATION.pptx
Number systems r002
Ch-06 (Comp) - Number System.pptx important
Number system
Number system
Number system
Number system and their conversion
Ad

More from ShilpaKrishna6 (13)

PPTX
WBAN(Wireless Body Area Network)
PPTX
Evolution of big data
PPTX
Big data business analytics | Introduction to Business Analytics
PPTX
What is big data ? | Big Data Applications
PPTX
Data science | What is Data science
PPTX
What is MapReduce ?
PPTX
Introduction to nosql | NoSQL databases
PPTX
Internet of Things(IoT) Applications
PPTX
4 pillers of iot
PPTX
Iot enabled technologies
PPTX
Iot logical design
PPTX
Physical design of io t
PPTX
Introduction to iot(internet of things)
WBAN(Wireless Body Area Network)
Evolution of big data
Big data business analytics | Introduction to Business Analytics
What is big data ? | Big Data Applications
Data science | What is Data science
What is MapReduce ?
Introduction to nosql | NoSQL databases
Internet of Things(IoT) Applications
4 pillers of iot
Iot enabled technologies
Iot logical design
Physical design of io t
Introduction to iot(internet of things)

Recently uploaded (20)

PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
Lesson notes of climatology university.
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
Cell Types and Its function , kingdom of life
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
RMMM.pdf make it easy to upload and study
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Insiders guide to clinical Medicine.pdf
PDF
01-Introduction-to-Information-Management.pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Sports Quiz easy sports quiz sports quiz
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
Cell Structure & Organelles in detailed.
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Complications of Minimal Access Surgery at WLH
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Abdominal Access Techniques with Prof. Dr. R K Mishra
Lesson notes of climatology university.
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Cell Types and Its function , kingdom of life
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
RMMM.pdf make it easy to upload and study
PPH.pptx obstetrics and gynecology in nursing
Insiders guide to clinical Medicine.pdf
01-Introduction-to-Information-Management.pdf
human mycosis Human fungal infections are called human mycosis..pptx
Sports Quiz easy sports quiz sports quiz
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Cell Structure & Organelles in detailed.
STATICS OF THE RIGID BODIES Hibbelers.pdf
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Complications of Minimal Access Surgery at WLH
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx

Number system and its conversions

  • 2. NUMBER SYSTEM DECIMAL BINARY OCTAL HEXADECIMAL
  • 3. DECIMALNUMBER SYSTEM • The number system that we use in our day-to-life • In this number the base is 10.ie,total number of digits or symbols is ten. • Example: The value of the decimal number 4137 is calculated as - 4*1000 + 1*100 + 3*10 + 7*1 7000 100 30 7 Thousands Hundreds Tens Units Position position position position
  • 4. BINARY NUMBER SYSTEM • Number system has two symbols 0(zero) and 1(one) called Binary Digits or bits. Its base is 2. • The weights assigned to bits in this system are powers of 2, namely 20 , 21 , 22 …… 1 0 1 0 1 Most Significant Bit Least Significant Bit
  • 5. OCTALNUMBER SYSTEM • In this system there are only 8 digits ie. 0,1,2,3,4,5,6,7 • Its base is 8. Each position in an octal number represents a power of 8 ie, 80 , 81 , 82 …….
  • 6. HEXADECIMALNUMBER SYSTEM • Number system has 16 digits. Base is 16 • In this system the first 10 digits are the digits of a decimal system 0,1,2,3,4,5,6,7,8,9 • The remaining six digits are denoted by A,B,C,D,E,F representing the decimal values 10,11,12,13,14,15 respectively
  • 7. CONVERSION OF DECIMAL NUMBER TO BINARY • Find the binary equivalent of (23)10 2 23 2 11 1 LSB 2 5 1 2 2 1 2 1 0 0 1 MSB (23)10 = (10111)2
  • 8. CONVERSION OF DECIMAL NUMBER TO OCTAL (3451)10 = ()8 ? 8 3451 8 438 3 LSB 8 54 6 8 6 6 0 6 MSB (3451)10 = (6663)8
  • 9. CONVERSION OF DECIMAL NUMBER TO HEXADECIMAL (710)10 = ()16 ? 16 710 16 44 6 16 2 12 0 2 (710)10 = (2C6)16
  • 10. CONVERSION OF BINARY NUMBER TO DECIMAL (1110101)2 = ()10 ? (1*26) + (1*25) + (1*24) + (0*23) + (1*22) + (0*21) + (1*20) 64 32 16 0 4 0 1 = 117 (1110101)2 = (117)10
  • 11. CONVERSION OF BINARY NUMBER TO OCTAL SHORTCUT METHOD Example: (1101010)2 = ()8? 001 101 010 1 5 2 (1101010)2 = (152)8 OCTAL NUMBER BINARY EQUIVALENT 0 000 1 001 2 010 3 011 4 100 5 101 6 110 7 111
  • 12. CONVERSION OF BINARY NUMBER TO HEXADECIMAL SHORTCUT METHOD Example: (11010011)2 = 1101 0011 D 3 = (D3)16 DECIMAL HEXA DECIMAL BINARY 0 0 0000 1 1 0001 2 2 0010 3 3 0011 4 4 0100 5 5 0101 6 6 0110 7 7 0111 8 8 1000 9 9 1001 DECIMAL HEXA DECIMAL BINARY 10 A 1010 11 B 1011 12 C 1100 13 D 1101 14 E 1110 15 F 1111
  • 13. CONVERSION OF OCTAL NUMBER TO DECIMAL Example: (325)8 = ()10 ? (3*82) + (2*81) + (5*80) 3*64 + 2*8 + 5*1 192 + 16 + 5 = 213 (325)8 = (213)10
  • 14. CONVERSION OF OCTAL NUMBER TO BINARY SHORTCUT METHOD (6751)8 = ( )2 ? 68 = 110 78 = 111 58 = 101 18 = 001 Hence (6751)8 = (110111101001)2
  • 15. CONVERSION OF OCTAL NUMBER TO HEXADECIMAL (125)8 =( )16 ? Step 1 : convert octal number to decimal (1*82) + (2*81) + (5*80) 64 + 16 + 5 = 85 Step 2 : convert decimal number to hexadecimal 16 85 16 5 5 0 5 (125)8 = (55)16
  • 16. CONVERSION OF HEXADECIMAL NUMBER TO DECIMAL (34F)16 = ( )10 ? (3*162) + (4*161) + (F*160) (3*256) + (4*16) + (15*1) 768 + 64 + 15 = 847 (34F)16 = (847)10
  • 17. CONVERSION OF HEXADECIMAL NUMBER TO BINARY (ABC)16 = ( )2 ? A B C 1010 1011 1100 (ABC)16 = (101010111100)2
  • 18. CONVERSION OF HEXADECIMAL NUMBER TO OCTAL (C1)16 = ( )8 ? (C*161) + (1*160) (12*16) + (1*1) 192 + 1 = 193 (decimal form) 8 193 8 24 1 8 3 0 0 3 (C1)16 = (301)8
  • 19. THANK YOU FOR WATCHING