Question:

Consider the following statements and identify the TRUE statements A. Compiler is a translation program that converts a high level code to a low level code.
B. Interpreter is a line by line translator which is helpful in learning and debugging.
C. Power On Self Test (POST) program and boot strap loader are examples of application softwares.
D. Open Office and MS Office suites are examples of open source softwares. Choose the correct answer from the options given below

Show Hint

Interpreter executes code line by line, unlike compiler.
Updated On: Jun 26, 2026
  • A and B only
  • A, B and C only
  • B and D only
  • A, C and D only
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Concept:
Programming language translators and software categories are important computer concepts.
Step 1:
Compiler converts high-level language into machine-level code. Thus A is correct.
Step 2:
Interpreter translates and executes program line by line. It is useful for debugging. Thus B is correct.
Step 3:
POST and bootstrap loader are system software, not application software. MS Office is proprietary software, not open source. Thus C and D are incorrect.
Step 4:
\[ A,\quad B \] \[ \boxed{\text{Correct Option = (1)}} \]
Was this answer helpful?
0
0