Multitasking Operation SYSTEM - 2023EV149: Dharsan S (201CS146)
Multitasking Operation SYSTEM - 2023EV149: Dharsan S (201CS146)
Multitasking Operation SYSTEM - 2023EV149: Dharsan S (201CS146)
SYSTEM – 2023EV149
DHARSAN S
(201CS146)
INTRODUCTION
PREEMPTIVE COOPERATIVE
Preemptive multitasking is a task that a computer Cooperative multitasking is referred to as ‘ Non-
operating system is given. It determines how much Preemptive Multitasking’ The basic goal of
time one job spends on the operating system before cooperative multitasking is to complete the current
assigning another to use it. The operating system is work while allowing another process to execute.
also referred to as ‘ pre-emptive’ because it controls TaskYIELD() is used to complete this task. Context
switch is called whenever the taskYIELD() function is
the entire operation. The multitasking operation
called. It is utilized by Windows and MacOS. It will
that is employed by the desktop is called proactive
perform some short unit of work before giving the
multitasking. UNIX was the first operating system
CPU over to the OS until it receives another message.
to implement this multitasking technique.
TRUE MULTITASKING
We have process boundation because of the poor speed of its processors, the system may
run slower and their reactive time tends to increase when processing many programs.
They tend to have memory boundation too that is when the computer suffers several
programs at the same time and the main memory gets overloaded as a result the reaction
time gets slower as the CPU cannot give distinct times to each program. The usage of low
capacity RAM is the primary cause of this problem. The CPU may heat up while running
multiple processors are engaged at the same time to execute a particular task.
EXAMPLES OF OPERATION SYSTEMS THAT PROVIDE MULTITASKING:
Windows XP, Windows Vista, Windows 7, UNIX, IBM’ s OS/390 etc…
CONCLUSION:
Multitasking is used too frequent these days that we tend to forget all those
important and complex art that goes into creating these systems in flesh and
blood but we as of today wont even bother to use a single processing system
because the time and efficiency has been in the tip of our ideology these days.