1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What’s the purpose of Repetition Structure?
Allows a sequence of instructions to be executed repeatedly until certain condition is reached
What’s 2 form that Repetition Structure have?
while
for
Repetition Structure have 2 structure which is?
Counter Controlled
Sentinel Controlled
What does a Counter Controlled Repetition do?
Counts the number of repetitions in the loop
Controls the execution of the loop
How the general pseudocode looks like
How the general flowchart look like