Which values - in order - will be printed by this code?
(a) (b) (c)
CS Python Fundamentals Unit 4 Review
Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Scott Chamberlain
Used 7+ times
FREE Resource
14 questions
Show all answers
1.
DRAG AND DROP QUESTION
2 mins • 3 pts
Which values - in order - will be printed by this code?
(a) (b) (c)
2.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Which loop will print the numbers 2, 5, 8, ..., 23?
3.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Ask the user to input a number less than 10. Print all the numbers from 1 to that number. Which loop correctly does this?
4.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Write a program to ask the user for a number between 1 and 5, then ask for that many of their favorite movies, counting down to their #1 favorite.
A sample output is as follows:
Enter a number between 1 and 5: 3
What is your #3 favorite movie? Saving Private Ryan
What is your #2 favorite movie? Raiders of the Lost Ark
What is your #1 favorite movie? The Empire Strikes Back
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will the following code print?
The numbers 0 through 5
The numbers 1 through 6
The numbers 2 through 6
The numbers 2 through 7
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the bug in this code?
There is no bug
The loop will never run
print (x) causes an error because x is an integer
The loop will never stop
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which statement is true concerning a loop control variable?
must be declared as a boolean value
must decrease in value inside the loop
must be a certain value to stop the loop
must receive its value from user input
15 questions
PCEP Section 2B: Perform different types of iterations
Quiz
•
12th Grade
10 questions
GDScript Quiz - Lesson 3 - Conditional statements & Iteration
Quiz
•
12th Grade
10 questions
LO13_Lesson 5
Quiz
•
10th Grade
15 questions
Iteration
Quiz
•
9th - 12th Grade
18 questions
FOR and WHILE loop in Python
Quiz
•
9th - 12th Grade
12 questions
Computer Science
Quiz
•
3rd - 12th Grade
18 questions
Foundations of Programming
Quiz
•
9th - 10th Grade
16 questions
Python Beginner
Quiz
•
9th - 10th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression
Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing
Quiz
•
9th - 12th Grade
10 questions
Identifying equations
Quiz
•
KG - University