⟩ Do I need to add the JQuery file both at the Master page and Content page as well?
No, if the Jquery file has been added to the master page then we can access the content page directly without adding any reference to it.
This can be done using this simple example:
<script type="text/javascript" src="jQuery-1.4.1-min.js"></script>