The correct choice is (a) True
Explanation: The integrator circuit integrates the input waveform within a given time limit. Hence, to find the response of the integrator, we can use the quad() command since it computes definite integration only. But if we want to find the steady state response, we cannot do it using quad() since it does not compute for an infinite limit. Hence, we have to use the int() command.