What is true about compilation? (Select two answers)
- Both you and user must have the compiler to run your code
- The code is converted directly into machine code executable by the processor
- It tends to be faster than interpretation
- It tends to be than interpretation
Explanation & Hint:
Compilation:
Interpretation:
Both methods have their advantages and disadvantages. Compilation provides speed and optimization but lacks flexibility. Interpretation offers more flexibility and ease of testing and debugging at the cost of slower execution speed. |