Change set

Pick exam & year, then Go.

Question map
Not attempted Correct Incorrect ★ Bookmarked
Loading…
Q149 (CISF/2018) Science & Technology › ICT, AI, Cybersecurity & Emerging Tech

Compiler, Interpreter and Assembler are

Explanation

System software refers to programs that manage and control the computer hardware and provide a platform for application software to run. Compilers, Interpreters, and Assemblers are specific types of system software known as Language Processors.

  • Assembler: Converts programs written in assembly language into machine code.
  • Compiler: Translates high-level language code into machine code all at once before execution.
  • Interpreter: Translates high-level language code into machine code line-by-line during execution.

These tools are essential for the computer to understand and execute instructions written by programmers. In contrast, Hardware refers to physical components (like the CPU or RAM), and Application software refers to programs designed for specific user tasks (like web browsers or office suites).

✓ Thank you! We'll review this.

SIMILAR QUESTIONS

CISF · 2019 · Q147 Relevance score: 2.47

Which one of the following is not a language translator?

CDS-II · 2008 · Q56 Relevance score: 1.99

Which one of the following is a programme that converts high level language to machine language ?

CISF · 2022 · Q145 Relevance score: 0.70

Debugger is a :