Showing posts with label how to Octal. Show all posts
Showing posts with label how to Octal. Show all posts

How to convert octal to decimal

How to convert octal to decimal?

Today, we are telling you How to convert octal to decimal? This is a conversion. We have already study other conversion i.e  How to convert binary to decimal?How to convert decimal to binary?, How to convert binary to octal?, How to convert fraction part of decimal to binary?, How to convert octal to binary? and How to convert decimal to octal?  The base of octal is 8 i.e from 0 to 7. And the base of decimal is 10 i.e from 0 to 9.
octal-to-decimal
How to convert octal to decimal?

How to convert octal to decimal in short way?
. An octal number can be converted into decimal number or a base of 8 number can be converted into a base of 10 number.
. The conversion from octal to decimal is similar of  binary to decimal or base 2 into 10 conversion. The difference in between (octal to decimal and  binary to decimal) is that the number 8 is used in place of 2 for multiplication in case of integer .

How to convert from other conversion to decimal?

For conversion into decimal the all procedure are almost same in all conversion. The difference in between only base.Now, we are telling you how to convert from all conversion into decimal. 
. If we are converting from other number system into decimal (base 10) such as binary, octal etc. then we will multiply the integer to from which we are converting the value into decimal value with raise to power which is starting from 0 and multiply start from right side. After that we will addition of each part. For example:- If we are convert binary into decimal then we will multiply the integer by 2 with raise to power. And if we will convert from octal into decimal then we will multiply the integer by 8 with raise to power and so on.




Now we are telling you How to convert octal to decimal?

We will tell you three step for understood this conversion.

For understood this conversion, we take an example (400).With the help of example you understood this conversion.

Take octal value (First step):-

convert-octal-to-decimal
In this step, we will take an integer i.e convert into decimal.We will take an example for understood this conversion e.g (400).

Multiply by 8 (Second Step):-

convert-octal-to-decimal
In this step, we will tell you how to multiply the integer?
Firstly, we will multiply the integer by 8 with raise to power which is starting from 0 and multiply start from right side i.e show in pic.

Addition of all part and write result (Third step):-

convert-octal-to-decimal

In this step, we are telling you how to do addition of all part? After multiply, we will add all multiplied part and write result.

convert-octal-to-decimal

Yeeeeeeeeeeeeeeehhhhhhhhhhhhhiiiiiiiiiiiiiiiiiii! We have Learnt! How to convert octal to decimal?  if you have any question regarding this or you may ask us if you have any other thing you wish to ask you can ask us in the box given below...  


Click here for Know How To>>

How to convert decimal to octal

How to convert decimal to octal?

Today, we are telling you How to convert decimal to octal? This is a conversion. We have already study other conversion i.e  How to convert binary to decimal?How to convert decimal to binary?, How to convert binary to octal? and How to convert fraction part of decimal to binary? The base of octal is 8 i.e from 0 to 7. And the base of decimal is 10 i.e from 0 to 9.
How-to-convert-decimal-to-octal
How to convert decimal to octal?

How to convert decimal to octal in short way?
. An decimal number can be converted into octal number or a base of 10 number can be converted into a base of 8 number.
. The conversion from  decimal to octal is similar of  decimal to binary or base 10 into 2 conversion. The difference in between (decimal to octal and decimal to binary) is that the number 8 is used in place of 2 for division in case of integer and for multiplication in case of fraction number.

How to convert from decimal to other conversion?

For conversion of decimal the all procedure are almost same in all conversion. The difference in between only base.Now, we are telling you how to convert all conversion from decimal. 
. If we are converting from decimal (base 10) to other number system such as binary, octal etc. then we will divide the integer by in which we are converting the decimal value. For example:- If we are convert decimal into binary then we will divide the integer by 2. And if we will convert from decimal into octal then we will divide the integer by 8 and so on.
. In fraction part,  If we are converting from decimal (base 10) to other number system such as binary, octal etc. then we will multiply the fraction part by in which we are converting the decimal value. For example:- If we are convert decimal into binary then we will multiply the fraction part by 2. And if we will convert from decimal into octal then we will multiply the fraction part by 8 and so on.
Now we are telling you How to convert decimal to octal?

We will tell you three step for understood this conversion.

For understood this conversion, we take an example (256).With the help of example you understood this conversion. 

Take decimal value (First Step):-

How-to-convert-decimal-to-octal-value

In this step, we will take an integer i.e convert into octal.We will take an example for understood this conversion i.e (256).

Divide by 8 (Second Step):-

In this step, we will tell you how to divide the integer?
How-to-convert-decimal-to-octal-devide

 Firstly, we will divide the integer by 8 and write the quotient and remainder and so on until the quotient is zero (0).

Write result from bottom to top (Third step):-

In this step, we will tell you how to write result?
How-to-convert-decimal-to-octal-reminder

The result will be write from bottom to top.If we will write from top to bottom then our result will be wrong. In all decimal conversion we will write  result from bottom to top. Our result will be (400).

Yeeeeeeeeeeeeeeehhhhhhhhhhhhhiiiiiiiiiiiiiiiiiii! We have Learnt! How to convert decimal to octal?  if you have any question regarding this or you may ask us if you have any other thing you wish to ask you can ask us in the box given below...  
Click here for Know How To>>

How to convert binary to octal

How to convert binary to octal?

Today. we are talking about How to convert binary to octal? Many conversion we have already learnt that How to convert binary to decimal?, How to convert decimal to binary? and How to convert fraction part of decimal to binary? Today we are telling you How to convert binary to octal?  As we know that the base of binary is two (2) i.e '0' and '1'. And the base of octal is (8) i.e from 0 to 7. The binary value of this is shown in binary table.

convert-binary-to-octal
We can convert binary no. into octal no.by making groups of three bit i.e starting from LSB (least significant bit) to MSB (most significant bit).It means that we make group from right to left. And making group by three bit. If  on MSB side the bit are less than three (1 or 2) then we can add zero. After that we will write the value of that binary from binary table. For understand this we will take an example i.e shown below:-  

We solve example in three step:-  

Take binary value (Step first):-

In this step, we will take a binary value for e.g(111 011 100 001). 
binary-to-octal

This e.g is only for understanding  How to convert binary to octal? You also take any other e.g but do it according to given step.

Grouping of three bit (Step second):-

In this step, we are telling you how to grouping of three bit.
convert-binary-to-octal

The grouping are shown in pic. We will discussing of this e.g that are shown in pic. We will start the group from LSB to MSB means from left side to right side. Such as (111 011 100 001). Now, our grouping are completed. We underline it of three bit.

Write value of three bit (Step third):-

In this step we are telling you how to Write value of three bit. It is shown in pic:-
convert-binary-to-octal

As shown in pic we will write the value of binary i.e conversion of binary to octal. It's answer is (7 3 4 1). After grouping we can write answer from both side it means we can write from LSB toMSB and from MSB to LSB.


Yeeeeeeeeeeeeeeehhhhhhhhhhhhhiiiiiiiiiiiiiiiiiii! We have Learnt! if you have any question regarding this or you wan't to ask any other thing you may ask us in the box given below...
Click here for Know How To>>