What is a potential drawback of using high-level programming languages?
What is a potential drawback of using high-level programming languages?
Explanation
High-level languages add layers between code and hardware. These layers make programming easier but can slow execution. The computer must translate high-level code into machine instructions.
High-level languages are less efficient in speed, though easier to write. They do provide built-in features but that’s an advantage. Understanding architecture is needed for low-level languages, not high-level.
The trade-off is programmer time versus execution speed. Most applications prioritize development speed over raw performance.