Multiple choice technology mainframe

Which is the correct ASCII collating sequence?

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

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

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

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

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

In the ASCII character set, character values are ordered sequentially starting with spaces (code 32), followed by various punctuation and special characters, then numeric digits (codes 48-57), uppercase letters (codes 65-90), and finally lowercase letters (codes 97-122). Distractor sequences incorrectly position letters or digits ahead of spaces and symbols.