Answer the following statements true (T) or false (F)
1. The order of actions in an algorithm is irrelevant.
2. An algorithm specifies only the order in which to solve a problem.
3. Programs can be written, compiled and executed with pseudocode.
4. Pseudocode normally describes only executable statements.
5. Pseudocode helps you conceptualize a program during the design process.
1. False. Most algorithms must be in a particular order to solve the problem correctly.
2. False. An algorithm specifies the actions to be performed and the order in which these actions are to be performed to solve the problem.
3. False. Pseudocode is an English description of how an algorithm is to be performed.
4. True.
5. True.
Computer Science & Information Technology