I'm reading the PE format document. In the document, the word "image" appears many times and seems always comes along with the word "executable". However, it doesn't explain why "executable" is called an "image file".
There is a list of page entries on Wikipedia to several terminologys contains "image" such as "Disk image", "ISO image", even a link to "Executable", but still it doesn't explain the meaning of "image" in such contexts.
After googling, I found This website that gives a reasonable explination of "image":
(1) In computer science an image is an exact replica of the contents of a storage device (a hard disk drive or CD-ROM for example) stored on a second storage device. See also disk image.
So, say an "ISO image" is an exact replica of the contents of a disc, then an "executable image" is an exact replica of what? Why are executables called "image files"?