Iteration Assessment

Quiz
•
Computers
•
9th - 10th Grade
•
Hard
M Hussain
Used 16+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In programming, what is iteration?
The repetition of steps within a program
The order in which instructions are carried out
A decision point in a program
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why is iteration important?
It determines the order in which instructions are carried out
It allows code to be simplified by removing duplicated steps
It allows multiple paths through a program
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is iteration known as?
Looping
Crashing
Repeating
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which two statements are used to implement iteration?
IF..ELSE and WHILE
DO and WHILE
FOR and WHILE
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In programming, what is a statement?
A statement is a block of code
A statement is a repeated instruction
A statement is a single instruction
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which type of loop iterates until instructed otherwise?
A condition-controlled loop
A count-controlled loop
A repeat-once loop
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at the following code and identify the variables.
x=0
while x<4:
x=x+1
print ('x is ',+ x)
2 variables
1 variable
4 variables
3 variables
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
TLEQ3M1-5

Quiz
•
10th Grade
5 questions
AP Computer Science A Unit 4 Section 4 (Nested Loops)

Quiz
•
10th - 12th Grade
15 questions
Swift Playgrounds Part 2

Quiz
•
9th Grade
15 questions
AP Computer Science Principles Unit 1

Quiz
•
9th - 12th Grade
14 questions
Python 6. Combined Iteration

Quiz
•
9th Grade
10 questions
Chapter 05 Worksheet

Quiz
•
10th Grade
12 questions
Computer Science

Quiz
•
3rd - 12th Grade
12 questions
Selection Sequence Iteration

Quiz
•
7th - 11th Grade
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
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