This visual execution shows how LOOK and C-LOOK disk scheduling algorithms work. The disk head starts at a position and moves in one direction serving requests. LOOK continues until no requests remain in that direction, then reverses to serve remaining requests. C-LOOK, instead of reversing, jumps back to the lowest request and continues moving in the same direction. The execution table traces each step, showing head position, direction, requests served, and actions taken. Variable tracking shows how head position and direction change over time. Key moments clarify why LOOK reverses and C-LOOK jumps. The quiz tests understanding of head positions and direction changes. This helps beginners see how these algorithms reduce disk head movement and improve efficiency.