Concept:Each letter in the first term is shifted forward by 2 positions in the alphabet to get the corresponding letter in the second term.Explanation:T + 2 = V, U + 2 = W, V + 2 = X. So TUV becomes VWX.Apply the same rule to XYZ: X + 2 = Z, Y + 2 = A (since after Z comes A), Z + 2 = B.Thus, XYZ becomes ZAB.