What is multitasking?

Questions by mithila

Showing Answers 1 - 8 of 8 Answers

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.

  Was this answer useful?  Yes

GOPAL

  • Dec 19th, 2005
 

can u give me examples on thread based and process based programming in multitasking

  Was this answer useful?  Yes

akanksha

  • May 28th, 2007
 

thread based programming is multithreading that's not multitasking

  Was this answer useful?  Yes

padmanabham

  • Jul 28th, 2007
 

Multitasking is nothing but a running different type of application simultaniously.
Multithreading is nothing but a single program runs one or more jobs is called multithreading.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions