Instruction
Welcome to Disk Simulator! Your goal is to control the disk head() by moving it left or right
to match the sector number of incoming I/O requests. Here's how it works:
▪︎ Incoming Requests: Requests will appear on the left, each marked with a number (e.g., 42) and a green color. Keep an eye on them!
▪︎ Request Colors: All requests start as green. If a request stays unhandled for too long, it turns yellow and then red.
▪︎ Sandglass Icon: While handling a request, a sandglass icon (⌛️) will appear, indicating active processing.
42
42
42
42 ⌛️
42 ⌛️
42 ⌛️
▪︎ Reading Process: Move the disk head to the sector with a number matching a request to start reading. The disk head must scan the whole sector to complete the request.
▪︎ Scoring: Your score is impacted by how efficiently you clear requests. Clear them all to win. Too many unhandled requests lead to high disk latency, and the angry user may reboot the computer, resulting in a loss.
Controls
▪︎ Use the left arrow(←) and right arrow(→) to move the disk head.
▪︎ The disk head can't be moved while reading a correct sector.
After the game, check the "AI Replay w/" section to select an algorithm and compare your performance with the AI. Press any key or click outside to close this help page.