Algorithms provide precise instructions needed to solve a problem.
Which flow chart shape would be used to show a subprogram ?
1
2
3
4
5
6
Pseudo-code is a way of expressing an algorithm in English that resembles computer language without the use of specific program syntax ?
Which flow chart shape would be used to show a selection or iteration?
A could be used to test an algorithm before you implement the code to make sure it is errors free?
What error is in the code ?
Line 1
Line 2
Line 3
Line 4
Complete the trace table for the following algorithm?
Match the type of loop to the correct code.
What best describes the code in the image?
Iteration
Selection
Nested Loop
If Statements
which flow chart shape would you use to show a user input or output form the program?