Correct option is B
A PID controller combines three control actions based on the error between the desired position and the actual position:1. Proportional (P):Adjusts the motor input proportionally to the current error.2. Integral (I):Integrates past errors to eliminate steady-state error caused by disturbances.3. Derivative (D):Acts on the rate of change of error, effectively predicting future error behavior and improving stability.Thus, the motor input is continuously adjusted using current error, accumulated past error, and predicted future error.