Possible Answers

  1. The NAME attribute is required so that JavaScript knows which image to work on.
  2. An image can be changed by changing the value of it's src property through document.image_name.src.
  3. Yes, the image will change.