Octal equivalent of 111010 is:a)84b)70c)72d)None of theseCorrect answe...
Octal is a numeral system that uses a base of 8, meaning it only includes the digits 0-7. To convert a binary number to octal, we need to group the binary digits into sets of three from right to left and assign an octal digit to each group.
Given binary number: 111010
To convert this binary number to octal, we will group the digits into sets of three from right to left:
1 1 1 0 1 0
Now let's assign an octal digit to each group:
Group 1: 1 1 1 -> The octal digit equivalent of binary 111 is 7.
Group 2: 0 1 0 -> The octal digit equivalent of binary 010 is 2.
So the octal equivalent of 111010 is 72.
Therefore, the correct answer is option C) 72.
Octal equivalent of 111010 is:a)84b)70c)72d)None of theseCorrect answe...
if the binary bits are less than three bits add 0 to the left hand side tp make a complete set
