Computer multitasking (CMT)

“Doing multiple tasks at a time in a computer is called computer multitasking (CMT)”.

Multitasking is evolved from multiprogramming and has an old history. In the 1960’s computers were slow. Old computers cannot perform two tasks at a time. To perform one task we had to terminate other task running.

In modern operating systems (OS), we can do multiple tasks without terminating another task.

Every program or task goes to main memory for processing. Each program gets an address in memory. Registers are also assigned to each process for storing information. One process cannot read or change address and registers of another process.

Computer multitasking

In multitasking, CPU time is shared between programs. Suppose there are three programs running on a computer. We name these programs as MS Word, browser, and calculator. Processor gives time to all three programs as long as they are running. At one time the processor executes one task and then switch to another task. The switching between tasks is so fast that the user cannot feel any issue in using programs.

Two types of multitasking are used.

  1. Cooperative multitasking
  2. Preemptive multitasking

In cooperative multitasking, one program controls multiples processes in the main memory.

In preemptive multitasking, each program is given fixed time in main memory. Control is given back from the program when that program gets busy in I/O operation.

Advantages of computer multitasking (CMT)

Better use of computer resources:

In CMT, memory, hard drive, and virtual memory are better managed. Processor time is also well used as the wait time is less.

A computer user can save his time:

Suppose any user is downloading any file from the internet. Now he can do other tasks on the computer without waiting for the file to download completely.

Memory security:

One process cannot change data of another process in main memory. Each process can only use his own space allocated.

Program error handling:

If any program generates errors then other programs running on the computer are not affected by it. For example, if Google chrome crashes then your data in MS Word is not affected.

Handle multiple users:

CMT can handle multiple users at a time. Every user can run his own programs independent of other users.

Used in iPhone and iPad:

Multiple apps can run on smartphones and they use multitasking techniques.

Disadvantages of computer multitasking (CMT)

Computer with the high specification is needed:

To perform multitasking, the high-speed processor is needed. Also, high capacity ram is needed for handling large programs.

Cooling system:

For a computer running heavy games and software, CPU heat up quickly so the special cooling system is needed for CPU.

Quality of work affects:

If the user does multiple tasks at one time then the quality of work decreases. On user point of view, the person performing one task can give good results as compared to a user working on multiple tasks at once.

Examples of computer multitasking

  • Playing games and downloading files at once
  • Doing batch processing on the computer like downloading files and printing
  • Writing in a word processor and listening to mp3
  • Using the computer and controlling screen brightness
  • Background processes are always running side by side with user programs. Operating system services always run besides what computer user is doing on the computer.


Share This Story, Choose Your Platform!