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
19 questions
Parameters and Return Review

Quiz
•
9th - 12th Grade
20 questions
ภาษาซีif

Quiz
•
11th Grade
20 questions
Python - lists,loops,basics

Quiz
•
9th - 11th Grade
15 questions
Củng Cố - Biến và lệnh gán trong Python

Quiz
•
10th Grade
17 questions
Tracing Loops in Java

Quiz
•
12th Grade
25 questions
HW - Level 1 Programming Questions

Quiz
•
11th Grade
17 questions
Project Stem Python Unit 1 Test Review

Quiz
•
9th - 12th Grade
25 questions
Programming Concepts

Quiz
•
9th 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