Multiple choice technology mainframe Which is the correct ASCII collating sequence? spaces, special characters, 0-9, A-Z, a-z spaces, a-z, A-Z, 0-9, special characters a-z, A-Z, 0-9, spaces, special characters 0-9, special characters, spaces, a-z, A-Z Reveal answer Fill a bubble to check yourself A Correct answer Explanation ASCII collating sequence orders characters by their numerical code values: spaces (32), special characters (33-47), digits 0-9 (48-57), uppercase A-Z (65-90), then lowercase a-z (97-122). This is the standard ASCII ordering.