INTRODUCTION TO SOFTWARE ENGINEERING
SOFTWARE DEVELOPMENT LIFE CYCLE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Source Code
|
|
Machine Code
|
|
Either A or B
|
|
None of the above
|
Detailed explanation-1: -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-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: -But what they all have in common is the fact that they must be handled by a compiler or interpreter before the code is implemented, and by virtue of this trait, they can all be described as high-level languages. Source code written in languages like C++ and C# must be compiled into machine code to run.