COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Saving data in a file
|
|
Entering information into a program
|
|
The end result of the program
|
|
The processing of data
|
Detailed explanation-1: -Potability: The computer program should be platform independent. Maintainability: It is related to finding and removing programming errors. Efficient: It is related to space complexity.
Detailed explanation-2: -Programs require data to be input. This data is used (processed) by the program, and data (or information ) is output as a result.
Detailed explanation-3: -Inputs include the resources, contributions, and investments that go into a program; outputs are the activities, services, events and products that reach the program’s primary audience; and outcomes are the results or changes related to the program’s intervention that are experienced by the primary audience.
Detailed explanation-4: -A programming language is a set of grammatical rules (both syntactic and semantic) that instruct a computer or a device to behave in a certain way. Each programming language has a vocabulary-a unique set of keywords that follows a special syntax to form and organise computer instructions.