Multiple choice technology mainframe

Which is the correct ASCII collating sequence

  1. spaces, special characters, 0-9, A-Z, a-z.

  2. a-z,A-Z,0-9, special characters,spaces

  3. spaces, 0-9, A-Z, a-z,special characters.

  4. special characters, 0-9, A-Z, a-z,spaces

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

ASCII collating sequence orders characters by their numeric codes: space comes first (code 32), followed by special characters (!, ", #, etc.), then digits 0-9, then uppercase letters A-Z, and finally lowercase a-z. This matches option A.