Question:medium

A Computer uses ASCII for internal representation of characters. Arrange the following ASCII characters in ascending order : A. \( A1 \)
B. \( 1A \)
C. \( a2 \)
D. \( 2a \)
E. \( aA \) Choose the correct answer from the options given below :

Show Hint

ASCII comparison follows this order: \[ 0-9 < A-Z < a-z \] Hence: \[ 49 < 50 < 65 < 97 \] Always compare strings character-by-character from left to right.
Updated On: May 20, 2026
  • \( C < D < B < A < E \)
  • \( B < A < D < C < E \)
  • \( B < D < A < C < E \)
  • \( E < A < C < B < D \)
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0


Questions Asked in CUET (PG) exam