CS Python Fundamentals Unit 3 Review

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Scott Chamberlain
Used 26+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which statement in Python is used to test for multiple conditions of a boolean statement?
else if
elif
elseIf
elsif
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the problem with the following block of code?
== should be =
missing endif after the last print
missing : after else
choice should be "choice"
3.
MULTIPLE SELECT QUESTION
45 sec • 3 pts
Select ALL of the following statements that are TRUE about ALL algorithms:
Algorithms only apply to number calculations
Algorithm instructions must be in a specific order
Algorithms must be written in full sentences
Algorithms should run in a finite amount of time
Algorithms must produce a desired result
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which conditional statement requires all parts to be true in order to become true?
and
or
not
else
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
For what value of x would the following block of code print "Great"?
1
10
9
0
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write the code to test if the number in the variable num1 is less than or equal to 10.
if (num1 < 10):
if (num1 <= 10):
if (num1 >= 10):
if ("num1" <= 10):
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write the code to test if the number 99 is stored in the variable var1:
if ( var1 == "99"):
if (str(var1) == 99):
if (“var1” == 99):
if (var1 == 99):
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
JAVA FUNDAMENTALS

Quiz
•
9th - 12th Grade
17 questions
Tracing Loops in Java

Quiz
•
12th Grade
15 questions
1er Quiz Fundamentos de Programación - SystemPlus

Quiz
•
9th - 12th Grade
20 questions
Week 6 - CP1

Quiz
•
12th Grade
24 questions
Variables

Quiz
•
9th Grade
17 questions
Tracing Loops in Java

Quiz
•
12th Grade
15 questions
Selection Quiz 2

Quiz
•
12th Grade
15 questions
PYTHON PROGRAMMING

Quiz
•
11th - 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
9/11 Experience and Reflections

Interactive video
•
10th - 12th 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
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade