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 Review

Flashcard
•
9th - 12th Grade
13 questions
AP Performance Task Rubric Review

Flashcard
•
9th - 12th Grade
15 questions
Arduino Lesson 3: IF and IF-ELSE

Flashcard
•
9th - 12th Grade
11 questions
Grouping and iteration review

Flashcard
•
9th - 12th Grade
15 questions
CodeHS 3.1 Boolean Expressions-4.2 For Loops Review

Flashcard
•
9th - 12th Grade
11 questions
Intro to Python Unit 6: Test Review

Flashcard
•
9th - 12th Grade
10 questions
Portrait Lighting

Flashcard
•
9th - 12th Grade
6 questions
Understanding Loops and Lists

Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade