answersLogoWhite

0


Best Answer

preemptive or pre-emptive.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is it pre-emptive or pre emptive or preemptive?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is windows xp preemptive or non preemptive?

It uses pre-emptive scheduling. It has what is called a pre-emptive multi-tasking kernel.


What is preemptive reforms?

What is pre-emptive groups


Is the Linux kernel pre-emptive or non-premptive?

It is preemptive, as of the 2.6 series. 2.4 and prior were non-preemptive.


What is Preemptive tasking?

Pre-emptive tasking is a process whereby a task is temporarily interrupted in a computer system. This will determine how long it takes for a task to be completed.


When was Pre-Emptive False Rapture created?

Pre-Emptive False Rapture was created on 2007-07-23.


What is pre-emptive multitasking?

In preemptive multitasking scheduling processes , scheduler can interrupt one running process and and allocate CUP to another process without letting the complete the task of first process. Window 95 introduced preemptive scheduling and Mac also uses this scheduling process. Bharat Rawal


What scheduling algo is used for real time OS?

Cooperative schedulingPreemptive scheduling Rate-monotonic schedulingRound-robin schedulingFixed priority pre-emptive scheduling, an implementation of preemptive time slicingFixed-Priority Scheduling with Deferred PreemptionFixed-Priority Non-preemptive SchedulingCritical section preemptive schedulingStatic time schedulingEarliest Deadline First approachStochastic digraphs with multi-threaded graph traversal


What is the meaning of unprovoked attack?

Pre-emptive strike


Does Windows 7 supports only cooperative multitasking?

false it does support "pre-emptive multitasking" though.


What is the unix terminology for multitasking?

Multitasking.


What do you mean by non-preemptive shortest job first scheduling explain with an example?

Non pre-emptive means once CPU starts executing one process, it will not be taken out of the CPU until it is terminated or it has to wait for some event. In preemptive SJF scheduling, current running process is moved to the ready queue when a new process with a shorter CPU burst joins the ready queue.


Which is one of pre-emptive scheduling algorithm?

Priority based algorithm