How to Use This Website

Welcome to the Disk Scheduling Simulator! 👋

This website helps you understand how different disk scheduling algorithms work in operating systems. Whether you're a student, teacher, or just curious about computer science, we've made it easy to learn and experiment!

🧭 Website Navigation

  • About Us: Learn about our project and team
  • Algorithms: Detailed explanations of each disk scheduling method
  • Simulator: Try out different algorithms in action
  • Contact Us: Get in touch with questions or feedback

🎯 Getting Started

  1. Start by reading about the algorithms in the Algorithms section
  2. Click the "Simulator" button to open the interactive tool
  3. Enter your disk queue numbers in the simulator
  4. Choose an algorithm to see it in action
  5. Watch the visualization and analyze the results

🖥️ How to Use the Simulator

1. Input Your Data

Enter the disk queue numbers (0-199) separated by commas in the input field

2. Select Algorithm

Choose from FCFS, SSTF, SCAN, or C-SCAN algorithms using the dropdown menu

3. Watch the Visualization

Click "Start" to see how the selected algorithm processes your disk queue

4. Analyze Results

Review the total head movement and compare different algorithms' efficiency

💡 Pro Tips