Announcements

Important updates and course information

Welcome to CS 701!

Posted on Wednesday, January 28, 2026

Pinned

Welcome to Theory of Operating Systems! This course will cover fundamental OS concepts including process management, scheduling, memory management, and more.


Important Information:

  • All assignments are submitted through this website
  • You can use C, C++, or Python for your submissions
  • Make sure to test your code against the sample test cases before submitting

  • Looking forward to a great semester!

    Assignment 1 Released

    Posted on Wednesday, February 4, 2026

    Assignment 1: Process Scheduling Simulator is now available.


    You will implement a CPU scheduling simulator supporting FCFS, SJF, Round Robin, and Priority scheduling algorithms.


    **Due Date:** February 18, 2026


    Start early and make sure to test with the provided sample cases!