Multitasking Definition and Explanation PDF Download
Learn Multitasking definition in operating system with 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 Explanation:
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 Operating System Explanations
What is Programmed IO?
Programmed IO is a way of moving data between devices in a computer in which all data must be passed ...
What is Binary Tree?
A binary tree is a data structure in which each node can have maximum of two children known as left ...
What is Kernel Mode?
There are two main modes i.e. Kernel mode and User mode. In kernel mode, the code that is being executed ...
What is Priority Inversion?
Priority inversion is a scenario in scheduling in which a high priority task is indirectly preempted by a low priority ...
What is Logical Address?
Logical address is also known as virtual address. It is an address generated by the CPU which is appended to ...
What is Swapping?
Swapping is a mechanism in which a process can be swapped temporarily out of main memory to move into secondary ...