SlideShare a Scribd company logo
1 of 35
Number system
Decimal
 The Decimal numeral system has ten as
its base .
 It is numerical base most widely used by
modern civilizations.
 Base 10
 Consists of digits 0 to 9
 Example:
decimal:1 5 0 100 -250 5567
Shovo
Binary
 Binary uses only 2 digits which are 0
and 1 and is also called base 2.
 Consists of digits 0 and 1
 Example: (1001)2
Shovo
Octal
 Octal uses 8 digits which are
0,1,2,3,4,5,6,7 .
 It is also called base 8.
 The First digit must be 0.
 Example: 2758
Shovo
Hexadecimal
 The word hexadecimal is made up of
2 parts which are hex(6) and
decimal(10).
 Hexadecimal is sometimes called hex
or base 16.
 To get 16 digits we have to use
letters of the alphabet and those 16
are 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F.
 Example: 7F16
Shovo
Data Conversation
Binary
 Now,
How to convert decimal to binary ?
How to return binary to decimal?
Suppose a decimal number is 81.
Decimal to Binary
 1st the decimal divided by 2
Akmol
Decimal to Binary
2nd count the modulas from
down to up.
Means
Akmol
Decimal to Binary
7th
6th
5th
4th
3rd
2nd
1st
 So the binary is
 (1010001)2
Akmol
Binary to Decimal
 Now binary to decimal
 From right to left every digit will be
counted.
 Every digit should be multiply with
2.because binary base is 2.
 And It’s power will be started from
zero & in per digit it(power) will
increase 1 rapidly right to left
rapidly.
Akmol
Binary to Decimal
 The answer of multiply of every digit
will be added to each other.
 These we can get our desired
decimal number.
Akmol
example
Akmol
Conversation of Octal
How to convert decimal to octal?
How to return octal to decimal ?
Tarek
Conversation of Octal
 There is no method to covert decimal
to direct octal.
 1st the number should convert in
binary and then we can convert it in
octal.
 But when we can direct covert the
octal number to decimal.
Tarek
Binary to octal
 To be converted in octal , from right
to left we should count 3 digits of
that binary number as a set.
 Suppose the binary number is
• (1010001)2
 Example Figure is
 1 010 001
Tarek
Binary to octal
 1 010 001
 Here two digits less.
 In this cage we count “0” before that
number to fill the set.
 Means 001
 here we take two zero to fill the set .
Tarek
Binary to octal
 Here in example , we have 3 sets. Now
every digit of a set should multiple with
two. Because binary base is two.
 Now power of “two” should set serially
which starts from zero.. And then 1 , then
two…
 At last we should calculate the result of
the sets and calculate addition of the
sets .
 the answers should place side by side
from right to left to create a number.
Tarek
Example
 001 010 001
 001
 0*2^2 +0*2^1+1*2^0
 =0+0+1
 =1
 010
 0*2^3 +1*2^1+0*2^0
 =0+2+0
 =2
 001
 001
 0*2^2 +0*2^1+1*2^0
 =0+0+1
 =1
 if we set all this numbers side by side , we got 121
Tarek
Octal to Binary
 To convert octal to binary,wecount every
digit of octal from right to left anddivided
by binary base.
 Binary base is 2 and octal base is
8.so2^3=8
 So ,every digit of octal number maximum
value of 3 digit in binary format. if it less
then 3 digit fill with 0 before that digits.
 Then arrange binaryvalue of every digit
from right to left. If that digit have use
less 0 beforewe cut them and get desire
number.
Octal to Binary
 here , (121)
 8
 Now 2 1 2 2 2 1
 0-1 1-0 0-1
 0-1
 Found 1 01 2 010 1 01
 here two digit less
 So , 1 001 2 010 1 001
 Now arrange the binary right to left & found.
 (121) 0010100001
 8
 (121) 10100001
 8
Octal to decimal
 Count every digit and multiply with octal
base ( 8) with each.
 now we should insert the base power
from right to left
 Then calculate the answer and also
calculate the additional answer,
 This answer is our desired decimal
number.

tarek
Octal to decimal
 Example
Tarek
Conversation of Hexadecimal
 How to convert decimal to hexadecimal ?&
 How to return hexadecimal to decimal ?
Pradipta
Conversation of Hexadecimal
 The formula of Number conversation of octal &
hexadecimal is very close.
 For convert directly decimal to hexadecimal,
there is no method.
 1st we should convert the decimal number to
binary, then binary to hexadecimal.
 But same as octal it also directly convert
hexadecimal to decimal.
Pradipta
Decimal to Hexadecimal
 Suppose the decimal number is= 81 &
 it’s binary is (1010001)2
 To be converted into hexadecimal, from right to
left we should count 4 digits of that binary
number as a set.
 Example Figure is
 101 0001
Pradipta
Binary to Hexadecimal
 101 0001

 Here one digits less.
 In this cage we count “0” before that
number to fill the set.
 Means 0101
 here we take one zero to fill the set .
Pradipta
Binary to Hexadecimal
 Here in example , we have 2 sets. Now every
digit of a set should multiple with two. Because
binary base is two.
 Now power of “two” should increase rapidly count
from zero. At last we should calculate the result
of the sets and calculate addition of the sets .
 the answers should place side by side from right
to left to create a number.
Pradipta
Binary to Hexadecimal
 Now (1010001)2
 0001
 3 2 1 0
 =0x2+0x2+0x2+1x2
 =0+0+0+1
 =1
 0101
 3 2 1 0
 =0x2+1x2+0x2+1x2
 =0+4+0+1
 =5
 arrange the number right to left…..get 51
 Now ,we get the hexadecimal- (51)16
pradipta
Hexadecimal to binary
 To convert hexadecimal to binary, we
count every digit of hexadecimal from right
to left and divided by binary base.
 Binary base is 2 and hexadecimal base is
16.so 2^4=16
 So ,every digit of hexadecimal number
maximum value of 4 digit in binary format.
if it less then 4 digit fill with 0 before that
digits.
 Then arrange binary value of every digit
from right to left. If that digits have
useless 0 before we cut them and get
desire number.
Hexadecimal to binary
 here , (51)
 16
 Now 2 5 2 1
 2 2-1 0-1
 1-0
 Found 5 101 1 01
 here some digit less
 So , 5 0101 1 0001
 Now arrange the binary right to left & found.
 (51) 010100001
 16
 (121) 10100001
 16
 Hexadecimal to
octal
 It is not possible,
1st hexadecimal
number convert
into binary then
octal.
Octal to Hexadecimal
 It is not possible,
1st octal number
convert into binary
then hexadecimal.
Hexadecimal to Decimal
 Now ,
 Count every digit and multiply with
hexadecimal base (16) with each &
increase power from right to left
 Then calculate the multiply and also add
the answer.
 This answer is our desired decimal
number.
Pradipta
Hexadecimal to Decimal
 now,
 (51)16
1 0
 =5x16 + 1x16
 =80+1
 =81
Pradipta
Thanks all .
Made by-
Pradipta, Tarek, Yusuf &
shovo.

More Related Content

What's hot

Digital logic design lecture 01
Digital logic design   lecture 01Digital logic design   lecture 01
Digital logic design lecture 01FarhatUllah27
 
Binary addition.pptx
Binary addition.pptxBinary addition.pptx
Binary addition.pptxPooja Dixit
 
12.Representation of signed binary numbers. Binary codes - BCD code, Gray co...
12.Representation of signed binary numbers.  Binary codes - BCD code, Gray co...12.Representation of signed binary numbers.  Binary codes - BCD code, Gray co...
12.Representation of signed binary numbers. Binary codes - BCD code, Gray co...JatinJatin30
 
Introduction to the Binary Number System
Introduction to the Binary Number SystemIntroduction to the Binary Number System
Introduction to the Binary Number SystemJames Hamilton
 
Number system with conversions www.eakanchha.com
Number system with conversions www.eakanchha.comNumber system with conversions www.eakanchha.com
Number system with conversions www.eakanchha.comAkanchha Agrawal
 
11 octal number system
11   octal number system11   octal number system
11 octal number systemLee Chadwick
 
Floating point representation
Floating point representationFloating point representation
Floating point representationmissstevenson01
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmeticgavhays
 
Number system....
Number system....Number system....
Number system....mshoaib15
 

What's hot (20)

Digital logic design lecture 01
Digital logic design   lecture 01Digital logic design   lecture 01
Digital logic design lecture 01
 
Binary addition.pptx
Binary addition.pptxBinary addition.pptx
Binary addition.pptx
 
Number System
Number SystemNumber System
Number System
 
Number system of computer
Number system of computerNumber system of computer
Number system of computer
 
Number system
Number systemNumber system
Number system
 
12.Representation of signed binary numbers. Binary codes - BCD code, Gray co...
12.Representation of signed binary numbers.  Binary codes - BCD code, Gray co...12.Representation of signed binary numbers.  Binary codes - BCD code, Gray co...
12.Representation of signed binary numbers. Binary codes - BCD code, Gray co...
 
Number System
Number SystemNumber System
Number System
 
Conversion of number system
Conversion of number systemConversion of number system
Conversion of number system
 
Introduction to the Binary Number System
Introduction to the Binary Number SystemIntroduction to the Binary Number System
Introduction to the Binary Number System
 
Number system with conversions www.eakanchha.com
Number system with conversions www.eakanchha.comNumber system with conversions www.eakanchha.com
Number system with conversions www.eakanchha.com
 
Representation Of Numbers and Characters
Representation Of Numbers and CharactersRepresentation Of Numbers and Characters
Representation Of Numbers and Characters
 
Number System
Number SystemNumber System
Number System
 
11 octal number system
11   octal number system11   octal number system
11 octal number system
 
Number system
Number systemNumber system
Number system
 
Floating point representation
Floating point representationFloating point representation
Floating point representation
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
 
Number system....
Number system....Number system....
Number system....
 
01.number systems
01.number systems01.number systems
01.number systems
 
Number System
Number SystemNumber System
Number System
 
Number system
Number systemNumber system
Number system
 

Viewers also liked

10 hexadecimal number system student
10   hexadecimal number system student10   hexadecimal number system student
10 hexadecimal number system studentLee Chadwick
 
09 binary number systems
09   binary number systems09   binary number systems
09 binary number systemsLee Chadwick
 
10 hexadecimal number system
10   hexadecimal number system10   hexadecimal number system
10 hexadecimal number systemLee Chadwick
 
BINARY NUMBER SYSTEM
BINARY NUMBER SYSTEMBINARY NUMBER SYSTEM
BINARY NUMBER SYSTEMZaheer Abbasi
 

Viewers also liked (6)

10 hexadecimal number system student
10   hexadecimal number system student10   hexadecimal number system student
10 hexadecimal number system student
 
Digital design chap 1
Digital design  chap 1Digital design  chap 1
Digital design chap 1
 
09 binary number systems
09   binary number systems09   binary number systems
09 binary number systems
 
10 hexadecimal number system
10   hexadecimal number system10   hexadecimal number system
10 hexadecimal number system
 
BINARY NUMBER SYSTEM
BINARY NUMBER SYSTEMBINARY NUMBER SYSTEM
BINARY NUMBER SYSTEM
 
Number System
Number SystemNumber System
Number System
 

Similar to Number System (20)

Number system by ammar nawab
Number system by ammar nawabNumber system by ammar nawab
Number system by ammar nawab
 
Number bases
Number basesNumber bases
Number bases
 
Ch 4
Ch 4Ch 4
Ch 4
 
Binary octal
Binary octalBinary octal
Binary octal
 
Number system
Number systemNumber system
Number system
 
005618132.pdf
005618132.pdf005618132.pdf
005618132.pdf
 
Number system
Number systemNumber system
Number system
 
Chapter two FHI.pptx
Chapter two FHI.pptxChapter two FHI.pptx
Chapter two FHI.pptx
 
Number system
Number systemNumber system
Number system
 
Number System.pptx
Number System.pptxNumber System.pptx
Number System.pptx
 
Data Representation
Data RepresentationData Representation
Data Representation
 
3.4
3.43.4
3.4
 
As Level Computer Science Book -1
As Level Computer Science  Book -1As Level Computer Science  Book -1
As Level Computer Science Book -1
 
Number systems and conversions
Number systems and conversionsNumber systems and conversions
Number systems and conversions
 
Data Representation
Data RepresentationData Representation
Data Representation
 
Computer Number system
Computer Number systemComputer Number system
Computer Number system
 
numbersystem-211022083557.pdf
numbersystem-211022083557.pdfnumbersystem-211022083557.pdf
numbersystem-211022083557.pdf
 
DATA REPRESENTATION.pptx
DATA REPRESENTATION.pptxDATA REPRESENTATION.pptx
DATA REPRESENTATION.pptx
 
Cse 112 number system-[id_142-15-3472]
Cse 112 number system-[id_142-15-3472]Cse 112 number system-[id_142-15-3472]
Cse 112 number system-[id_142-15-3472]
 
Number Systems
Number SystemsNumber Systems
Number Systems
 

Recently uploaded

Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
(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
 
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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
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
 
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
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
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
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
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
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 

Recently uploaded (20)

young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
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
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
(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...
 
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...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
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
 
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
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
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
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
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
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 

Number System

  • 2. Decimal  The Decimal numeral system has ten as its base .  It is numerical base most widely used by modern civilizations.  Base 10  Consists of digits 0 to 9  Example: decimal:1 5 0 100 -250 5567 Shovo
  • 3. Binary  Binary uses only 2 digits which are 0 and 1 and is also called base 2.  Consists of digits 0 and 1  Example: (1001)2 Shovo
  • 4. Octal  Octal uses 8 digits which are 0,1,2,3,4,5,6,7 .  It is also called base 8.  The First digit must be 0.  Example: 2758 Shovo
  • 5. Hexadecimal  The word hexadecimal is made up of 2 parts which are hex(6) and decimal(10).  Hexadecimal is sometimes called hex or base 16.  To get 16 digits we have to use letters of the alphabet and those 16 are 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F.  Example: 7F16 Shovo
  • 7. Binary  Now, How to convert decimal to binary ? How to return binary to decimal? Suppose a decimal number is 81.
  • 8. Decimal to Binary  1st the decimal divided by 2 Akmol
  • 9. Decimal to Binary 2nd count the modulas from down to up. Means Akmol
  • 10. Decimal to Binary 7th 6th 5th 4th 3rd 2nd 1st  So the binary is  (1010001)2 Akmol
  • 11. Binary to Decimal  Now binary to decimal  From right to left every digit will be counted.  Every digit should be multiply with 2.because binary base is 2.  And It’s power will be started from zero & in per digit it(power) will increase 1 rapidly right to left rapidly. Akmol
  • 12. Binary to Decimal  The answer of multiply of every digit will be added to each other.  These we can get our desired decimal number. Akmol
  • 14. Conversation of Octal How to convert decimal to octal? How to return octal to decimal ? Tarek
  • 15. Conversation of Octal  There is no method to covert decimal to direct octal.  1st the number should convert in binary and then we can convert it in octal.  But when we can direct covert the octal number to decimal. Tarek
  • 16. Binary to octal  To be converted in octal , from right to left we should count 3 digits of that binary number as a set.  Suppose the binary number is • (1010001)2  Example Figure is  1 010 001 Tarek
  • 17. Binary to octal  1 010 001  Here two digits less.  In this cage we count “0” before that number to fill the set.  Means 001  here we take two zero to fill the set . Tarek
  • 18. Binary to octal  Here in example , we have 3 sets. Now every digit of a set should multiple with two. Because binary base is two.  Now power of “two” should set serially which starts from zero.. And then 1 , then two…  At last we should calculate the result of the sets and calculate addition of the sets .  the answers should place side by side from right to left to create a number. Tarek
  • 19. Example  001 010 001  001  0*2^2 +0*2^1+1*2^0  =0+0+1  =1  010  0*2^3 +1*2^1+0*2^0  =0+2+0  =2  001  001  0*2^2 +0*2^1+1*2^0  =0+0+1  =1  if we set all this numbers side by side , we got 121 Tarek
  • 20. Octal to Binary  To convert octal to binary,wecount every digit of octal from right to left anddivided by binary base.  Binary base is 2 and octal base is 8.so2^3=8  So ,every digit of octal number maximum value of 3 digit in binary format. if it less then 3 digit fill with 0 before that digits.  Then arrange binaryvalue of every digit from right to left. If that digit have use less 0 beforewe cut them and get desire number.
  • 21. Octal to Binary  here , (121)  8  Now 2 1 2 2 2 1  0-1 1-0 0-1  0-1  Found 1 01 2 010 1 01  here two digit less  So , 1 001 2 010 1 001  Now arrange the binary right to left & found.  (121) 0010100001  8  (121) 10100001  8
  • 22. Octal to decimal  Count every digit and multiply with octal base ( 8) with each.  now we should insert the base power from right to left  Then calculate the answer and also calculate the additional answer,  This answer is our desired decimal number.  tarek
  • 23. Octal to decimal  Example Tarek
  • 24. Conversation of Hexadecimal  How to convert decimal to hexadecimal ?&  How to return hexadecimal to decimal ? Pradipta
  • 25. Conversation of Hexadecimal  The formula of Number conversation of octal & hexadecimal is very close.  For convert directly decimal to hexadecimal, there is no method.  1st we should convert the decimal number to binary, then binary to hexadecimal.  But same as octal it also directly convert hexadecimal to decimal. Pradipta
  • 26. Decimal to Hexadecimal  Suppose the decimal number is= 81 &  it’s binary is (1010001)2  To be converted into hexadecimal, from right to left we should count 4 digits of that binary number as a set.  Example Figure is  101 0001 Pradipta
  • 27. Binary to Hexadecimal  101 0001   Here one digits less.  In this cage we count “0” before that number to fill the set.  Means 0101  here we take one zero to fill the set . Pradipta
  • 28. Binary to Hexadecimal  Here in example , we have 2 sets. Now every digit of a set should multiple with two. Because binary base is two.  Now power of “two” should increase rapidly count from zero. At last we should calculate the result of the sets and calculate addition of the sets .  the answers should place side by side from right to left to create a number. Pradipta
  • 29. Binary to Hexadecimal  Now (1010001)2  0001  3 2 1 0  =0x2+0x2+0x2+1x2  =0+0+0+1  =1  0101  3 2 1 0  =0x2+1x2+0x2+1x2  =0+4+0+1  =5  arrange the number right to left…..get 51  Now ,we get the hexadecimal- (51)16 pradipta
  • 30. Hexadecimal to binary  To convert hexadecimal to binary, we count every digit of hexadecimal from right to left and divided by binary base.  Binary base is 2 and hexadecimal base is 16.so 2^4=16  So ,every digit of hexadecimal number maximum value of 4 digit in binary format. if it less then 4 digit fill with 0 before that digits.  Then arrange binary value of every digit from right to left. If that digits have useless 0 before we cut them and get desire number.
  • 31. Hexadecimal to binary  here , (51)  16  Now 2 5 2 1  2 2-1 0-1  1-0  Found 5 101 1 01  here some digit less  So , 5 0101 1 0001  Now arrange the binary right to left & found.  (51) 010100001  16  (121) 10100001  16
  • 32.  Hexadecimal to octal  It is not possible, 1st hexadecimal number convert into binary then octal. Octal to Hexadecimal  It is not possible, 1st octal number convert into binary then hexadecimal.
  • 33. Hexadecimal to Decimal  Now ,  Count every digit and multiply with hexadecimal base (16) with each & increase power from right to left  Then calculate the multiply and also add the answer.  This answer is our desired decimal number. Pradipta
  • 34. Hexadecimal to Decimal  now,  (51)16 1 0  =5x16 + 1x16  =80+1  =81 Pradipta
  • 35. Thanks all . Made by- Pradipta, Tarek, Yusuf & shovo.