FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
a program is an ____ of an algorithm to be run on a specific computer and operating system. An algorithm is more abstract-it does not deal with machine specific details-think of it as a ____ to solve a problem
A
IMPLEMENTATION
B
MECHANICS
C
METHOD
D
RHYTHM
Explanation: 

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.

There is 1 question to complete.