COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
translates all source code into machine code in one go
|
|
creates a stand alone program code called Source code
|
|
creates a stand alone program code called Object code
|
|
running object code is slow
|
Detailed explanation-1: -Object code is generated by a compiler that reads higher-level computer language source instructions and then translates them into equivalent machine language instructions.
Detailed explanation-2: -Object code generally refers to the output, a compiled file, which is produced when the Source Code is compiled with a C compiler. The object code file contains a sequence of machine-readable instructions that is processed by the CPU in a computer.
Detailed explanation-3: -Some compilers can translate source code into another high-level programming language, rather than machine code or bytecode. This type of compiler might be referred to as a transpiler, transcompiler, source-to-source translator or it might go by another name.
Detailed explanation-4: -OBJECT CODE FORM means a form of software code resulting from the translation or processing of software in Source Code Form by a computer into machine language or intermediate code or other executable code, which thus is in a form that would not be convenient to human understanding of the program.