If in a certain code, A = D, B = E, C = F, and so on, what is the code for the word 'CAT'?

Answer: A. FWD
Each letter is shifted forward by 3 positions in the alphabet: C -> F, A -> D, T -> W.