Correct option is D
Given:
DESK is coded as BCQI1
CHAIR is coded as AFYGP2
We need to find the code for TABLE.
Logic: The letters are shifted by -2, and then the number at the end corresponds to the number of vowels in the word.
DESK → BCQI1
Number of vowels: 1 (Only E is a vowel).
Letters shifted by -2:
D → B
E → C
S → Q
K → I
Final code: BCQI1.
CHAIR → AFYGP2
Number of vowels: 2 (A and I are vowels).
Letters shifted by -2:
C → A
H → F
A → Y
I → G
R → P
Final code: AFYGP2.
Now, for TABLE:
Number of vowels: 2 (A and E are vowels).
Letters shifted by -2:
T → R
A → Y
B → Z
L → J
E → C
Thus, the final code for TABLE becomes: RYZJC2.
Correct Answer (d) RYZJC2