|
Criado por Ruth Hyndman
aproximadamente 9 anos atrás
|
|
Name 3 control structures
Describe the Sequential control structure.
Describe the Selection control structure.
Name 2 key selection constructs
What does an IF statement do?
What is an IF ELSE statement?
What is an ELSE IF statement?
What is a Switch statement?
What are the benefits of Switch statements?
Describe the Repetition control structure.
What does a For loop do?
What does a While loop do?
What are the benefits of While loops?
What is a Do While loop?
What are the benefits of Do While loops?
What is the benefit of Repetition statements.