Creation Date: October 20th, 2025
Authors:
- Kiera Holland
- Rahim Iqbal
- Talha Khalid
Overview of Code:
This project uses the First Come, First Serve (FCFS) CPU Scheduling Algorithm.
This program will:
- Define the process IDs, arrival times, and burst times.
- Check if the CPU is idle before the next process arrives.
- Calculate the waiting time, response time, turnaround time, and completion time for each process.
- Calculate the averages for the waiting time, response time, and turnaround time.
- Show the results of these and the throughput to the console.