Sign Up | Sign In
Ask Questions & Get Answers at ibibo sawaal

What is CPU Scheduler? 

Asked in Computers & Technology at 3:05 PM on November 05, 2007

Tags: cpu scheduler

Report abuse
mridulla
mridulla

Related Search

 

What is CPU Scheduler?

-memory processes are to be executed allocated a CPU next following a clock interrupt, an IO interrupt, an operating system call or another form of signal. Thus the short-term scheduler makes scheduling decisions, implying that it is capable of forcibly removing processes from a CPU when it decides to allocate that CPU to another process, or non-preemptive, in which case the scheduler is unable to force processes off

Posted in Computers & Technology by mridulla at 8:35 PM on November 05, 2007

What will be sequence of operating system activities when an interrupt occurs ?

A transparent system interrupt is invoked by the assertion of an electrical signal at an external pin of a microprocessor CPU chip. Upon assertion of this interrupt, the CPU begins program execution in a dedicated RAM area that is inaccessible both to the operating system and all application programs. A set of instructions, which may be unique to the system in which the CPU chip is installed

Posted in Computers & Technology by Nawraj at 8:43 AM on June 26, 2008

What is Round Robin Scheduling

. This process continues until the job finishes and needs no more time on the CPU....Well Ashish! Round-robin RR is one of the simplest scheduling algorithms for processes in an operating system, which assigns time self-terminates after 50ms. Total CPU time of job1 = 250ms. http://en.wikipedia.org/wiki/Ro und-robinscheduling...It is one of the oldest, simplest, fairest and most widely used scheduling algorithms

Posted in Computers & Technology by Ashish Kumar at 9:31 PM on October 29, 2008

What are the schedulers available in OS to perform some job scheduling?

CPU next following a clock interrupt, an IO interrupt, an operating system call or another form of signal. Thus the short-term scheduler makes scheduling decisions much more frequently than the long removing processes from a CPU when it decides to allocate that CPU to another process, or non-preemptive, in which case the scheduler is unable to force processes off the CPU. [...Operating systems may

Posted in Computers & Technology by suha at 9:16 PM on October 24, 2007
Tags os

A CPU scheduling algorithm uses an order for the execution of its scheduled processes.Given n processes for scheduling on 1 processor,how many schedules r there

Short Term Scheduler for Process SchedulingMany types of Scheduling algorithms are there:First Come First ServedThese also have subcategories:Preemptive & Non-PreemptiveRound RobinetcLong Term Scheduler for Print job Spooling

Posted in Operating Systems by Kumar Siddha at 11:39 PM on March 28, 2009

What is the difference between yield and sleep?

multithreading environment, yield is a no-op. However, it is important in a cooperative multithreading environment, since without yield, one thread can eat up all of the CPU.sleepx tells the JVM Thread Scheduler by the processors scheduling algo.Incase of sleep, the caller thread wants to go to sleep for a specific period of time, regardless of what the CPU does to it. This means that even though by virtue of scheduling

Posted in Computers & Technology by rocky singh at 3:33 AM on June 26, 2008

Anyone can give me an explanation about real time softwaredesigning

utilization causes the queues to build up on different nodes, thus causing variable amounts of delays in message communication. Are the processing components powerful enough? A CPU with really high utilization will lead to unpredictable Realtime behavior. Also, it is possible that the high priority tasks in the system will starve the low priority tasks of any CPU time. This can cause the low priority tasks

Posted in Computers & Technology by Arun thampi at 5:49 PM on May 25, 2008

What is Priority Scheduling

. Politics.Priority scheduling can be either preemptive or non preemptive A preemptive priority algorithm will preemptive the CPU if the priority of the newly arrival process is higher than the priorityThreads are scheduled to run based on their scheduling priority. Each thread is assigned a scheduling priority. The priority levels range from zero lowest priority to 31 highest priority. Only

Posted in Computers & Technology by Ashish Kumar at 9:28 PM on October 29, 2008

What is a control unit?

to handle scheduling and a retirement unit to deal with results coming from the pipeline due to the complexity of the job it must perform....A control unit is the part of a CPU or other device that directs itsThe functions performed by the control unit vary greatly by the internal architecture of the CPU, since the control unit really implements this architecture. On a regular processor that executes x86

Posted in Electronics & Gadgets by Rocky at 10:04 PM on April 10, 2008
Tags control, unit

Similar Questions

Left Ads
© 2006 - 2013 ibibo Web Pvt Ltd. All rights reserved.