Concept:
Coding-decoding questions are solved by identifying the relationship between the original word and its coded form. The given example shows that every letter is shifted by a fixed number of positions in the English alphabet.
Step 1: Determine the coding rule
Given:
\[
\text{SHORE} \rightarrow \text{PELOB}
\]
Let us compare corresponding letters:
\[
\begin{array}{c|ccccc}
\text{Original} & S & H & O & R & E
\hline
\text{Code} & P & E & L & O & B
\end{array}
\]
Converting to alphabetical positions:
\[
S(19)\rightarrow P(16)
\]
\[
H(8)\rightarrow E(5)
\]
\[
O(15)\rightarrow L(12)
\]
\[
R(18)\rightarrow O(15)
\]
\[
E(5)\rightarrow B(B)
\]
Each coded letter is obtained by moving 3 positions backward in the alphabet.
Thus,
\[
\text{Code Letter} = \text{Original Letter} - 3
\]
Step 2: Apply the rule to List-I
• (a) B
\[
B \rightarrow Y
\]
(three positions backward with wrap-around)
Hence,
\[
a \rightarrow iv
\]
• (b) Z
\[
Z \rightarrow W
\]
Hence,
\[
b \rightarrow i
\]
• (c) Q
\[
Q \rightarrow N
\]
Hence,
\[
c \rightarrow iii
\]
• (d) J
\[
J \rightarrow G
\]
Hence,
\[
d \rightarrow ii
\]
Step 3: Final Matching
\[
a \rightarrow iv,\qquad
b \rightarrow i,\qquad
c \rightarrow iii,\qquad
d \rightarrow ii
\]
This corresponds to Option (B).