What is an interrupt?
It is a signla generated that tells the processor to stop what it’s currntly doing and give its attnetion to another process.
What is a hardware interrupt?
-Getting new inputs form a keyboard, or mouse, or connecting devices
What are priorty levels?
When the does the processor check for interrupts?
-It checks for interrupts at the end of te fetch devocde execute cycle.
What does ISR stand for?
-Stands for Interrupt service rountine.
What is a job in the procesor?
-A process that is runing right now.
What is pre-emptive sheduling?
-Jobs can be started and stopped by the operating system
What is non pre-emptive sheduling?
-Once the job as started it can finish
What is the round robin sheduling routine?
What are the advantages of RR?
-It insures that each process gets the same amount of processor time.
What are the disadvantages of Round Robin?
-Long jobs take alot longer to complete.
What are Multi-level feedback queues?
It uses multiple queues isntead of single queues- Almost like a vip folder.
- It is non pre-emptive.
What are the advantages of MLFQ?
What are the disadvantages of MLFQ?