Answer: Compiled code is a set of files that must be linked together and with one master list of steps in order for it to run as a program.
Explanation: This is opposed to a interpreted code like web scripts, host server scripts and BASIC that are run one line at a time.
Hope this helps! :)