So exponential and pseudopolynomial time categories differ in that the "exponential" component is based on how the # of operations grows in relation to # of input elements(in say, 32-bit chunks assuming 32-bit integer elements) for the former vs the # of bits for the latter. If that is correct, which I'm not entirely sure at this point and can adjust my question, if necessary,
I'm seeing it implied in video lectures and text that pseudo-polynomial is better than exponential.
My question is, is the highlighted statement above true and, if so, why?