I'm currently preparing for my ISSAP and here's one of the practice questions that I've got:
Which statement is NOT true of cryptanalysis?
A) It is used to test the strength of an algorithm

It is a tool used to develop a secure cryptosystem
C) It is used to forge coded signals that will be accepted as authentic
D) It is a process of attempting reverse engineering of a cryptosystem
IMO, B is clearly the answer, however, test question creator thinks that it is A.
Why it is B? Because cryptanalysis is not a tool. Tool is a specific software or hardware implementation of an idea (in this case an idea on how to weaken the algorithm). And cryptanalysis is not a specific implementation, it is more general stuff, all the ways and ideas on how to weaken the algorithm.
Why is is not A? Because one of the goals of a cryptanalysis is to break or weaken the algorithm, i.e. test if the algorithm as strong as advertised or there are hidden weaknesses in it that cryptanalysis is aimed to uncover.
Plz advise.