Multiple choice general knowledge science & technology

What is Multi-tasking?

  1. Accomplishing a task using more than one processors.

  2. Repeating same task multiple times

  3. Running a single application for more than one users.

  4. Running more than one application in memory at the same time.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Multi-tasking is the ability of an operating system to run multiple applications simultaneously in memory, switching between them quickly to give the appearance of concurrent execution. It is not about using multiple processors (option A, which is multi-processing), repeating tasks (option B), or one application for multiple users (option C, which is multi-user). Modern computers use time-slicing to achieve multi-tasking on single or multiple cores.