Zusammenfassung der Ressource
Frage 1
Frage
Algorithms provide precise instructions needed to solve a problem.
Frage 2
Frage
Which flow chart shape would be used to show a subprogram ?
Frage 3
Frage
Pseudo-code is a way of expressing an algorithm in English that resembles computer language without the use of specific program syntax ?
Frage 4
Frage
Which flow chart shape would be used to show a selection or iteration?
Frage 5
Frage
A [blank_start]trace table[blank_end] could be used to test an algorithm before you implement the code to make sure it is errors free?
Frage 6
Frage
What error is in the code ?
Antworten
-
Line 1
-
Line 2
-
Line 3
-
Line 4
-
5
-
6
Frage 7
Frage
Complete the trace table for the following algorithm?
Antworten
-
20
-
1
-
2
-
3
-
4
-
5
-
20
-
40
-
60
-
80
-
100
-
False
-
True
-
True
-
True
-
True
Frage 8
Frage
Match the type of loop to the correct code.
Antworten
-
Indefinite iteration
-
Definite iteration
Frage 9
Frage
What best describes the code in the image?
Antworten
-
Iteration
-
Selection
-
Nested Loop
-
If Statements
Frage 10
Frage
which flow chart shape would you use to show a user input or output form the program?