Challenger App

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:

' സി ' പ്രോഗ്രാമിങ് ലാംഗ്വേജുമായി ബന്ധപ്പെട്ട് ശരിയായ പ്രസ്താവന ഏതൊക്കെയാണ് ?   

  1. 1972 - ൽ ബെൽ‌‌ലാബിലെ ഡെന്നിസ് റിച്ചിയാണ്‌ സി വികസിപ്പിച്ചെടുത്തത്  
  2. യുണിക്സ് ഓപ്പറേറ്റിങ് സിസ്റ്റം വികസിപ്പിച്ചത് സി ഉപയോഗിച്ചാണ്   
  3. 1969 - 1972 കാലഘട്ടത്തിൽ പ്രചാരത്തിലുണ്ടായിരുന്ന  ‘ബി’ എന്ന പ്രോഗ്രാമിങ് ഭാഷ ' സി ' യുടെ നിർമ്മാണത്തിൽ സ്വാധീനം ചെലുത്തിയിട്ടുണ്ട്  
  4. സി  പ്രോഗ്രാമിങ് ഭാഷയുടെ പരിഷ്കരിച്ച പതിപ്പാണ് ANSI C
Which of the following is an abstract data type?
The switch variable in C can be of :
Two main measures for the efficiency of an algorithm are:
In object-oriented programming (OOP), which of the following concepts allows different classes to be treated as instances of the same superclass?