Interview Questions  

Go Back   Interview Questions > Interview Questions & Answers > Information Technology > Operating Systems > RTOS

RTOS RTOS Interview Questions, Learn by sharing RTOS Interview Questions asked in various Companies, Get Career advices, Interview Procedures from RTOS experts, Post asked RTOS Interview Questions and Answers.

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-17-2008, 12:01 PM
Senior Member
 
Join Date: Feb 2008
Posts: 1,046
Default Describe different job scheduling in operating systems




Describe different job scheduling in operating systems?
Reply With Quote
  #2 (permalink)  
Old 11-26-2008, 07:18 AM
Junior Member
 
Join Date: Nov 2008
Posts: 5
Default

There are two basic types of scheduler
1. Preemptive
2. Non-preemptive

Preemptive schedulers are based on priority, means if there are tasks of same priority then all tasks will get same time otherwise if higher priority task will arrive it will be processed first.

Whereas in non-preemptive scheduler processes does not scheduled based on priority all tasks will be processed for same amount of time in simple round robin fashion.
Reply With Quote
Reply

Tags
interview questions, operating systems, rtos questions

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On