
Loops-Quiz
Authored by harshit shukla
Professional Development
6th - 8th Grade
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Q. 1 Which of the following is the correct syntax for a for loop in Python?
A) for x in range(10):
B) for (x=0; x < 10; x++):
C) for x to 10:
D) for x from 0 to 10:
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
2. What is the output of the following Python code?
for i in range(3):
print(i)
A) 1 2 3
B) 0 1 2
C) 0 1 2 3
D) Error
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
3. Which of the following statements about the while loop is true?
A) A while loop runs a
fixed number of times.
B) A while loop continues to
execute as long as its condition is True.
C) A while loop is
faster than a for loop.
D) A while loop executes at least once,
no matter the condition.
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
4. How many times will the following while loop execute?
i = 0
while i < 5:
i += 1
A) 4
B) 5
C) Infinite
D) 0
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Q.5. What is the output of the following code?
x = 0
while x < 3:
print(x)
x += 1
A) 0 1 2 3
B) 1 2 3
C) 0 1 2
D) Infinite loop
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Q.6. What will happen if the condition in a
while loop is always True and no break statement is present?
A) The loop will execute
a fixed number of times.
B) The loop will run indefinitely,
creating an infinite loop.
C) The loop will never execute.
D) The loop will execute only once.
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Q.7. What is the main difference
between a for loop and a while loop?
A) A for loop repeats based on a condition,
while a while loop repeats for a
specific number of iterations.
B) A for loop repeats for a specific number
of iterations, while a while loop repeats
based on a condition.
C) Both repeat for a specific
number of iterations.
D) Both repeat
based on a condition.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
14 questions
asdsafddafvefdbw
Quiz
•
1st - 12th Grade
10 questions
RGPD quizz
Quiz
•
KG - Professional Dev...
10 questions
Week-1 (Day-4)
Quiz
•
1st - 12th Grade
10 questions
PRIME- HRM QUIZ DAY 2
Quiz
•
KG - 6th Grade
15 questions
Tema 5 Subtema 1 Kelas 6
Quiz
•
4th - 12th Grade
15 questions
HOMBRE PIERDE SU SOMBRA EN UN INCENDIO
Quiz
•
1st - 10th Grade
10 questions
PLAN DE EMERGENCIAS
Quiz
•
1st - 12th Grade
10 questions
¡Reforzemos lo aprendido! sobre los Estratégicos 1 (Agosto)
Quiz
•
1st - 12th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Professional Development
20 questions
Context Clues
Quiz
•
6th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade
20 questions
7th grade ELA Vocabulary Review
Quiz
•
7th - 8th Grade
36 questions
6th Grade Math STAAR Review
Quiz
•
6th Grade
14 questions
Volume of rectangular prisms
Quiz
•
7th Grade
22 questions
Phases of the moon
Quiz
•
8th Grade
10 questions
Cell Organelles and Their Functions
Interactive video
•
6th - 10th Grade
14 questions
finding slope from a graph
Quiz
•
8th Grade