The definition of multitask is: The concurrent operation by one central processing
unit of two or more processes.
If you consider all threads to belong to the same process- it is not multitasking. However, I would normally consider different threads to be engaging in different processes.
It is semantic: is a process an entire application, or a thread? From the answer given on the answer key, they are interpreting a process to be a separate application, and not different threads.
I disagree with this answer and hope nothing like that (semantic interpretation of vague english words) are on the real test.