Solve the question of Coding and Decoding and select the option from the choices A through D/E. Check your Answer and view the explanation.
Question: 1
If SNOW is coded as 7100, then WALL will be coded as
Show/Hide Explanation
Correct Answer: C
None
Here, Total of all the individual letters’ numeric position is done and just to add some more complexity 00 is appended at the end. S=19, N=14, O=15 and W=23. So 19+14+15+23= 7100.