When you power on a CNC machine, it doesn't know where its parts are. The first step is to move it to the home position using the G28 command. This moves the machine to a fixed, known spot. Next, you set the reference point with G92, telling the machine 'this is zero' for all axes. This way, the machine knows where to start cutting or moving. If you skip homing or setting the reference, the machine can move incorrectly. The execution table shows these steps clearly: first move home, then set reference, then ready to work.