Topics / Programming / Selection and Iteration
Quiz: Selection and Iteration
Time limit: 0
Quiz-summary
0 of 8 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
Information
Let’s test your knowledge of selection and iteration.
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 8 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Average score | |
Your score |
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- Answered
- Review
- Question 1 of 8
1. Question
A loop that will iterate at least once
- Question 2 of 8
2. Question
A conditional statement to deal with many possible outcomes
- Question 3 of 8
3. Question
A loop that will iterate a set number of times
- Question 4 of 8
4. Question
A conditional statement with different outcomes for true and false
- Question 5 of 8
5. Question
A top tested (pre-condition) loop
- Question 6 of 8
6. Question
Examples of iteration
- Question 7 of 8
7. Question
Examples of selection
- Question 8 of 8
8. Question
An example of a bottom tested (post-condition) loop
Topics / Programming / Selection and Iteration