Question:

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

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 Languages is used for Artificial Intelligence?

The assembly language uses symbols instead of numbers known as:

ജാവയുടെ ആദ്യത്തെ പേരെന്താണ് ?

താഴെ പറയുന്ന പ്രസ്താവനകൾ ഏത് പ്രോഗ്രാമിങ് ലാംഗ്വേജിനെപ്പറ്റിയാണ് എന്ന് തിരിച്ചറിയുക ?

  1. 1957 ൽ ജോൺ ബർക്കസ് എന്ന അമേരിക്കൻ കമ്പ്യൂട്ടർ ശാസ്ത്രജ്ഞൻ വികസിപ്പിച്ചു 
  2. ആദ്യത്തെ ഹൈലെവൽ പ്രോഗ്രാമിങ് ഭാഷയാണ് ഇത് 
  3. പുതിയ കമ്പ്യൂട്ടർ പ്രോസസറുകളുടെ പ്രവർത്തനമികവ് കണക്കാക്കുന്നതിനുള്ള പ്രോഗ്രാമുകൾ എഴുതാൻ ഉപയോഗിക്കുന്നു 

Which of the following is human readable version of a program?