The letters in a word are replaced by certain other letters according to a specific rule to form its code. It is required to detect the coding pattern/rule and answer the questions accordingly.

1)

In a certain code, TEACHER is written as VGCEJGT. How is CHILDREN written in that code?


A) EJKNEGTP

B) .EGKNFIPT

C) EJKNFGTO

D) EJKNFTGP

Answer:

Option D

Explanation:

Clearly, each letter in the word TEACHER is moved two steps forward to obtain the corresponding letter of the code.

T+2->V, E+2->G, A+2->C, C+2->E, H+2->J, E+2->G, R+2->T

Similarly, we have,

C+2->E, H+2->J, I+2->K, L+2->N, D+2->F, R+2->T, E+2->G, N+2->P

So, the desired code is EJKNFTGP. Hence, the answer is (d).