Python CSP2 Final

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

128 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
5
2.
FLASHCARD QUESTION
Front
What will the following lines of code print? Options: A, B
C, A
C, Nothing, it will return an error.
Back
A
C
3.
FLASHCARD QUESTION
Front
What are the two main types of loops that we have learned about in Python? Options: IF Function & Variables, FOR and WHILE Loops, Forever and Fixed Loop, Data Types and Numbers
Back
FOR and WHILE Loops
4.
FLASHCARD QUESTION
Front
What type of loop is used when you DO NOT know how many times you want to repeat something?
Back
A WHILE Loop
5.
FLASHCARD QUESTION
Front
What would amount equal in this piece of code:
amount = 2 + 5 * 2
Back
12
6.
FLASHCARD QUESTION
Front
What will be printed after running this FOR loop:
for number in range(6):
print(number)
Back
The numbers 0 - 5
7.
FLASHCARD QUESTION
Front
How many times does the following program print the word ‘computer’:
word= "computer"
for num in range(1,6):
print(word)
Back
5
Create a free account and access millions of resources
Similar Resources on Wayground
98 questions
Vex Robotics Refresher

Flashcard
•
9th - 12th Grade
100 questions
инф 101-200

Flashcard
•
University
98 questions
Yr 8 revision

Flashcard
•
7th Grade
98 questions
Yr 8 revision

Flashcard
•
7th Grade
63 questions
CodeHS Python Cert Rev 1

Flashcard
•
8th Grade
60 questions
CompTIA IT Fundamentals Practice Certification

Flashcard
•
9th Grade
51 questions
Quarter Exam

Flashcard
•
9th - 12th Grade
100 questions
Programming Terms Flashcards

Flashcard
•
University
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade