Multitasking,Multi programming & Multiprocessing
Home Multitasking (Time sharing) Multitasking has the same meaning of multiprogramming but in a more general sense, as it refers to having multiple (programs, processes, tasks, threads) running at the same time. This term is used in modern operating systems when multiple tasks share a common processing resource (e.g., CPU and Memory). Multitasking:As the name itself suggests, multi tasking refers to execution of multiple tasks (say processes, programs, threads etc.) at a time. Ex: In the modern operating systems, we are able to play MP3 music, edit documents in Microsoft Word, surf the Google Chrome all simultaneously, this is accomplished by means of multi tasking. Multitasking is a logical extension of multi programming. Multi programming In a modern computing system, there are usually several concurrent application processes which want to execute. Now it is the responsibility of the Operating System to manage all the processes effe
Comments
Post a Comment