As an Amazon Associate I earn from qualifying purchases.

Multitasking Notes: Definitions & Explanations PDF Download

Study Multitasking lecture notes PDF with operating system definitions and explanation to study “What is Multitasking?”. Study multitasking explanation with operating system terms to review operating system course for online degree programs.

Multitasking Definition:

  • A mode of operation that provides for the concurrent performance or interleaved execution of two or more computer tasks.

    Operating Systems by William Stallings



Multitasking Notes:

Multitasking is allowing a user to perform more than one tasks at one time. The operating system is able to keep track of where you are in all the tasks being performed and it can jump from one task to another without losing any data or information from other tasks.

Keep Learning with Operating System Notes

What is Process Control Block (PCB)?

Process Control Block also called Task Controlling Block, Task Struct or Switchframe, is a data structure containing the information needed ...

What is Physical Address?

A physical address is a memory address that is represented in the form of a binary number on the address ...

What is Secondary Memory?

Secondary Memory is a device whose memory is non-volatile, meaning, the stored data will be intact even if the system ...

What is Monolithic Kernel?

Monolithic kernel is an operating system architecture where the entire operating system is working in kernel mode. A set of ...

What is Last In First Out (LIFO)?

The acronym for Last In First Out is LIFO. It is a method of processing data in which the last ...

What is Logical Address?

Logical address is also known as virtual address. It is an address generated by the CPU which is appended to ...