CS Python Fundamentals Unit 4 Review

Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

12 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which loop will print the numbers 2, 5, 8, ..., 23?
Back
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
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
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
Similar Resources on Wayground
10 questions
Domain And Range

Flashcard
•
10th - 12th Grade
10 questions
Box Plots

Flashcard
•
9th - 12th Grade
12 questions
Big Idea 1: Creative Development

Flashcard
•
9th - 11th Grade
12 questions
Java-Recursion

Flashcard
•
9th - 12th Grade
13 questions
Functions, Domain and Range

Flashcard
•
9th - 12th Grade
11 questions
for and while loops level 2

Flashcard
•
9th - 12th Grade
12 questions
Code.org Unit 6 Assessment Day

Flashcard
•
9th - 12th Grade
10 questions
Functions, Domain, and Range

Flashcard
•
9th - 12th 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