C++ Questions
Casual Mode - Take your time!
1 / 14
Correct
0
Incorrect
0
Score
0%
Multiple Choice
What does a compiler do?
- It translates source code into activities (which may comprise groups of machine instructions) and immediately thereafter executes those activities.
- It translates source code directly into assembly language or machine instructions. The eventual end product is a file or files containing machine code.
- It combines a list of object modules into an executable program that can be loaded and run by the operating system.
- It only enables the programmer to edit the program files.