Answers

Question and Answer:

  Home  Programming Concepts

⟩ What is multitasking?

Two or more process run concurrently called MultiTasking. There are two types of multitasking. 1) Process-based 2) Thread-based.

Process-based multitasking allows your computer to run two or more programs concurrently. Thread-based multitasing means single program can perform two or more task simultaneously.

 129 views

More Questions for you: