As an Amazon Associate I earn from qualifying purchases.

Multitasking Notes: Definitions & Explanations PDF Download

Download Multitasking Notes App (Play Store) Download Multitasking Notes App (App Store)

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 Thread?

A thread is a single sequence within a process. Thread have some of the properties of processes, that is why ...

What is Device Driver?

Device driver is a computer program that operates or controls a particular type of peripheral or device that is attached ...

What is Reusable Resource?

A reusable resource is a resource that is not rendered useless by being used. For instance, a magnetic disk such ...

What is Encryption?

Encryption is the process of using an algorithm to transform information to make it unreadable for unauthorized users. This cryptographic ...

What is Mutual Exclusion?

Mutual Exclusion is a program object that prevents simultaneous access to a shared resource. The concept is used in concurrent ...

What is Hashing?

Hashing is the transformation of string of characters into a usually shorter fixed-length value or key that represents the original ...