Change set

Pick exam & year, then Go.

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

Which one of the following languages is interpreter?

Result
Your answer:  ·  Correct: C

Explanation

Programming languages are generally classified as either compiled or interpreted based on how the code is executed. Python is an interpreted language, meaning its source code is executed line-by-line by an interpreter (typically via bytecode and a virtual machine) rather than being translated into machine code before execution. This makes it highly portable and easier to debug.

  • FORTRAN: A compiled language primarily used for scientific and numerical computing.
  • Pascal: A compiled language designed for teaching structured programming and data structuring.
  • C++: A powerful compiled language that provides low-level memory manipulation and is widely used for system software and game development.

In compiled languages, a compiler translates the entire program into machine code at once, whereas in interpreted languages like Python, the translation happens during runtime.

How others answered
Each bar shows the % of students who chose that option. Green bar = correct answer, blue outline = your choice.
Community Performance
Out of everyone who attempted this question.
100%
got it right
✓ Thank you! We'll review this.

SIMILAR QUESTIONS

CAPF · 2025 · Q116 Relevance score: 3.36

Which one among the following computer languages is the oldest?

CISF · 2019 · Q147 Relevance score: 3.11

Which one of the following is not a language translator?

CDS-II · 2008 · Q56 Relevance score: 1.65

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

CDS-I · 2026 · Q31 Relevance score: 1.15

Which of the following computer languages is/are assembly language(s) ? 1. Python 2. Java 3. x86 4. MIPS Select the answer using the codes given below :

CAPF · 2024 · Q6 Relevance score: 0.54

Which one among the following is NOT a non-procedural computer language?