Answer Posted / 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 View All Answers
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
Define the term mro (multi region operation)?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
How to handle exceptional conditions in cics?
What does EIB mean in CICS?
Name the 3 common ways to create maps?
Mention the content that is present inside a PPT ?
Explain the function of the cics translator?
Can you define cics task?
Explain the difference between physical map and symbolic map?
Can you explain primary aspect of cics?
Explain the difference between the xctl and link commands?
How vsam files are read in cics pgms?
Explain the difference between pseudo-conversational and conversational?