FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Code, which can be short for ____
A
Syntax
B
Application
C
Algorithm
D
Source code
Explanation: 

Detailed explanation-1: -Source code and object code are sometimes referred to as the before and after versions of a compiled computer program.

Detailed explanation-2: -The src stands for source. The /src folder comprises of the raw non-minified code. The /src folder is used to store the file with the primary purpose of reading (and/or editing) the code. The /src folder contains all the sources, i.e. the code which is required to be manipulated before it can be used.

There is 1 question to complete.