You are on page 1of 2

NUMBER SYSTEM CONVERSION

Due Date: 11-10-2020

Convert the following number systems: Show the step by step procedure
1) Binary to decimal.
2) Decimal to binary.
3) Octal to decimal.
4) Decimal to octal.
5) Hexadecimal to decimal.
6) Decimal to hexadecimal.
7) Binary to octal.
8) Octal to binary.
9) Binary to hexadecimal.
10) Hexadecimal to binary.
11) Octal to hexadecimal.
12) Hexadecimal to octal.

Q. Convert the following number systems:


1). Binary to decimal: 2). Decimal to binary:

(10110.11)2=( )10 (24.625)10=( )2

3). Octal to decimal 4). Decimal to octal:

(27.64)8= ( )10 (19.125)10=( )8

5). Hexadecimal to decimal: 6). Decimal to hexadecimal:

(8C.35)16=( )10 (30.875)16=( )10

Page | 1
7). Binary to octal: 8). Octal to binary:

i) ( 101 111 100.100 001 0) 2 = ( )8 i) (572.11)8=( )2

ii) ( 01 100 101.110)2 = ( 145.6 )8 ii) (1101.10)8= ( )2

9). Binary to hexadecimal: 10). Hexadecimal to binary:

i) (1011 1111.1110)2=( )16 i) (A5B.17)16= ( )2

ii) (01 0100.1010 00)2= ( )16 ii) (10.11)16= ( )2

11). Octal to hexadecimal: 12). Hexadecimal to octal:

(457.24)8= ( )16 (BFA.3)16 = ( )8

Hint: ( )8 = ( )2 =( )16 Hint: ( )16 = ( )2 =( )8

Page | 2

You might also like