Binary To Octal Decimal Conversion | Binary To Octal Decimal Hexadecimal
here this is the best channel for educational and entertainment videos ,
if you have any query about the subject or this lecture then you can comment us we will reply you as soon as possible
#binary
#octal
#binaryToOctal
In binary to octal conversion, we learn to convert base 2 number system into base 8 number system. We cannot directly convert binary to octal, so we first convert binary to decimal, then the decimal number to the equivalent Octal number System. Binary numbers are commonly used in computers, in the form of bits and bytes, since the computer understand the language of 0 and 1 only. At the same time, octal numbers are used in electronics. Before going to the conversion, we have to learn about octal and binary numbers.
What are Binary Numbers?
Numbers to base 2 is called binary numbers. It uses only two digits, 0 and 1. It is denoted by a2, where a is a number with 0’s and 1’s.