What are the two types of multitasking?1. Process-based2. Thread-based

A) 1
B) 2
C) Both 1,2
D) None of the above

Showing Answers 1 - 20 of 20 Answers

chaitanya

  • Jan 17th, 2006
 

c is the correct answer.it is the thread based,process based.

  Was this answer useful?  Yes

Satishjava

  • Feb 18th, 2006
 

D)

Multitasking is different from Multithreading

                          MultiThreading is two types

                               1.process-based

                               2.Thread-bsed

mohanapriya

  • Sep 27th, 2011
 

both process based and thread based.......

two types of multitasking are thread based and process based multitasking

  Was this answer useful?  Yes

neha

  • Sep 9th, 2014
 

Its both , ie option C .

  Was this answer useful?  Yes

Suleiman

  • Jun 17th, 2015
 

Process Based Multitasking:
1.Process is the basic unit of operation.
2.It is comparatively heavy weight.
3.Inter-process communication is expensive.
4.It has more overhead and it is unable to gain access over ideal time of CPU.

Thread Based Multitasking:
1.Thread is the basic unit of operation.
2.It is comparatively light weight.
3.Inter-thread communication is inexpensive.
4.It has faster data rate multi-tasking.

  Was this answer useful?  Yes

Sumit pal Singh

  • Jul 5th, 2015
 

C) Both 1,2

  Was this answer useful?  Yes

Sudhasri

  • Dec 30th, 2017
 

Both 1,2

  Was this answer useful?  Yes

Amarendra Kumar

  • Apr 17th, 2018
 

C) Both 1,2

  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

 

Related Open Questions