0% found this document useful (0 votes)
22 views

Number System Conversions - Videos, Concepts and Practice Questions

The document provides information about number system conversions. It discusses converting between decimal, binary, and other number systems. It explains that number systems have specific properties and rules that define them, allowing conversion between systems. Methods for converting decimal to binary and binary to decimal are described. A general method is then outlined for converting between any base system. Finally, some practice questions are provided.

Uploaded by

Festus Oriakhi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Number System Conversions - Videos, Concepts and Practice Questions

The document provides information about number system conversions. It discusses converting between decimal, binary, and other number systems. It explains that number systems have specific properties and rules that define them, allowing conversion between systems. Methods for converting decimal to binary and binary to decimal are described. A general method is then outlined for converting between any base system. Finally, some practice questions are provided.

Uploaded by

Festus Oriakhi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Search for a topic SIGNUP LOGIN

LEARN

Home > Computer Aptitude and Knowledge > Basics of Computers > Number System Conversions

EXAMS

Basics of Computers

Number
ASK System Conversions

CONCEPTS

Number System Conversions form an important part of the banking


exams. In the computer awareness section, the knowledge of the
binary number system and other number systems is not only basic
but critically important for a good score. Here we will see methods
of conversion between various number systems like binary, decimal
and others.

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

Coding Decoding Group of Wor…


Wor…

Number System Conversions


In the topic on number systems, there are different types of number
systems. All of them have their specific properties and rules that
define them. As a result of these properties, we see that we can
convert a given number from one number system to another. Let us
begin with the conversion of numbers in the binary system and
numbers in the binary system.

Representation of Number systems

Numbers belonging to various number systems are represented in


a specific manner. To represent the number that belongs to a given
number system (say the decimal number system) we write the
number in braces and put the base number in subscript outside the
braces. For example, 22 in the decimal system can be written as
(22)10. The same number in the binary number system can be
written as (10110)2. Let us see how we convert from one number
system to another.

Want to get smarter and exercise that brain? Click here for a


wonderfully explained and lucid section of Reasoning Ability.

 Decimal To Binary

In the decimal system, the base is 10 and every number is written


as a combination of the powers of 10. Any integral number in the
decimal system when divided by 2, will either leave a remainder of
0 or 1. Thus division by zero is a way to represent such numbers as
a series of 0’s and 1’s. Therefore, to convert from decimal to binary,
we keep dividing by 2 and go on recording the remainders. Let us
see an example.

Example 1: Convert the number 22 from decimal to binary.

Let us start dividing by 2 and noting the remainders.

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).

In short, if you have to convert from decimal to any number system,


you should divide the number by the given base (e.g. 16 or 8 etc.).

Having trouble with concepts like DBMS? Have an important exam


soon? Click here and start your preparations now!

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×24 + 0×23 + 1×22 + 1×21 + 0×20 = 16 + 0 + 4 + 2 + 0 = 22 as was


expected.
General Method
If you have understood the logic behind the conversion from one
number system to another, you must have guessed the rules
already. Let us sum up these rules below.

Decimal To Other Base System

The following steps follow as a natural consequence of the


conversion of any decimal number to other systems with a different
base (e.g. binary has a base of 2).

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.

3: Keep on dividing and noting the remainders, until the quotient is


zero.

4: The remainder of the step where the coefficient is zero is the


most significant digit or the (MSD).

Other Base System To Decimal System

We can use similar logic to convert from other number systems to


binary. The following rules could be useful while changing from
other base systems to the binary system.

1: Count the number of digits that are in the number that is to be


changed from one system to another.
2: Multiply these digits by the power of the base raised by its
position (as done above), starting from zero.

3: Find the sum of this product. The sum is your answer.

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.

Find all the topics of Reasoning Ability here!

We have the most complete syllabus of quantitative aptitude in one


place for you! Click here

Practice Questions
Q 1: The binary equivalent of 1 is

A) 01       B) 00         C) 10              D)0

Ans: 01

Q 2: The binary equivalent of 2 is

A) 10            B) 11           C) 0        D) 10


Ans: 10

Stay updated with current affairs and don’t get stuck in an exam.
Prepare your General Awareness topics here.

Share with friends

BROWSE

Basics of Computers

Keyboard Shortcuts Basic Computer Terminology Computer Abbreviations

Computer Languages Basic Internet Knowledge and Protocols

History of Computers Basic Computer Knowledge – Practice Problems

Computer Organization Input and Output (I/O) Devices Hardware and Software

Customize your course in 30 seconds


Which class are you in?

5 th 6 th 7 th 8 th

9 th 10 th 11 th 12 th
GET STARTED

Get ready for all-new Live Classes!


Now learn Live with India's best teachers.
Join courses with the best
schedule and enjoy fun and interactive classes.

Ashhar Firdausi Dr. Nazma Shaik Gaurav Tiwari


IIT Roorkee VTU APJAKTU
Biology Chemistry Physics

GET STARTED

BROWSE

Basics of Computers

Keyboard Shortcuts

Basic Computer Terminology

Computer Abbreviations

Computer Languages

Basic Internet Knowledge and Protocols


History of Computers

Basic Computer Knowledge – Practice Problems

Computer Organization

Input and Output (I/O) Devices

Hardware and Software

Download the App


Watch lectures, practise questions and take tests on the go.

Download Previous Years QUESTION PAPERS

Quick TIPS AND TRICKS for Successful Exam Preparation

Download NCERT Notes and Solutions

Learn from VIDEO lectures


CLASSES BOARDS EXAMS

CL ASS 5 CBSE MADHYA PRADESH JEE MAIN NEE T NTSE

CL ASS 6 ICSE MAHARASHTRA JEE ADVANCED AIIMS NSO

CL ASS 7 IGCSE PUNJAB UPSEE AFMC NSTSE

CL ASS 8 ANDHRA PRADESH RAJASTHAN BITSAT AP EAMCE T KVPY

CL ASS 9 BIHAR TAMIL NADU TS EAMCE T COMEDK HBBVS

CL ASS 10 GUJARAT TEL ANGANA WBJEE JIPMER IMO

CL ASS 11 JHARKHAND UTTAR PRADESH VITEEE BCECE IEO

CL ASS 12 KARNATAKA MHT-CE T KCE T IJSO

CL ASS 12+ KERAL A SAT KEAM NDA

About Us • Press • Customer Stories • Jobs • Educators • Blog • Bytes • Contact


Us • FAQs

Terms Of Service • Privacy Policy

heap.identify('unique_identifier');

You might also like