Saturday, 18 July 2026
Lecture 9 of 73 · Unit 1
Unit 1 ⏳ Pending
Unlocks at 05:00 PM, 18 Jul 2026

Language translators and programming tools PYQ

What We'll Learn

A quick overview of today's lecture

Language translators and programming tools PYQ PYQ PRACTICE SCOPE: Language translators and programming tools. Concept ID: XI_U1_LANGUAGE_TRANSLATORS. Use only previous-year questions whose concept_ids include XI_U1_LANGUAGE_TRANSLATORS.
Key things we'll cover
Language translators and programming tools
PYQ references used by both prompts 8 included 1 excluded
Flagged questions are excluded from both Study Notes and PPT references until corrected in Paper Analyzer.
Included ID 1083 · 2025 · 1 mark(s)
Assertion (A): Interpreter works line by line Reason (R): Hence slower than compiler. a) Both A and R are true and R is correct explanation of A b) Both A and R are true but R is not correct explanation of A c) A is True but R is False d) A is False but R is True
Software and Operating System → Language translators and programming tools
Included ID 1117 · 2025 · 1 mark(s)
______ is a system software that translates and executes instructions written in a computer program line-by-line. a) Assembler b) Interpreter c) Compiler d) None of these
Software and Operating System → Language translators and programming tools, Software categories and utilities
Excluded ID 1155 · 2025 · 1 mark(s)
Python uses a/an ______________ to convert source code to object code. a. Interpreter b. Compiler c. Combination of Interpreter and Compiler d. Special virtual engine
Number Systems and Encoding → Number systems and conversions, Language translators and programming tools
Awaiting categorisation review
Included ID 1343 · 2025 · 1 mark(s)
Which of the following statements is true about the difference between a compiler and an interpreter? a) A compiler translates the entire source code into machine code at once, while an interpreter translates line-by-line. b) An interpreter translates the entire source code into machine code at once, while a compiler translates line-by-line. c) Both a compiler and an interpreter translate source code into machine code line-by-line. d) A compiler and an interpreter both require the source code to be executed all at once.
Software and Operating System → Language translators and programming tools
Included ID 1428 · 2025 · 1 mark(s)
Which statement is true about compilers and interpreters? (a) A compiler translates the entire program before execution while an interpreter translates line by line. (b) A compiler executes the code faster than an interpreter. (c) A compiler produces an independent and executable file whereas an interpreter does not. (d) All of these
Software and Operating System → Language translators and programming tools
Included ID 1591 · 2025 · 1 mark(s)
A developer wants to create a web application that can run on multiple platforms without modification. Which type of translator would be most suitable for this task? a) Compiler b) Interpreter c) Assembler d) Debugger
Software and Operating System → Language translators and programming tools
Included ID 1321 · 2025 · 3 mark(s)
Ravi is learning programming and is trying to understand the differences between a compiler and an interpreter. He writes a program in a high-level language and then checks the output. He notices that while using the compiler, the entire program is translated at once, and any errors are reported after the whole program is processed. However, when using the interpreter, the program is translated line-by-line, and it stops executing as soon as an error is encountered. a) Identify the key difference between a compiler and an interpreter based on Ravi's observations. b) Mention one advantage and one disadvantage of using a compiler. c) In which situation might Ravi prefer to use an interpreter over a compiler?
Software and Operating System → Language translators and programming tools
Included ID 1459 · 2025 · 4 mark(s)
Differentiate between compiler and interpreter.
Software and Operating System → Language translators and programming tools
Included ID 1588 · 2025 · 5 mark(s)
b) Differentiate between: i. Compiler vs Interpreter ii. Application Software vs System Software
Software and Operating System → Language translators and programming tools, Software categories and utilities
.txt