Python Course Selection

Python Course Selection

7th - 11th Grade

31 Qs

quiz-placeholder

Similar activities

Python review

Python review

8th Grade

28 Qs

Python Flow Control

Python Flow Control

9th - 12th Grade

26 Qs

Python for Beginners

Python for Beginners

6th - 12th Grade

30 Qs

Beginner Python KS3 Revision

Beginner Python KS3 Revision

8th - 10th Grade

26 Qs

Python Programming

Python Programming

8th Grade

29 Qs

Python Beginner

Python Beginner

6th - 12th Grade

30 Qs

Python Fundamentals - II

Python Fundamentals - II

11th - 12th Grade

27 Qs

Python Loops

Python Loops

9th - 12th Grade

27 Qs

Python Course Selection

Python Course Selection

Assessment

Quiz

Computers

7th - 11th Grade

Medium

Created by

Simon Graham

Used 130+ 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?