Podcast
Questions and Answers
What is true about compiled programs compared to interpreted ones?
What is true about compiled programs compared to interpreted ones?
- They require the source code every time
- They tend to be faster (correct)
- They support real-time execution
- They are more flexible
Which type of translation is compiling?
Which type of translation is compiling?
- Interactive
- Real-time
- Dynamic
- Static (correct)
What is needed every time a program runs in interpreting?
What is needed every time a program runs in interpreting?
- Interpreter and source code (correct)
- Secondary memory and input devices
- Compiler and source code
- Main memory and CPU
In computer systems, where is the information that the CPU acts on stored?
In computer systems, where is the information that the CPU acts on stored?
What does a central processing unit (CPU) of a computer do?
What does a central processing unit (CPU) of a computer do?
What is the purpose of writing programs using a programming language?
What is the purpose of writing programs using a programming language?
Why are high-level languages more portable than machine languages?
Why are high-level languages more portable than machine languages?
What does a high-level language need in order for the computer to understand it?
What does a high-level language need in order for the computer to understand it?