You are on page 1of 1

Factorize the given number by 16 and write

Decimal to hexadecimal remainders in order

Multiply each digit by 2^0,2^1,2^2 and so on


and add result
Hexadecimal to decimal

Group the numbers into 4 numbers and do the


Binary to hexadecimal same as binary to octahedral procedure

Write each digit in the form of 0s and 1s(by


factorizing by 2) and write together
Hexadecimal to binary

Factorize the given number by 8 and write the


Decimal to octal respective remainders in order

Write each number factorized by 2 and write


he digits together
Octahedral to binary

Types Of Conversions Factorize the given number by 2 and write the


remainders obtained ie.0s and 1s in order from
Decimal to binary top to bottom (used when whole number is
given)

Multiply each digit in the order of 8^0,8^1 and


8^2 and so on
Octahedral to decimal
For example (17.35) then (i)part : factorize 17
by 2 and multiply 0.35 by 2 and continuously
Decimal to binary(ii nd type) by 2 in which write the number in before
decimal point(1 or 0s)and group it with the(
Group the number into 3 groups and multiply
i )st part
with power of 2^0 and 2^1 so on and again for
next group start from 2^0 and so on, then add Binary to octahedral
up each result of each group and write the
result in order NOTE: If values are above 10 then Take each digit separately and multiply by 2^0
take it as A(10),B(11),C(12),D(13),E( Binary to decimal then 2^1 and 2^2 so on then sum up the
14),F(15) and so on answers

You might also like