Python Course Selection

Python Course Selection

7th - 11th Grade

31 Qs

quiz-placeholder

Similar activities

PLTW CSE Unit 1.3 Review

PLTW CSE Unit 1.3 Review

9th - 12th Grade

35 Qs

Python Beginner

Python Beginner

6th - 12th Grade

30 Qs

Python

Python

8th - 9th Grade

26 Qs

Python Operators

Python Operators

9th - 11th Grade

30 Qs

Python Loops

Python Loops

9th - 12th Grade

27 Qs

Python review

Python review

8th Grade

28 Qs

Python Easy

Python Easy

6th - 12th Grade

30 Qs

AP CSP - 2

AP CSP - 2

9th Grade

29 Qs

Python Course Selection

Python Course Selection

Assessment

Quiz

Computers

7th - 11th Grade

Medium

Created by

Simon Graham

Used 129+ times

FREE Resource

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

:

;

.

,

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Used to make comments
#
%
**
()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct way to write a variable in Python?
myVariable = 10
my Variable = 10
myVariable is 10
myVariable: 10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The order of the code

Sequence

Selection

Iteration

Variable

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?