COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is meant by source code?
A
The final executable program
B
The code written by the programmer
C
The additional information about errors
D
Code relating to sources of information on the Internet
Explanation: 

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: -Computer program instructions are also called program source code and computer programming is also called program coding.

Detailed explanation-3: -Source code is the source of a computer program. It contains declarations, instructions, functions, loops and other statements, which act as instructions for the program on how to function.

There is 1 question to complete.