✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
A compiled language translates the operation a = b + c into a single processor ADD instruction. An interpreted language performs the same operation by looking up variable names in a table, checking their types, selecting the appropriate addition operation, performing the addition, and storing the result. What category of overhead does this represent?