Given below are codes for a few alphabets. Based on the coding, answer the…
2023
Given below are codes for a few alphabets. Based on the coding, answer the following question.

How will the word ‘PAN’ be written from the above coded language ?
- A.
%^@
- B.
^?%
- C.
^#$
- D.
*^
Attempted by 70 students.
Show answer & explanation
Correct answer: B
To solve this coding problem, we need to map each letter of the word 'PAN' to its corresponding symbol provided in the reference table.
Step-by-Step Mapping
Locate each letter in the table:
P: Find 'P' in the top row. The corresponding symbol below it is ^.
A: Find 'A' in the top row. The corresponding symbol below it is ?.
N: Find 'N' in the top row. The corresponding symbol below it is %.
Combine the symbols:
P + A + N = ^?%