SlideShare a Scribd company logo
1 of 15
NUMBER SYSTEM
BY.
ANUP BARMAN
Roll No. : L2023ECE08
Presentation submitted for CA1 examination
of the
Paper : Digital System Design(EC302)
Department Of ECE
Cooch Behar Government Engineering College
CONTENT
*Binary, Decimal,Octal and Hexadecimal Number System.
*Number Conversion
INTRODUCTION
The knowledge of numbers and the value it holds. A number system
helps to understand the position of every digit in every figure.A
number system denotes how we use numbers everywhere and make
use of them. A number system denotes which number sits where and
what value it possesses. Understanding the number system helps to
understand what bases do the number hold in a figure. A number
base is a key factor in understating the system. number base tells us
how many numbers are there while using a type of particular
numbering system.For instance, decimal means base 10 whereas
binary stands for base two. The decimal system denotes using from 0
to 9 digits, and binary uses 0 and 1. For a man’s uses, base 10 is
generally required for different purposes, while computed needs and
works with binary base.
BINARY NUMBERS
*Used to represent the voltage levels of a digital circuit.
*Only two voltage levels present in a digital circuit, logic High and logic Low.
*The high voltage is +5V and the low voltage is +0V.
*The binary numbers represent the logic low as a 0 and the logic high as a 1.
DECIMAL NUMBERS
*Electronics use decimals for accurate sensor reading.
*Devices convert continuous signals into decimal values.
*Decimal numbers are fundamental in coding for numerical
operations.
*Microcontrollers use decimal arithmetic for various device functions.
OCTAL NUMBERS
* Octal system uses digits 0-7 to represent numbers.
*Octal(base-8)
*Example: Show the conversion of a decimal number to octal (e.g., 15
in decimal is 17 in octal).
HEXADECIMAL NUMBERS
* Hexadecimal (Base-16)
* Hexadecimal system uses digits 0-9 and letters A-F to represent
numbers.
* illustrate the conversion of a decimal number to hexadecimal (e.g.,
31 in decimal is 1F in hexadecimal).
*Highlight the use of hexadecimal in programming and color
representation.
CONVERSION : DECIMAL TO
BINARY
•Note that the first remainder becomes the most significant bit (MSB). The last remainder becomes
the least significant bit (LSB).
•A Decimal number can be converted to a binary number by successful dividing the number by 2 as follows.
CONVERSION : BINARY TO
DECIMAL
 A binary number is converted to a decimal number by summing together the
weights of various positions in the binary number which contain a 1. For example,
10101112 = 8710.
CONVERSION : DECIMAL TO OCTAL
 A decimal number can be converted to an octal number by successively dividing
the number by 8 as follows:
266 ÷ 8 = 33 remainder 2 LSD (right-most digit)
33 ÷ 8 = 4 remainder 1
4 ÷ 8 = 0 remainder 4 MSB (left-most digit).
 Therefore 26610 = 4128
CONVERSION: OCTAL TO DECIMAL
 To convert an octal number to a decimal number, multiply each octal value by the
weight of the digit and sum the results. For example, 4128 = 26610.
CONVERSION : OCTAL TO BINARY
 Conversion from octal to binary is very straightforward. Each octal digit is replaced
by 3-bit binary number. For example, 4728 = 100 111 0102.
 A binary number is converted into an octal number by taking groups of
3 bits, starting from LSB, and replacing them with an octal digit. For
example, 11 010 1102 = 3268
.
CONVERSION : HEXADECIMAL TO
BINARY
 Each hex digit can be represented by a 4-bit binary number as shown above.
Conversion from hex to binary is very straightforward. Each hex digit is replaced by
4-bit binary number.
 A binary number is converted into an octal number by taking groups
of 4 bits, starting from LSB, and replacing them with a hex digit. For
example, 110101102 = 3268
.
CONCLUSION
mastering binary, decimal, octal, and hexadecimal number systems is
crucial for navigating the digital landscape. From the simplicity of
binary in computing to the versatility of hexadecimal in
programming, these systems play distinct roles in shaping our
technological world. Understanding them empowers us to
communicate effectively with computers and decode the language of
modern computing
REFERENCES
*URL: https://www.tutorialspoint.com/number-systems-in-digital-
electronics
*BOOK: DIGITAL NUMBER SYSTEM by K.GOKUL,
NUMBER SYSTEM by RAJNISH MISHRA

More Related Content

Similar to Anup Barman number system electronicdevice ECE.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...Arti Parab Academics
 
1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptx1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptxLibanMohamed26
 
Manoch1raw 160512091436
Manoch1raw 160512091436Manoch1raw 160512091436
Manoch1raw 160512091436marangburu42
 
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]Jumaed
 
TM112 Meeting2-Binary data representation.pptx
TM112 Meeting2-Binary data representation.pptxTM112 Meeting2-Binary data representation.pptx
TM112 Meeting2-Binary data representation.pptxMohammedYusuf609377
 
Number system by ammar nawab
Number system by ammar nawabNumber system by ammar nawab
Number system by ammar nawabAmmar_n
 
Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...
Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...
Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...KonirDom1
 
Presentation of ICT.ppt.pptx
Presentation of ICT.ppt.pptxPresentation of ICT.ppt.pptx
Presentation of ICT.ppt.pptxMinahilUmar1
 
Class 7 Cyber toolsComputer NUMBER SYSTEM
Class 7 Cyber toolsComputer NUMBER SYSTEMClass 7 Cyber toolsComputer NUMBER SYSTEM
Class 7 Cyber toolsComputer NUMBER SYSTEMrajdeepstudycs10
 
Number system...this ppt specially help BTech 2nd year ECE department
Number system...this ppt specially help BTech 2nd year ECE departmentNumber system...this ppt specially help BTech 2nd year ECE department
Number system...this ppt specially help BTech 2nd year ECE departmentAnupamBiswas67
 
Data repersentation.
Data repersentation.Data repersentation.
Data repersentation.Ritesh Saini
 

Similar to Anup Barman number system electronicdevice ECE.pptx (20)

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...
 
1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptx1.Digital Electronics overview & Number Systems.pptx
1.Digital Electronics overview & Number Systems.pptx
 
Manoch1raw 160512091436
Manoch1raw 160512091436Manoch1raw 160512091436
Manoch1raw 160512091436
 
Data representation
Data representationData representation
Data representation
 
NUMBER SYSTEM.pptx
NUMBER SYSTEM.pptxNUMBER SYSTEM.pptx
NUMBER SYSTEM.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]
 
TM112 Meeting2-Binary data representation.pptx
TM112 Meeting2-Binary data representation.pptxTM112 Meeting2-Binary data representation.pptx
TM112 Meeting2-Binary data representation.pptx
 
Number system by ammar nawab
Number system by ammar nawabNumber system by ammar nawab
Number system by ammar nawab
 
Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...
Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...
Data representation (ASCII, ISO etc.), direction of data flow (simplex, half ...
 
Digital Logic
Digital LogicDigital Logic
Digital Logic
 
Presentation of ICT.ppt.pptx
Presentation of ICT.ppt.pptxPresentation of ICT.ppt.pptx
Presentation of ICT.ppt.pptx
 
Class 7 Cyber toolsComputer NUMBER SYSTEM
Class 7 Cyber toolsComputer NUMBER SYSTEMClass 7 Cyber toolsComputer NUMBER SYSTEM
Class 7 Cyber toolsComputer NUMBER SYSTEM
 
Data representation in computers
Data representation in computersData representation in computers
Data representation in computers
 
Number System
Number SystemNumber System
Number System
 
Number system...this ppt specially help BTech 2nd year ECE department
Number system...this ppt specially help BTech 2nd year ECE departmentNumber system...this ppt specially help BTech 2nd year ECE department
Number system...this ppt specially help BTech 2nd year ECE department
 
Data repersentation.
Data repersentation.Data repersentation.
Data repersentation.
 
Number system
Number systemNumber system
Number system
 
chap1.pdf
chap1.pdfchap1.pdf
chap1.pdf
 
chap1.pdf
chap1.pdfchap1.pdf
chap1.pdf
 
chap1.pdf
chap1.pdfchap1.pdf
chap1.pdf
 

Recently uploaded

CLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference ModalCLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference ModalSwarnaSLcse
 
01-vogelsanger-stanag-4178-ed-2-the-new-nato-standard-for-nitrocellulose-test...
01-vogelsanger-stanag-4178-ed-2-the-new-nato-standard-for-nitrocellulose-test...01-vogelsanger-stanag-4178-ed-2-the-new-nato-standard-for-nitrocellulose-test...
01-vogelsanger-stanag-4178-ed-2-the-new-nato-standard-for-nitrocellulose-test...AshwaniAnuragi1
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Ramkumar k
 
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...Amil baba
 
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and ToolsMaximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Toolssoginsider
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...ronahami
 
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas SachpazisSeismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas SachpazisDr.Costas Sachpazis
 
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...mikehavy0
 
Independent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging StationIndependent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging Stationsiddharthteach18
 
Raashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashidFaiyazSheikh
 
Dynamo Scripts for Task IDs and Space Naming.pptx
Dynamo Scripts for Task IDs and Space Naming.pptxDynamo Scripts for Task IDs and Space Naming.pptx
Dynamo Scripts for Task IDs and Space Naming.pptxMustafa Ahmed
 
History of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & ModernizationHistory of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & ModernizationEmaan Sharma
 
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样A
 
Basics of Relay for Engineering Students
Basics of Relay for Engineering StudentsBasics of Relay for Engineering Students
Basics of Relay for Engineering Studentskannan348865
 
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...Christo Ananth
 
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书c3384a92eb32
 
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfInvolute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfJNTUA
 
Presentation on Slab, Beam, Column, and Foundation/Footing
Presentation on Slab,  Beam, Column, and Foundation/FootingPresentation on Slab,  Beam, Column, and Foundation/Footing
Presentation on Slab, Beam, Column, and Foundation/FootingEr. Suman Jyoti
 
Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...IJECEIAES
 
DBMS-Report on Student management system.pptx
DBMS-Report on Student management system.pptxDBMS-Report on Student management system.pptx
DBMS-Report on Student management system.pptxrajjais1221
 

Recently uploaded (20)

CLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference ModalCLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference Modal
 
01-vogelsanger-stanag-4178-ed-2-the-new-nato-standard-for-nitrocellulose-test...
01-vogelsanger-stanag-4178-ed-2-the-new-nato-standard-for-nitrocellulose-test...01-vogelsanger-stanag-4178-ed-2-the-new-nato-standard-for-nitrocellulose-test...
01-vogelsanger-stanag-4178-ed-2-the-new-nato-standard-for-nitrocellulose-test...
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
 
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and ToolsMaximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas SachpazisSeismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
 
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
 
Independent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging StationIndependent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging Station
 
Raashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashid final report on Embedded Systems
Raashid final report on Embedded Systems
 
Dynamo Scripts for Task IDs and Space Naming.pptx
Dynamo Scripts for Task IDs and Space Naming.pptxDynamo Scripts for Task IDs and Space Naming.pptx
Dynamo Scripts for Task IDs and Space Naming.pptx
 
History of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & ModernizationHistory of Indian Railways - the story of Growth & Modernization
History of Indian Railways - the story of Growth & Modernization
 
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
 
Basics of Relay for Engineering Students
Basics of Relay for Engineering StudentsBasics of Relay for Engineering Students
Basics of Relay for Engineering Students
 
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
 
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
 
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfInvolute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
 
Presentation on Slab, Beam, Column, and Foundation/Footing
Presentation on Slab,  Beam, Column, and Foundation/FootingPresentation on Slab,  Beam, Column, and Foundation/Footing
Presentation on Slab, Beam, Column, and Foundation/Footing
 
Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...
 
DBMS-Report on Student management system.pptx
DBMS-Report on Student management system.pptxDBMS-Report on Student management system.pptx
DBMS-Report on Student management system.pptx
 

Anup Barman number system electronicdevice ECE.pptx

  • 1. NUMBER SYSTEM BY. ANUP BARMAN Roll No. : L2023ECE08 Presentation submitted for CA1 examination of the Paper : Digital System Design(EC302) Department Of ECE Cooch Behar Government Engineering College
  • 2. CONTENT *Binary, Decimal,Octal and Hexadecimal Number System. *Number Conversion
  • 3. INTRODUCTION The knowledge of numbers and the value it holds. A number system helps to understand the position of every digit in every figure.A number system denotes how we use numbers everywhere and make use of them. A number system denotes which number sits where and what value it possesses. Understanding the number system helps to understand what bases do the number hold in a figure. A number base is a key factor in understating the system. number base tells us how many numbers are there while using a type of particular numbering system.For instance, decimal means base 10 whereas binary stands for base two. The decimal system denotes using from 0 to 9 digits, and binary uses 0 and 1. For a man’s uses, base 10 is generally required for different purposes, while computed needs and works with binary base.
  • 4. BINARY NUMBERS *Used to represent the voltage levels of a digital circuit. *Only two voltage levels present in a digital circuit, logic High and logic Low. *The high voltage is +5V and the low voltage is +0V. *The binary numbers represent the logic low as a 0 and the logic high as a 1.
  • 5. DECIMAL NUMBERS *Electronics use decimals for accurate sensor reading. *Devices convert continuous signals into decimal values. *Decimal numbers are fundamental in coding for numerical operations. *Microcontrollers use decimal arithmetic for various device functions.
  • 6. OCTAL NUMBERS * Octal system uses digits 0-7 to represent numbers. *Octal(base-8) *Example: Show the conversion of a decimal number to octal (e.g., 15 in decimal is 17 in octal).
  • 7. HEXADECIMAL NUMBERS * Hexadecimal (Base-16) * Hexadecimal system uses digits 0-9 and letters A-F to represent numbers. * illustrate the conversion of a decimal number to hexadecimal (e.g., 31 in decimal is 1F in hexadecimal). *Highlight the use of hexadecimal in programming and color representation.
  • 8. CONVERSION : DECIMAL TO BINARY •Note that the first remainder becomes the most significant bit (MSB). The last remainder becomes the least significant bit (LSB). •A Decimal number can be converted to a binary number by successful dividing the number by 2 as follows.
  • 9. CONVERSION : BINARY TO DECIMAL  A binary number is converted to a decimal number by summing together the weights of various positions in the binary number which contain a 1. For example, 10101112 = 8710.
  • 10. CONVERSION : DECIMAL TO OCTAL  A decimal number can be converted to an octal number by successively dividing the number by 8 as follows: 266 ÷ 8 = 33 remainder 2 LSD (right-most digit) 33 ÷ 8 = 4 remainder 1 4 ÷ 8 = 0 remainder 4 MSB (left-most digit).  Therefore 26610 = 4128
  • 11. CONVERSION: OCTAL TO DECIMAL  To convert an octal number to a decimal number, multiply each octal value by the weight of the digit and sum the results. For example, 4128 = 26610.
  • 12. CONVERSION : OCTAL TO BINARY  Conversion from octal to binary is very straightforward. Each octal digit is replaced by 3-bit binary number. For example, 4728 = 100 111 0102.  A binary number is converted into an octal number by taking groups of 3 bits, starting from LSB, and replacing them with an octal digit. For example, 11 010 1102 = 3268 .
  • 13. CONVERSION : HEXADECIMAL TO BINARY  Each hex digit can be represented by a 4-bit binary number as shown above. Conversion from hex to binary is very straightforward. Each hex digit is replaced by 4-bit binary number.  A binary number is converted into an octal number by taking groups of 4 bits, starting from LSB, and replacing them with a hex digit. For example, 110101102 = 3268 .
  • 14. CONCLUSION mastering binary, decimal, octal, and hexadecimal number systems is crucial for navigating the digital landscape. From the simplicity of binary in computing to the versatility of hexadecimal in programming, these systems play distinct roles in shaping our technological world. Understanding them empowers us to communicate effectively with computers and decode the language of modern computing