aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Aimnova site navigation

Stay in the loop

Get the latest study resources and updates

New features, study tips and exam insights — straight to your inbox.

IB Diploma

  • IB Past Papers
  • IB Study Notes
  • IB Question Bank
  • IB Mock Exams
  • IB Revision

IB Subjects

  • IB Math AA
  • IB Math AI
  • IB Economics
  • IB Business Management
  • IB Physics
  • IB Biology
  • View all IB subjects→

IB Past Papers

  • IB Math AA HL Past Papers
  • IB Math AA SL Past Papers
  • IB Math AI HL Past Papers
  • IB Math AI SL Past Papers
  • IB Economics HL Past Papers
  • IB Economics SL Past Papers
  • IB ESS Past Papers
  • View all past papers→

Study Resources

  • Study Notes
  • Question Bank
  • Mock Exams
  • Flashcards
  • Revision Guide
  • Exam Skills
  • Command Terms
  • Grade Calculator
  • Exam Timetable 2026

Aimnova

  • Features
  • Pricing
  • For Schools
  • For Parents
  • About Us
  • Blog
  • Contact
aimnova.

AI-powered study platform for smarter revision, past-paper analysis and examiner-style feedback.

TermsPrivacyCookies·© 2026 Aimnova. All rights reserved.8afc4e3

Aimnova is not affiliated with or endorsed by the International Baccalaureate Organization (IB).

NotesComputer ScienceTopic 1.3Scheduling
Back to Computer Science Topics
1.3.34 min read

Scheduling

IB Computer Science • Unit 1

Smart study tools

Turn reading into results

Move beyond passive notes. Answer real exam questions, get AI feedback, and build the skills that earn top marks.

Get Started Free

Contents

  • One CPU, many programs
  • Four approaches
  • Choosing between them
  • Exam-style question
The big idea: A processor core can run one process at a time.

Scheduling is the rule the OS uses to decide which process runs next, and for how long. Switching fast enough makes them all look simultaneous.
What the rule is trying to balance: Finish everything quickly, keep the machine feeling responsive, and make sure nothing waits forever.

No single rule is best at all three, which is why there is more than one.

Free preview

This is the free notes preview

You're reading the free notes. Aimnova Pro unlocks the full study experience — and you can try it with your first topic free to keep:

  • FlashcardsLock in vocabulary and key terms with spaced repetition.
  • Practice questionsAnswer exam-style questions and get instant AI marking.
  • Mock exams & past-paper vaultSit full mocks and see exactly how examiners award marks.
  • Personalised study planA daily plan built around your exam date and weak areas.
Start Studying Free Full access to Aimnova Pro · cancel anytime

The same three processes under each rule. Watch how the finish times move.

Interactive diagram

Explore the labelled diagram, charts and maps for this topic in full study mode.

Claim your free topic
1

First come, first served

2

Round robin

3

Priority scheduling

4

Multilevel queue

Memorize terms 3x faster

Smart flashcards show you cards right before you forget them. Perfect for definitions and key concepts.

Try Flashcards FreeYour first topic is free to keep • No credit card required
Match the rule to the machine: The right choice depends on what the machine is for.

A desktop must feel responsive. A control system must never miss a deadline. A batch server just needs everything finished.

Needs responsiveness

  • A desktop, phone or anything with a person waiting
  • Round robin or a multilevel queue
  • A first turn quickly matters more than finishing first
  • Switching overhead is a price worth paying

Needs deadlines met

  • Control systems, medical equipment, industrial machinery
  • Priority scheduling
  • Some work must run before anything else, always
  • Starvation must be handled separately, or low-priority work never runs
Starvation, and the usual fix: Under priority scheduling, a steady supply of urgent work means a low-priority process may never run at all.

The usual answer is ageing: raise a process's priority the longer it has waited, so everything eventually reaches the front.

How this is tested — you must compare approaches by their EFFECT on the processes, not just define them. It comes up two ways:

Paper 1 Section A

  • Compare two scheduling approaches, 3-6 marks
  • State an advantage and a disadvantage of one
  • Choose an approach for a described system

Paper 1 Section B — case study

  • Recommend scheduling for the case study system
  • Justify it from what that system is used for
The classic trap: Defining both approaches and stopping. A comparison needs a sentence that mentions both: "round robin gives a short process an early turn, whereas first come first served makes it wait for everything ahead of it".
IB-style questionCompare[5 marks]

A hospital monitoring system runs patient alarm checks alongside routine record-keeping. Compare priority scheduling and round robin for this system, and recommend one.

Model answer plan

See the mark-by-mark plan — for / against / judgement, with marking guidance — in study mode.

Claim your free topic

Try an IB Exam Question — Free AI Feedback

Test yourself on Scheduling. Write your answer and get instant AI feedback — just like a real IB examiner.

why scheduling is necessary. [1 mark]

Related Computer Science Topics

Continue learning with these related topics from the same unit:

1.1.1CPU components
1.1.2The GPU
1.1.4Primary memory
1.1.5Fetch–decode–execute
View all Computer Science topics

Improve your exam technique

Command terms, paper structure, and mark-scheme tips for Computer Science

Previous
1.3.2Functions of the OS
Next
Polling and interrupts1.3.4

21 practice questions on Scheduling

Students who practiced this topic on Aimnova scored 82% on average. Try free practice questions and get instant AI feedback.

Try 3 Free QuestionsView All Computer Science Topics