Question
Easy

In Binary to Octal Number System Conversion, what is the octal equivalent for binary number 1101010?

1
125
2
137
3
152
4
155
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Computer System & Hardware Fundamentals
Topic: Encoding Schemes and Number System
Correct Answer
Option C
Explanation

The correct option is (3): The correct method for converting a binary number to its octal equivalent relies on the fact that the octal number system (base 8) is a power of two ($2^3$). This mathematical relationship means that every three binary digits can be directly translated into a single octal digit. To perform the conversion for the binary number $\mathbf{1101010}$, you must first group the bits into sets of…Read More