Which of the following has an incorrect definition mapping?
i.Multiprogramming – An operating system can load more than one program in memory at one time.
ii. Multitasking – An operating system can handle requests from several different processes loaded into memory at the same time.
iii. Multithreading – An application has the ability to run multiple threads simultaneously.
iv. Multiprocessing – The computer has more than one CPU.

A.
All of them
B.
None of them
C.
iv
D.
iii
Explanation:
The correct definition mapping is listed below;
– Multiprogramming An operating system can load more than one program in memory at
one time.
– Multitasking An operating system can handle requests from several different
processes loaded into memory at the same time.
– Multithreading An application has the ability to run multiple threads
simultaneously.
– Multiprocessing The computer has more than one CPU.