Answer Posted / 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 |
Post New Answer View All Answers
Can you define ppt and what are its uses?
What is the common work area?
Explain how do you set the mdt option to on status, even if data is not entered?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
For protecting a transaction using the transaction security function, the two things that must be done are?
What are the terms cics generally means?
Kindly specify the pic clause for the data type of length option field type of data fields?
Add a field to screen when what's the flow of impact?
Explain the logical message in cics?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
What is bms map?
how do you execute a background cics txn ?
What is the cics command level?
Explain the mdt in cics?
What is the common systems area?