Chp. 4 Alice Loop Structures

Quiz
•
Computers
•
12th Grade
•
Hard
Melissa Perkes
FREE Resource
21 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which type of structure is used to execute the same set instructions more than once?
Decision structure
Sequence structure
Repetition structure
Do together structure
None of these
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following loop would execute how many times? Loop index from 0 up to (but not including) 3 times incrementing by 1
1
2
3
4
None of these
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following loop would execute how many times? Loop index from 0 up to (but not including) 4 times incrementing by 2
1
2
3
4
None of these
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following loop would execute how many times? Loop 1 times times
1
2
3
4
None of these
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which type of instruction will cause a set of instructions to execute as long as a specified Boolean expression is true?
If/Else
Loop
Repeat
While
None of these
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is an example of an infinite loop?
for (int i = 0; i < 10; i++) { }
while (true) { }
for (int i = 0; i < 10; i--) { }
do { } while (false);
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid While loop condition?
While 1 > 2
While 2 < 1
While 1 == 1
Loop 1000 times times
None of these
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Translators and Computing Languages: GCSE 9-1

Quiz
•
9th Grade - University
16 questions
Algorithms & Pseudocode

Quiz
•
11th - 12th Grade
20 questions
Python Basics

Quiz
•
12th Grade
20 questions
GirlsWhoML Workshop 0

Quiz
•
University
16 questions
Python Looping with Integers

Quiz
•
9th - 12th Grade
18 questions
FOR and WHILE loop in Python

Quiz
•
9th - 12th Grade
20 questions
Python In transit loops and iterations

Quiz
•
12th Grade
20 questions
Python Basics 4

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade