1.

The sorting sequence of the strings A1,23,1A will be ______________(a) 23 > A1 > 1A(b) 23 < 1A > A1(c) A1 > 1A > 23(d) A1 < 1A < 23I had been asked this question during an interview.Question is from Unicode topic in section Computer Codes of Computer Fundamentals

Answer»

Correct option is (d) A1 < 1A < 23

The explanation: The sorting order is A1, 1A, 23. NUMERIC characters are given a greater PREFERENCE in EBCDIC as compared to the alphabets.



Discussion

No Comment Found

Related InterviewSolutions