The order of the input records has what impact on the number of comparisons required by Quicksort (as presented in this module)?

There is a big difference, the asymptotic running time can change
  • None
  • There is a constant factor difference

Does Quicksort change when it make a comparison according to the order of the array input values?

Yes, the order of input can change a lot about Quicksort's behavior.