Number System Conversions - Videos, Concepts and Practice Questions
Number System Conversions - Videos, Concepts and Practice Questions
LEARN
Home > Computer Aptitude and Knowledge > Basics of Computers > Number System Conversions
EXAMS
Basics of Computers
Number
ASK System Conversions
CONCEPTS
Table of content
1
Suggested Videos
2
Number System Conversions
2.1
Representation of Number systems
2.2
Decimal To Binary
2.3
Binary to Decimal
3
General Method
3.1
Decimal To Other Base System
3.2
Other Base System To Decimal System
4
Practice Questions
Suggested Videos
Decimal To Binary
2 22 0
2 11 1
2 5 1
2 2 0
1
Starting from the 1 at the bottom, we can write a series of 1’s and 0’s
as 1, 0, 1, 1, 0. This gives the binary equivalent of the number 22.
Therefore, we write the binary equivalent of 22 as 10110. If done in
this way, the remainder of the first step becomes the LSD (least
significant digit) whereas the remainder of the last step becomes
the MSD (Most Significant Digit).
Binary to Decimal
If you have been careful, you must have noticed that the way to
represent a decimal number from its binary counterpart is a
reversal of the above. Therefore, what we need to do is take the
binary equivalent of the number and multiply each binary digit
with a power of two; where the power of 2 is derived from the place
value of the binary digit. For example, let us convert 10110 from
binary to the decimal. We already know the answer to this!
10110 = Starting from the right, count the number of the digits from
0 to onwards. The digit at the extreme right is the LSD and is
multiplied by 20. Similarly, the digit right next to the LSD (here =1),
is multiplied by 21 and so on until we get to the MSD as shown
below.
1: Take the decimal number that you want to convert (say 22), and
divide by the number of the new base (say 2 for binary).
2: The digit that is the remainder of the first step is the LSD.
These two general rules shall help you convert any given number
into another number system. Normally a decimal to binary
conversion appears in the exam. Other conversions are very
infrequent. We urge you to practice on a lot of numbers to find the
conversions and get better at them. Here in the next section, we
have included some of these questions.
Click here to learn everything you need to know about the English
Language.
Practice Questions
Q 1: The binary equivalent of 1 is
Ans: 01
Stay updated with current affairs and don’t get stuck in an exam.
Prepare your General Awareness topics here.
BROWSE
Basics of Computers
Computer Organization Input and Output (I/O) Devices Hardware and Software
5 th 6 th 7 th 8 th
9 th 10 th 11 th 12 th
GET STARTED
GET STARTED
BROWSE
Basics of Computers
Keyboard Shortcuts
Computer Abbreviations
Computer Languages
Computer Organization
heap.identify('unique_identifier');