Question 1
In a 6×6 matrix (row0-5, col0-5) containing letters A-Z and digits 0-9 in row-major order, encode 'ENCODE' by giving row and column numbers concatenated.
Position mapping: E→(0,4) N→(2,1) C→(0,2) O→(2,2) D→(0,3) E→(0,4) → 042102220304