✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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?