Single Choice Easy

QBefore execution compiler converts high-level program into machine language program, the machine language program is called

ID: #1264 Fundamentals of C Language 1,316 views
Question Info
#1264Q ID
EasyDifficulty
Fundamentals of C LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Source program
  • B Object program
  • C exe program
  • D None of this
Correct Answer

Explanation

Answer: Object program

A source program is a text file that contains instructions written in a high level language. It can not be executed (made to run) by a processor without some additional steps. A source program is also called a source file, source code, or sometimes, just source.

A source program is a collection of instructions written using a programming language, while an object program is an output generated after compiling the source program.

An EXE file contains an executable program for Windows. EXE is short for "executable," and it is the standard file extension used by Windows programs. For many Windows users, EXE files are synonymous with Windows programs, making ".exe" one of the most recognizable file extensions.

No Previous Next Question

Share This Question

Challenge a friend or share with your study group.