Difficulty: Easy
Correct Answer: 8
Explanation:
Introduction / Context:
This question checks fundamental knowledge of number systems, which are the basis of digital logic and computer arithmetic. Octal is often used as a compact representation of binary values.
Given Data / Assumptions:
Concept / Approach:
In any base-N system, the number of available digits is N, ranging from 0 to N−1. For octal, base = 8 ⇒ digits = {0,1,2,3,4,5,6,7}. That makes exactly 8 distinct digits.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments