What is an advantage of using a compiled program?

The programming language is easier for a novice to learn.
It typically will run faster than an interpreted program.
The programmer can debug as the program is running.
All logic errors are caught by the editor.

The advantage of using a compiled program is that it typically will run faster than an interpreted program.