Python Selection

Python Selection

8th - 11th Grade

35 Qs

quiz-placeholder

Similar activities

AP CSA Unit 3

AP CSA Unit 3

10th - 12th Grade

34 Qs

PLTW CSP Fall Exam 2024

PLTW CSP Fall Exam 2024

9th - 12th Grade

38 Qs

Python Comparison , logical operators & If statement

Python Comparison , logical operators & If statement

9th - 12th Grade

30 Qs

Intro to CS (Python Fundamentals) S1 Exam

Intro to CS (Python Fundamentals) S1 Exam

9th - 12th Grade

30 Qs

Computer Science Exam

Computer Science Exam

9th - 12th Grade

30 Qs

Python Review

Python Review

9th - 12th Grade

30 Qs

Boolean Expressions

Boolean Expressions

10th - 12th Grade

30 Qs

Python Basics

Python Basics

8th Grade

31 Qs

Python Selection

Python Selection

Assessment

Quiz

Computers

8th - 11th Grade

Hard

CCSS
L.2.1F, L.8.1C, L.8.3A

Standards-aligned

Created by

Jonathan Woolley

Used 17+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is syntax?
Syntax is the word used to describe an error
Syntax is the rules of the programming language
It is used to read information
It is used to output information 

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Code executed based on a condition being true
Sequence
Selection
Iteration
Variable

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Python identifies blocks of code by
BEGIN and END keywords
{ and }
aligning up the starts of lines (indentation)
guessing

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the term 'debug' mean?
Identify errors and fix them.
Making a calculation
A set of instructions
Looking at code

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Joining elements together to make a string is called what?
Combining
Connecting
Concatenation
Stringing

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If you want more than one option for your code, what do you use (after if)?
elif
else
ifif

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The character that must be at the end of the line for if?

:

;

.

,

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?