EMERGING TRENDS IN SOFTWARE ENGINEERING
MISCELLANEOUS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
. Computer Program
|
|
. Computer Software
|
|
. Both A & B
|
|
. None of the above
|
Detailed explanation-1: -A computer program is piece of programming code which performs a well defined task where as software includes programming code, its documentation and user guide.
Detailed explanation-2: -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-3: -Source code is the fundamental component of a computer program that is created by a programmer, often written in the form of functions, descriptions, definitions, calls, methods and other operational statements. It is designed to be human-readable and formatted in a way that developers and other users can understand.
Detailed explanation-4: -"Software” is the general category of code which runs on the hardware.