easyFPSCNTSCSSPPSCFIAOTSIBASTSECATProgramming & Databases
Answer explanation
Explanation included
Practice quiz ready
Continue practising this MCQ topic
Use these links to review the full topic, start a timed quiz, or open the exam hub connected with this question.
Related Programming & Databases MCQs
View all1Which Operation can’t be performed by Queue?2Where is a local variable normally accessible?3What does a data type define?4What is the purpose of a break statement inside a loop?5Which loop is generally most suitable when the number of iterations is known in advance?6Which program translates an entire high-level programming language source code into machine code before execution?
Answer and explanation
Correct Answer: C: Interpreter
Explanation: An interpreter reads, translates and executes source code one statement at a time. This approach makes testing and debugging easier because errors are reported as execution reaches them. Python and JavaScript commonly use interpreted execution, although modern implementations may also use compilation techniques internally.
Continue practice
More Programming & Databases MCQs with answers
Use these links to review related questions, practise the full topic, or open the exam preparation pages connected with this MCQ.
Related questions
- Which Operation can’t be performed by Queue?
- Where is a local variable normally accessible?
- What does a data type define?
- What is the purpose of a break statement inside a loop?
- Which loop is generally most suitable when the number of iterations is known in advance?
- Which program translates an entire high-level programming language source code into machine code before execution?