Number System and Conversion – Information & Communication Technology

Free Study Material of Information & Communication Technology

UGC NET Paper 1

Number System:

When we type some letters or words, the computer translates them into numbers as computers can understand only numbers. A computer can understand positional number system where there are only a few symbols called digits and these symbols represent different values depending on the position they occupy in the number.

A value of each digit in a number can be determined using

  • The digit
  • The position of the digit in the number
  • The base of the number system (where base is defined as the total number of digits available in the number system).
  1. Decimal Number System: The number system that we use in our day-to-day life is the decimal number system. Decimal number system has base 10 as it uses 10 digits from 0 to 9. In decimal number system, the successive positions to the left of the decimal point represent units, tens, hundreds, thousands and so
  2. Binary Number System: Uses two digits, 0 and 1, also called base 2 number system. Each position in a binary number represents a 0 power of the base (2). The last position in a binary number represents a x power of the base (2).
  3. Octal Number System: Uses eight digits, 0,1,2,3,4,5,6,7, also called base 8 number system, Each position in an octal number represents a 0 power of the base (8).
  4. Hexadecimal Number System: Uses 10 digits and 6 letters, 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F. Letters represents numbers starting from 10. A = 10. B = 11, C = 12, D = 13, E = 14, F = 15. Also called base 16 number system .Each position in a hexadecimal number represents a 0 power of the base (16).

Download Unit-VIII (ICT) in PDF with 500+ MCQs ⇒  BUY NOW  (Min ₹49)

Complete Units of Paper 1 in PDF with MCQs ⇒ BUY NOW

Number Conversion

There are many methods or techniques which can be used to convert numbers from one base to another.

We’ll demonstrate here the following

  • Decimal to Binary System
  • Binary to Decimal

 

Decimal to Binary System

Steps

 

Step 1 – Divide the decimal number to be converted by the value of the new base.

Step 2 – Get the remainder from Step 1 as the rightmost digit (least significant digit) of a new base number.

Step 3 – Divide the quotient of the previous divide by the new base.

Step 4 – Record the remainder from Step 3 as the next digit (to the left) of the new base number.

 

Repeat Steps 3 and 4, getting remainders from right to left, until the quotient becomes zero in Step 3. The last remainder thus obtained will be the most significant digit (MSD) of the new base number.

Example

Decimal Number: (29)10

Calculating Binary Equivalent:

Step Operation Result Remainder
Step 1 29 / 2 14 1
Step 2 14 / 2 7 0
Step 3 7 / 2 3 1
Step 4 3 / 2 1 1
Step 5 1 / 2 0 1

As mentioned in Steps 2 and 4, the remainders have to be arranged in the reverse order so that the first remainder becomes the least significant digit (LSD) and the last remainder becomes the most significant digit (MSD).

Decimal Number: (29)10  = Binary Number: (11101)2.

 

Binary to Decimal System:

Steps

Step 1 – Determine the column (positional) value of each digit (this depends on the position of the digit and the base of the number system).

Step 2 – Multiply the obtained column values (in Step 1) by the digits in the corresponding columns.

Step 3 – Sum the products calculated in Step 2. The total is the equivalent value in decimal.

 

Example

Binary Number: (11101)2

Calculating Decimal Equivalent:

Step Binary Number Decimal Number
Step 1 (11101)2 ((1 x 24) + (1 x 23) + (1 x 22) + (0 x 21) + (1 x 20))10
Step 2 (11101)2 (16 + 8 + 4 + 0 + 1)10
Step 3 (11101)2 (29)10

Binary Number: (11101)2 = Decimal Number: (29)10

Download Unit-VIII (ICT) in PDF with 500+ MCQs ⇒  BUY NOW  (Min ₹49)

Complete Units of Paper 1 in PDF with MCQs ⇒ BUY NOW

Related Posts:

Free Complete Study Materials for UGC NET Paper 1

Updated Syllabus for UGC NET Exam of All Subjects

Free Solved Question Papers for UGC NET Paper 1

 

Disclaimer – The study materials are provided from the personal notes of a JRF Qualified. Need suggestions for any publishing or conceptual mistakes. Feel free to comments with your suggestions or clarifications.