answersLogoWhite

0


Best Answer

multitasking: more task execute on sevaral cpu



multithreading : sevaral part of one program execution

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Difference between time sharing and multitasking and multithreading and multiprocessor?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 difference between cluster system and multiprocessor system?

in cluster system, different CPU's work together to perform a specific task while in multiprocessor system,different CPU's work to perform their own tasks.


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.


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.


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.


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