SSC MTS · Matrix-based Coding · Quiz
5 real SSC MTS questions on Matrix-based Coding. Instant scoring and solutions, no signup — see where you stand in ~3 minutes.
Question 1 of 5
EASYIn a certain code language, letters are arranged in a 5×5 matrix as shown below: ``` 1 2 3 4 5 1 A B C D E 2 F G H I J 3 K L M N O 4 P Q R S T 5 U V W X Y ``` Each letter is coded by its row number followed by its column number. For example, 'B' is coded as '12' and 'M' is coded as '33'. What is the code for the word 'SUN'?