CompTIA
FC0-U71 · Question #36
A programmer wants to write code that will be more efficient when executed at runtime. Which of the following language types should the programmer use?
The correct answer is B. Compiled. Compiled languages are transformed into machine code before runtime, resulting in faster and more efficient execution compared to interpreted scripting languages.
Software Development Concepts
Question
A programmer wants to write code that will be more efficient when executed at runtime. Which of the following language types should the programmer use?
Options
- AMarkup
- BCompiled
- CQuery
- DScripting
How the community answered
(33 responses)- A3% (1)
- B88% (29)
- C3% (1)
- D6% (2)
Explanation
Compiled languages are transformed into machine code before runtime, resulting in faster and more efficient execution compared to interpreted scripting languages.
Topics
#Programming Languages#Compiled Languages#Runtime Efficiency#Software Development
Community Discussion
No community discussion yet for this question.