COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
IMPLEMENTATION
|
|
MECHANICS
|
|
METHOD
|
|
RHYTHM
|
Detailed explanation-1: -Algorithm is a step by step logical approach and program is a set of instructions for a given task. If you want to know more about this then read this article. An algorithm can be defined as a systematic approach to solving a specific problem.
Detailed explanation-2: -Posteriori analysis: In Posteriori analysis, Algorithm is implemented and executed on certain fixed hardware and software. Then the algorithm is selected which takes the least amount of time to execute.
Detailed explanation-3: -Algorithm – It is a well-defined, systematic logical approach that comes with a step-by-step procedure for computers to solve any given program. Program – It refers to the code (written by programmers) for any program that follows the basic rules of the concerned programming language.
Detailed explanation-4: -Program An algorithm that has been coded into something that can be run by a machine. Programming The art of creating a program.