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 Virtual Address?

A virtual address is a pointer for memory space that an operating system allows a process to use. The virtual ...

What is Thrashing?

Thrashing is a condition in which excessive paging operations are taking place. A system that is thrashing can be perceived ...

What is Translation Lookaside Buffer?

Translation Lookaside Buffer is a memory cache that is used to reduce the time taken to access a user memory ...

What is Stack?

Stack is a special region in a computer's memory that stores temporary variables created by each function. The stack is ...

What is Synchronous Operation?

A synchronous operation blocks a process till the operation completes. This is the main difference in asynchronous and synchronous operation ...

What is Macrokernel?

A very rare term often used to define kernel in a bigger picture. Macrokernel is a special Operation System core ...