adplus-dvertising
frame-decoration

Question

Select the type of multitasking methods that exist:

a.

process based

b.

thread based

c.

only process

d.

both process & thread based

Answer: (d).both process & thread based

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Select the type of multitasking methods that exist:

Similar Questions

Discover Related MCQs

Q. Choose the correct statement about process-based multitasking:

Q. Choose the statements which indicate the differences between the thread based multitasking and process based multitasking:

Q. What is the advantage of the multithreading program?

Q. Select the two type of threads mentioned in the concept of multithreading:

Q. Number of threads that exists for each of the processes that occurs in the program:

Q. Choose the namespace which supports multithreading programming:

Q. What does the given code snippet specify?

public Thread(ThreadStart start)

Q. Which of these classes is used to make a thread?

Q. On call of which type of method the new created thread will not start executing?

Q. Which of these method of Thread class is used to Suspend a thread for a period of time?

Q. Which of these keywords are used to implement synchronization?

Q. Which keyword is used for using the synchronization features defined by the Monitor class?

Q. What is synchronization in reference to a thread?

Q. Which method is called when a thread is blocked from running temporarily?

Q. What kind of exception is being thrown if Wait(),Pulse() or PulseAll() iscalled from code that is not within synchronized code?

Q. What is mutex?

Q. What is Semaphore?

Q. Which method is used to abort thread prior to it’s normal execution?

Q. Which of these statements is incorrect ?

Q. What is multithreaded programming?