Back to Browse

Program for Octal To Binary Conversion | Octal to Binary Conversion (Hindi)

177 views
Jun 3, 2021
9:28

Program for Octal To Binary Conversion | Octal to Binary Conversion (Hindi) https://youtube.com/channel/UCqI9VTAWpr6SnugKrFwsl1Q?sub_confirmation=1 If you found this video valuable, give it a like. If you know someone who needs to see it, share it. If you have questions ask below in comment section. Add it to a playlist if you want to watch it later. Make sure you LIKE , SUBSCRIBE , COMMENT , and REQUEST A VIDEO! :) What is octal equivalent? Octal Number System Octal Number System has a base of eight and uses the number from 0 to 7. The octal numbers, in the number system, are usually represented by binary numbers when they are grouped in pairs of three. For example, 128 is expressed as 0010102, where 1 is equivalent to 001 and 2 is equivalent to 010. How is octal calculated? The octal numeral system, or oct for short, is the base -8 number system, and uses the digits 0 to 7. Octal numerals can be made from binary numerals by grouping consecutive binary digits into groups of three (starting from the right). Example : Decimal 100 Octal 144 What's Octal Decimal System? Definition: The number system whose base is 8 is known as the octal number system. All the eight digits from 0 to 8 have same physical meaning as that of decimal numbers. The next digit in octal number is represented by 10, 11, 12, 13, 14, 15, 16, 17,18 which represents the decimal digits 8, 9, 10, 11, 12, 13, 14, 15,16 . Method for Octal to Decimal Conversion : Converting octal to decimal can be done with repeated division. # Start the decimal result at 0. # Remove the most significant octal digit (leftmost) and add it to the result. # If all octal digits have been removed, you’re done. Stop. # Otherwise, multiply the result by 8. # Go to step2. The conversion can also be performed in the conventional mathematical way, by showing each digit place as an increasing power of 8. 144 octal = (1 * 8^2) + (4 * 8^1) + (1 * 8^0) = (1 * 64) + (4 * 8) + (4 * 1) = 100 decimal What is the first step in converting an octal number to decimal? How to Convert Octal to Decimal? Octal Number System: The octal numeral system, or oct for short, is the base-8 number system, and uses the digits 0 to 7. Octal numerals can be made from binary numerals by grouping consecutive binary digits into groups of three (starting from the right). 2: The decimal numeral system (also called base-ten and occasionally called denary) has ten as its base, which, in decimal, is written 10, as is the base in every positional numeral system. It is the numerical base most widely used by modern civilizations. Example 1 : Input = 144 Output = 100 Example 2 : Input = 100 Output = 64 Example 2 : Input = 101 Output = 65 Conversion from Octal to Binary Take the given octal number Multiply each digit by 8^n-1 where n is the position of the digit from the decimal The resultant is the equivalent decimal number for the given octal number Divide the decimal number by 2 Note the remainder Continue the above two steps with the quotient till the quotient is zero Write the remainder in the reverse order The resultant is the required Binary number for the given octal number Example : Input Octal Number 144 Output Binary Number 1100100 Program for Octal To Binary Conversion Java Program to Convert Octal number to Binary number Octal to Binary Conversion (Hindi) octal to binary conversion in hindi What is the formula in converting octal to binary? What is the formula in converting binary to octal ? Convert octal to binary What are Binary Numbers? #OctalToBinary #BinaryToOctal​ #binarytooctalconversion​ #binary​ #octal​ #conversions​ #degitallogicdesignes​ #btech​ Octal To Binary #binarytooctalconversion​ #binary​ #octal​ #conversions​ #degitallogicdesignes​ #btech​ Octal To Binary #binarytooctalconversion​ #binary​ #octal​ #conversions​ #degitallogicdesignes​ #btech​ Octal To Binary #binarytooctalconversion​ #binary​ #octal​ #conversions​ #degitallogicdesignes​ #btech​ Octal To Binary #binarytooctalconversion​ #binary​ #octal​ #conversions​ #degitallogicdesignes​ #btech​ Octal To Binary #binarytooctalconversion​ #binary​ #octal​ #conversions​ #degitallogicdesignes​ #btech​ #howtoconvertoctaltodecimal​ #howtoconvertbinarytooctal​ Keywords: Number System Binary Number System Decimal Number System Octal Number System Hexadecimal Number System Decimal to Binary Conversion Binary to Decimal Conversion Decimal to Hexadecimal Conversion Hexadecimal to Binary Conversion Octal To Binary Number Conversion Octal Number To Binary Number Conversion #java #bluej #programming #developer #python #learning #edtech #classroom #edapp #elearning #mlearning #scichat #icsesiniogren #icseboard #icsc #cbsc #computer #viral

Download

1 formats

Video Formats

360pmp428.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Program for Octal To Binary Conversion | Octal to Binary Conversion (Hindi) | NatokHD