
For Loop and Dry Run Revision Quiz

Quiz
•
Computers, Instructional Technology
•
7th Grade - Professional Development
•
Medium
Neer Jain
Used 2+ times
FREE Resource
40 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
45 sec • 1 pt
A _____ is used to repeat a block of code several times.
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
For loops are ________ ________ loops.
exit - controlled
entry - controlled
I don't know
All of the above
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
A for loop stops when the condition becomes
False
True
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which statement is executed first and only once ?
Conditional Expression
Update Statement
Initialization Statement
Code Block
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
A _____ ______ is a testing process where the
effects of a possible failure are
intentionally mitigated.
For Loop
Selections
While Loop
Dry Run
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is Dry Run also known as ?
Trace Table
Code Block
Table
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Predict the Output:
<script>
for (var x = 1 ; x <= 10 ; x += 2)
{
document.write(x)
}
</script>
1 3 5 7 9
1 2 3 4 5 6 7 8 9
13579
246810
Create a free account and access millions of resources
Similar Resources on Wayground
45 questions
HTML

Quiz
•
11th Grade
40 questions
EE.09-SG-21.06

Quiz
•
11th Grade
38 questions
HTML Basics

Quiz
•
8th Grade
40 questions
EE.09-SG-21.01

Quiz
•
11th Grade
35 questions
Code.org Unit 2 Web Development

Quiz
•
6th - 12th Grade
36 questions
FOW Unit 3 Lessons 1-5 Review FA25

Quiz
•
10th Grade
40 questions
Python Quiz Module1

Quiz
•
University
35 questions
PHP basico

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade