answersLogoWhite

0

multitasking: more task execute on sevaral cpu



multithreading : sevaral part of one program execution

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the difference between hyperthreading and simultaneous multithreading?

Actually, hyperthreading is Intel's name for its implementation of simultaneous multithreading.


What is the difference between conventional C and embedd C?

Advantages: - Priority based premptive scheduling -multitasking -multithreading -better response time -valuable services like senaphore,mailbox,queues etc. Disadvantages: -expensive Advantages: - Priority based premptive scheduling -multitasking -multithreading -better response time -valuable services like senaphore,mailbox,queues etc. Disadvantages: -expensive


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 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 multitasking multiprogramming and multithreading?

Multiprogramming is a rudimentary form of parallel processing in which several programs are run at the same time on a uniprocessor.Since there is only one processor, there can be no true simultaneous execution of different programs. Instead, the operating system executes part of one program, then part of another, and so on. To the user it appears that all programs are executing at the same time. Multitasking, in an operating system, is allowing a user to perform more than one computer task (such as the operation of an application program) at a time. The operating system is able to keep track of where you are in these tasks and go from one to the other without losing information Multithreading is the ability of a program or an operating system process to manage its use by more than one user at a time and to even manage multiple requests by the same user without having to have multiple copies of the program running in the computer


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.