Designing an algorithm test questions

1

What should be considered when designing an algorithm?

2

What are the two main ways that algorithms can be designed?

3

What is pseudocode?

4

What is a flowchart?

5

Which of these is the correct symbol for a process in a flowchart?

6

How are symbols connected together in a flowchart?

7

Which symbol is used for a decision in a flowchart?

8

How would a condition loop be created when writing pseudocode?

9

When can algorithms be used?