Computer Science Ques 337
Question: _____provides process and memory management services that allow two or more tasks, jobs, or programs to run simultaneously.
Options:
A) Multitasking
B) Multithreading
C) Multiprocessing
D) Multicomputing
E) None of these
Show Answer
Answer:
Correct Answer: A
Solution:
- Multitasking refers to the ability to execute more than one task (or program) at the same time. In multitasking, only one CPU is involved, but it switches from one program to another so quickly that it gives the appearance of executing all of the programs a line same time.