FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Why is it important for a programmer to write out an algorithm before trying to program it?
A
It is not important for programmers to design algorithms before coding.
B
It is not important that coders use the problem solving process.
C
The algorithm helps to make sure he/she doesn’t miss any steps when coding the program
D
None of the above
Explanation: 

Detailed explanation-1: -By creating algorithm you will be able to evaluate all the possible solution to specific problem. The most important thing to remember about algorithms is that there can be many different algorithms for the same problem, but some are much better than others.

Detailed explanation-2: -Algorithm is a step-by-step set of instructions designed to perform a specific task. Algorithms are step by step manifestation of how the program will precede performing important operations. Before writing a program a programmer must start with an algorithm of the program following with flowchart and pseudo code.

Detailed explanation-3: -By using an algorithm, accuracy is increased and potential mistakes are minimized. If you are working in a situation where you absolutely need the correct or best possible answer, your best bet is to use an algorithm. When you are solving problems for your math homework, you don’t want to risk your grade on a guess.

Detailed explanation-4: -Algorithms are well-ordered If the order is unclear, we may perform the wrong instruction or we may be uncertain which instruction should be performed next. This characteristic is especially important for computers. A computer can only execute an algorithm if it knows the exact order of steps to perform.

There is 1 question to complete.