FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the first step for creating an algorithm to solve a problem?
A
Determine the logic needed to plan a solution to the problem.
B
Test and refine the solution.
C
Create the procedures needed to execute the solution.
D
Identify and understand the problem.
Explanation: 

Detailed explanation-1: -The first step is to examine the problem carefully to try to identify what qualifies as a solution. A single problem may have many different solutions, but they will all have something in common. So here you’re trying to work out exactly what your program will be required to do. and display the result for the user.

Detailed explanation-2: -An algorithm is a set of commands that must be followed for a computer to perform calculations or other problem-solving operations. According to its formal definition, an algorithm is a finite set of instructions carried out in a specific order to perform a particular task.

There is 1 question to complete.