COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
How to program an algorithm
|
Step 1:Obtain a description of the problemStep 2:Analyze the problemStep 3:Develop a high-level algorithm Step 4:Refine the algorithm by adding more detail Step 5:Review the algorithm
|
|
Step 1:cup of water Step 2:add tea bag/tea leaves Step 3:add sugar Step 4:stir Step 5:have a nice drink
|
|
Either A or B
|
|
None of the above
|
Explanation:
Detailed explanation-1: -An algorithm is a procedure used for solving a problem or performing a computation. Algorithms act as an exact list of instructions that conduct specified actions step by step in either hardware-or software-based routines. Algorithms are widely used throughout all areas of IT.
Detailed explanation-2: -An algorithm is a defined set of step-by-step procedures that provides the correct answer to a particular problem. By following the instructions correctly, you are guaranteed to arrive at the right answer. An algorithm is often expressed in the form of a graph, where a square represents each step.
There is 1 question to complete.