Q1. To reduce truncation error in numerical differentiation, one should:
👉 Decrease step size h
Because truncation error comes from neglecting higher-order terms in the Taylor expansion, and making h smaller reduces that error. (Though note: too small h can increase round-off error — so there’s a tradeoff in practice.)