COMPUTER SCIENCE AND ENGINEERING
ALGORITHMS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
it is important to check that the problem is completely understood
|
|
have specific syntax that must be used
|
|
Freedom from representing art
|
|
Detects errors while program is running
|
Detailed explanation-1: -Before an algorithm can be designed, it is important to check that the problem is completely understood. There are a number of basic things to know in order to really understand the problem: What are the inputs into the problem? What will be the outputs of the problem?
Detailed explanation-2: -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-3: -Step 1: Obtain a description of the problem. Step 2: Analyze the problem. Step 3: Develop a high-level algorithm. Step 4: Refine the algorithm by adding more detail.