1 question
1 question
Courses @90% Refund DSA Practice Mathematical Algorithm Mathematical Algorithms Pythagorean Triplet Fibonacci Number Euclidean Algorithm LCM of Array GCD of Array Binomial Coefficient Catalan Numbers Sieve of Eratosthenes Euler Totient Function Modular Expo
Electronic and Digital systems may use a variety of different number systems, (e.g. Decimal, Hexadecimal, Octal, Binary), or even Duodecimal or less well
known but better named Uncial. All the other bases other than Decimal result from computer usage. Uncial (named from Latin for 1/12 “uncia” the base
twelve analogue of Decimal from the Latin word for 1/10 “decima”).
Table of Content
What is Number System ?
Number System Conversion Methods
1. Decimal to Binary Number System
2. Binary to Decimal Number System
3. Decimal to Octal Number System
4. Octal to Decimal Number System
5. Hexadecimal to Binary Number System
6. Binary to Hexadecimal Number System
7. Binary to Octal Number System
In the above, dn-1 to d0 is the integer part, then follows a radix point, and then d-1 to d-m is the fractional part.
Example
(10.25)10
Note: Keep multiplying the fractional part with 2 until decimal part 0.00 is obtained.
(0.25)10 = (0.01)2
Example
(1010.01)2
1x23 + 0x22 + 1x21+ 0x20 + 0x2 -1
+ 1x2 -2
= 8+0+2+0+0+0.25 = 10.25
(1010.01)2 = (10.25)10
Example
(10.25)10
(10)10 = (12)8
Fractional part:
0.25 x 8 = 2.00
Note: Keep multiplying the fractional part with 8 until decimal part .00 is obtained.
(.25)10 = (.2)8
Example
(12.2)8
1 x 81 + 2 x 80 +2 x 8-1 = 8+2+0.25 = 10.25
(12.2)8 = (10.25)10
Example
(3A)16 = (00111010)2
Example
1111011011
0011 1101 1011
(001111011011 )2 = (3DB)16
Example
111101101
(111101101)2 = (755)8
Conclusion
In the conclusion, number system provides a representation of a number with respect to the given base or radix. Basically, we have common types of number
system named as binary number system, decimal number system, octal number system and hexadecimal number system.
A number system is a method to represent numbers mathematically. It can use arithmetic operations to represent every number uniquely. To represent
a number, we convert it requires a base or radix.
For this, first take the number and then divide it by the given base. Then note down the remainder obtained after the division. Then, divide the quotient
of the division obtained by the given base.
STEP 1 – Divide the number with the given base of another number.
Unlock your potential with our DSA Self-Paced course, designed to help you master Data Structures and Algorithms at your own pace. In 90 days,
you’ll learn the core concepts of DSA, tackle real-world problems, and boost your problem-solving skills, all at a speed that fits your schedule. With
comprehensive lessons and practical exercises, this course will set you up for success in technical interviews and beyond.
And here's the challenge – join the Three 90 Challenge! Complete 90% of the course in 90 days, and you’ll earn a 90% refund. It's a great way to stay
motivated, track your progress, and reward yourself for your dedication. Start the challenge today, and push your limits to achieve mastery in DSA!
Similar Reads
Digital Electronics and Logic Design Tutorials
In this Digital Electronics and Logic Design tutorial, we will dive deep into the fundamentals and advanced concepts of digital electronics and logic design. This comprehensive guide covers everything
from basic principles to complex applications, featuring detailed modules on features, examples, cl
3 min read
Number Systems
5 min read
9 min read
3 min read
6 min read
Minimization Techniques
Combinational Circuits
Sequential Circuits
Conversion of Flip-Flop
Company Languages DSA Data Science & ML Web Technologies Python Tutorial
About Us Python Data Structures Data Science With Python HTML Python Programming Examples
Corporate & Communications Address: Legal Java Algorithms Data Science For Beginner CSS Python Projects
A-143, 7th Floor, Sovereign Corporate In Media C++ DSA for Beginners Machine Learning JavaScript Python Tkinter
Tower, Sector- 136, Noida, Uttar Pradesh Contact Us PHP Basic DSA Problems ML Maths TypeScript Web Scraping
(201305)
Advertise with us GoLang DSA Roadmap Data Visualisation ReactJS OpenCV Tutorial
Registered Address: GFG Corporate Solution SQL Top 100 DSA Interview Problems Pandas NextJS Python Interview Question
K 061, Tower K, Gulshan Vivante Placement Training Program R Language DSA Roadmap by Sandeep Jain NumPy Bootstrap Django
Apartment, Sector 137, Noida, Gautam GeeksforGeeks Community Android Tutorial All Cheat Sheets NLP Web Design
Buddh Nagar, Uttar Pradesh, 201305 Tutorials Archive Deep Learning
Computer Science DevOps System Design Inteview Preparation School Subjects GeeksforGeeks Videos
Operating Systems Git High Level Design Competitive Programming Mathematics DSA
Computer Network Linux Low Level Design Top DS or Algo for CP Physics Python
Database Management System AWS UML Diagrams Company-Wise Recruitment Process Chemistry Java
Software Engineering Docker Interview Guide Company-Wise Preparation Biology C++
Digital Logic Design Kubernetes Design Patterns Aptitude Preparation Social Science Web Development
Advertise with us Engineering Maths Azure OOAD Puzzles English Grammar Data Science
Software Development GCP System Design Bootcamp Commerce CS Subjects
Software Testing DevOps Roadmap Interview Questions World GK
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy Got It !