COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
The final executable program
|
|
The code written by the programmer
|
|
The additional information about errors
|
|
Code relating to sources of information on the Internet
|
Detailed explanation-1: -Source code is generally understood to mean programming statements that are created by a programmer with a text editor or a visual programming tool and then saved in a file. Object code generally refers to the output, a compiled file, which is produced when the Source Code is compiled with a C compiler.
Detailed explanation-2: -As an example, when a programmer types a sequence of C programming language statements into Windows Notepad and saves the sequence as a text file, the text file now contains source code. Source code and object code are sometimes referred to as the before and after versions of a compiled computer program.
Detailed explanation-3: -What Does Source Code Mean? Source code is the set of instructions and statements written by a programmer using a computer programming language. This code is later translated into machine language by a compiler. The translated code is referred to as object code.
Detailed explanation-4: -Purposes. Source code is primarily used as input to the process that produces an executable program (i.e., it is compiled or interpreted). It is also used as a method of communicating algorithms between people (e.g., code snippets in books).