Courses/Computer Science/CPSC 457.S2016/Lecture Notes/L5

From wiki.ucalgary.ca
< Courses‎ | Computer Science‎ | CPSC 457.S2016‎ | Lecture Notes
Revision as of 01:14, 25 May 2016 by Tjkendon (talk | contribs) (Created page with "= Lecture 5 - Process Scheduling = == Concepts == Assignments 1 & 2 The course concepts Scheduling (and Scheduling Algorithms) == Outline == * Assignment 1 * Assignment 2 * C...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Lecture 5 - Process Scheduling

Concepts

Assignments 1 & 2 The course concepts Scheduling (and Scheduling Algorithms)

Outline

  • Assignment 1
  • Assignment 2
  • Course Concept Review
  • Scheduling Concepts
    • Scheduling Timing
    • Preemptive vs Nonpreemptive
    • Types of Scheduling Algorithms
    • Scheduling Algorithm Goals and Metrics
  • Scheduling Algorithms
    • First Come, First Served
    • Shortest Job First
    • Exponential Average
    • Round-Robin
    • Priority Scheduling
    • Multi-Queue Scheduling
    • And many more!


Slides

My slides are available as PDF PPTX or Handout PDF

Notes

Questions for next time