Multiple choice technology programming languages

What is the maximum value that can be stored in S9(8) COMP?

  1. 9999999

  2. 99999999

  3. 999999999

  4. 99999998

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

S9(8) COMP (typically binary/COMP-5) stores a number up to 8 digits. The maximum value with 8 digits is 99,999,999. This fits within a 4-byte signed integer (max ~2.1 billion). Option B is correct.