Question
Easy

Find the decimal equivalent of octal number $127.54_8$:

1
$78.6875_{10}$
2
$48.6875_{10}$
3
$87.6875_{10}$
4
$67.6875_{10}$
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 decimal equivalent of an octal number is found by multiplying each octal digit by the corresponding power of the base (8) and summing the results. For the integer part ($127\_8$), the digits are multiplied by increasing positive powers of 8, starting from $8^0$ for the rightmost digit. Thus, the integer part is calculated as: $(1 \\times 8^2) + (2 \\times 8^1) + (7 \\timesтАжRead More