MP3: Practice Test 1

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Angelito Villalon
Used 2+ times
FREE Resource
19 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a loop used for?
To repeat a block of code multiple times
To store data
To define a function
To handle errors
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A While Loop runs until ________________.
a specified condition is false.
a specified condition is true.
the loop has iterated 10 times.
the program ends.
3.
OPEN ENDED QUESTION
3 mins • 1 pt
Define the following: a. Loop control variable b. Count Variable c. Initialize
Evaluate responses using AI:
OFF
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the two ways of ending a loop?
Using a break statement and reaching the end of the loop block
Using a continue statement and reaching the end of the loop block
Using a return statement and reaching the end of the loop block
Using a goto statement and reaching the end of the loop block
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
For questions 5-7, what is output by each of the following loops? x = 10 while (x > 5): x = x - 1 print (x)
5, 6, 7, 8, 9
6, 7, 8, 9, 10
9, 8, 7, 6, 5
10, 9, 8, 7, 6
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following loop? x = 1 while (x < 5): print (x) x = x + 2
1 3
1 2 3 4
1 2 3 4 5
1 3 5
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code? ``` x = 1 while (x < 12): print (x) x = x + 3 ```
1 4 7 10
1 2 3 4 5 6 7 8 9 10 11
1 3 6 9
1 4 7 10 13
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Basic Python

Quiz
•
10th - 12th Grade
20 questions
Control Statements in Python

Quiz
•
11th Grade
15 questions
Intro to Java Loops

Quiz
•
9th - 12th Grade
20 questions
Python Basics Review (TSK)

Quiz
•
9th - 12th Grade
16 questions
For and While Loops in Python

Quiz
•
9th - 12th Grade
18 questions
Test 4 Edhesive Review

Quiz
•
9th - 12th Grade
15 questions
Python Basics Quiz

Quiz
•
9th - 12th Grade
15 questions
Python Quiz

Quiz
•
10th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd 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
30 questions
Computer Terminology Exercise #1 ( Fill Ins)

Quiz
•
9th Grade
15 questions
MLA Formatting

Quiz
•
9th Grade
20 questions
Typing Practice

Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Google Sheets Quiz

Quiz
•
9th Grade