answersLogoWhite

0

multitasking infers the mechanism to run many processes simultaneously with user interaction. multithreading is a mechanism of running various threads under single process within its own space.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Difference between time sharing and multitasking and multithreading and multiprocessor?

multitasking: more task execute on sevaral cpumultithreading : sevaral part of one program execution


Difference between distributed system and multiprocessor system?

The difference between distributed system and multiprocessor system is whether the processing units in the system share the main memory. If yes, then the system is multiprocessor system; otherwise, it's a distributed system.


What is the difference between cooperative multitasking and preemptive multitasking?

Cooperative multitasking is multitasking tohelp someone else, while peemative multitasking is multiaatsking for yourself.


What is the difference between multitasking and combing task?

multitasking is doing more than two task or more. And combing task is two task


What is the difference between task-switching and multitasking?

When a person is task switching, they are working on one thing at a time. If a person is multitasking, they are working on more than one thing at once.


What is the Difference between clustered system and multiprocessor system?

is a number of linked systems, working together closely ,so that they form a single computer


What are the devices which contain multiprocessor and multicomputers?

multiprocessor and multicomputer


What are main differences between cooperative multitasking and preemtive multitasking?

Preemptive multitasking is when the operating system preemptively interrupts a current task without cooperation. Cooperative multitasking is when the system must be programmed to do tasks.


Difference between realtime and multiprocessor scheduling?

uniprocessor : - A type of architecture that is based on a single computing unit. All operations ( additions, multiplications, etc ) are done sequentally on the unit. . multiprocessor : - A type of architecture that is based on multiple computing units. Some of the operations ( not all, mind you ) are done in parallel and the results are joined afterwards.


Distinguish between batch system real time system multi tasking system?

The difference between Batch System, Real Time System and Multitasking System is that they are cool and you are a gimp.


What is the difference between a multiprocessor and a multi core system Explain them in details and discuss the impact of the multi core multi processor on the performance of the computer system.?

A multiprocessor system consists of multiple independent processors that can each run separate tasks simultaneously, often sharing memory and resources, while a multicore system has multiple processing cores integrated into a single chip, allowing for parallel processing within a single processor unit. The primary difference lies in their architecture: multiprocessors can have multiple physical CPUs, whereas multicore systems have multiple cores within a single CPU. The impact of multicore and multiprocessor systems on performance is significant, as they enhance multitasking, improve efficiency in handling concurrent processes, and boost overall system throughput, making them ideal for modern computing demands. However, the performance gains depend on software optimization, as not all applications can effectively utilize multiple cores or processors.


'What is the difference between multiprogramming and multitasking and what is meaning of a task if we consider a task as a program then the concept will be multiprogramming then what is the differenc?

First of all there is difference between program and a task. There may be multiple tasks running related to one program at the same time. so if the processor is busy in multiple tasks related to one program then it is multitasking. But if the multiple tasks which the processor is executing concurrently are related to different independent programs then the concept is know as multiprogramming.