Concept:Each letter in the first group is shifted forward by 4 positions in the alphabet to get the second group.Explanation:For BCD to FGH: B+4 = F, C+4 = G, D+4 = H.Apply the same rule to JKL: J+4 = N, K+4 = O, L+4 = P.Thus, the corresponding group is NOP.