App Logo

No.1 PSC Learning App

1M+ Downloads
An ...... program is one that is ready to run and does not need to be altered in anyway :

Ainterpreter

Bhighlevel

Ccompiler

Dexecutable

Answer:

D. executable

Read Explanation:

  • An executable program is one that is ready to run and does not need to be altered in any way.

  • It is a compiled program that has been translated into machine code and can be executed directly by the computer's processor.

  • An interpreter is a program that directly executes instructions written in a programming language, without compiling them into a machine code first.

  • A high-level program is a program written in a high-level programming language

  • A compiler is a program that translates source code written in a high-level programming language into machine code that can be executed directly by a computer's processor.


Related Questions:

Which of the following is true about PHP?
With the help of assembler the source programme converts into :
To update a web without reloading the whole page can be done with :
The process of correcting errors in a program:
How do you define a function in JavaScript ?