CS Python Fundamentals Unit 4 Review

CS Python Fundamentals Unit 4 Review

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

12 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which loop will print the numbers 2, 5, 8, ..., 23?

Back

Media Image

2.

FLASHCARD QUESTION

Front

Ask the user to input a number less than 10. Print all the numbers from 1 to that number. Which loop correctly does this?

Back

Media Image

3.

FLASHCARD QUESTION

Front

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

Back

Media Image

4.

FLASHCARD QUESTION

Front

What will the following code print? Options: The numbers 0 through 5, The numbers 1 through 6, The numbers 2 through 6, The numbers 2 through 7

Back

The numbers 2 through 7

5.

FLASHCARD QUESTION

Front

What is the bug in this code? Options: There is no bug, The loop will never run, print (x) causes an error because x is an integer, The loop will never stop

Back

The loop will never stop

6.

FLASHCARD QUESTION

Front

Which statement is true concerning a loop control variable? Options: 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

Back

must be a certain value to stop the loop

7.

FLASHCARD QUESTION

Front

In what type of loop do you know in advance how many times it will repeat? Options: infinite loop, for loop, while loop, user input loop

Back

for loop

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?