What is multitasking and multithreading?

Answers were Sorted based on User's Feedback



What is multitasking and multithreading?..

Answer / sadiq afroze

Multitasking is the feature supported by the operating
system to execute more than one task simultaneously.

Multithreading is the system environment where the tasks are
sharing the same programs load module under the multitasking
environment. It is a subset of multitasking since it
concerns tasks which use the same program.

Is This Answer Correct ?    31 Yes 8 No

What is multitasking and multithreading?..

Answer / cheran pogu

Multitasking is similar to multiprogramming. in fact the
difference between multiprogramming and multitasking is
subtle. Multiprogramming means that the operating system
allows several programs to execute at the same time.

Multitasking means that a program running in a single
partition or region allows multiple tasks to execute
simultaneously. A task is an execution of a program or
programs for a specific user Eg. if user 1 is running PGM A
then user1 has created a task.

Multithreading is the system environment where the tasks
are sharing the same program under the multitasking
environment.Multithreading is a subset of
multitasking,since it concersn tasks which use the same
program.

Under the multithreading environment, a program is shared
by several tasks concurrently. For each task, the program
must work as if it were executing instructions exclusively
for each task.Therefore, it requires special considerations
such as reentrancy.

Is This Answer Correct ?    19 Yes 4 No

What is multitasking and multithreading?..

Answer / sriramu.t

In simple words we can also answer as ..
more than one task execute concurently is called
multitaking and one taks can be used by more than one
program is called multithreading.

Is This Answer Correct ?    19 Yes 15 No

What is multitasking and multithreading?..

Answer / maruthamkumar

multitasking: os allows more than one task to be executed concurrently regardless of the task using same resources or different resources.but only one task may take control over the resources.
multithreading:it is a subset of multitasking.it is an environment were multiple task share the same resources without interfering each other.
Thread:its a set of control structure to communicate and effectively utillise the same resources among n number of task

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More CICS Interview Questions

What Are Send Map Maponly & Send Map Dataonly ?

0 Answers   IBM,


<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?

1 Answers  


I have the transaction name for cics screen.. With the transaction name, how will I find the cics program written for the transaction and BMS map program also...

4 Answers   CGI,


What is meant by pseudo-conversation?

1 Answers   Accenture,


How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?

1 Answers   CSC, IBM,






What is the eib?

0 Answers  


What does the BUFFER option in RECEIVE mean ?

1 Answers   IBM,


I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?

0 Answers   IBM,


kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?

0 Answers   IBM,


What will happen if the TDQ that you want to delete is not in the DCT?

2 Answers  


what are the commands used to gain exclusive control over a resource?

0 Answers   IBM,


How to prevent user to access a screen directly from cics Native screen by using Trans Id?

2 Answers   IBM,


Categories