What do you call a file containing a program written in a high-level programming language?
- A machine file
- A code file
- A target file
- A source file
Explanation & Hint:
A file containing a program written in a high-level programming language is typically called a source file. This term is used because the file contains source code, which is written in a form that humans can more easily understand and edit. The source code in the file needs to be compiled or interpreted to be executed by a computer. |