Python Course Selection

Python Course Selection

7th - 11th Grade

31 Qs

quiz-placeholder

Similar activities

Year 8 Python

Year 8 Python

8th Grade

29 Qs

Paper 2 Revision quiz

Paper 2 Revision quiz

7th - 11th Grade

27 Qs

Computer Translators

Computer Translators

8th - 10th Grade

28 Qs

Year 11 Revision - Python - what do you remember

Year 11 Revision - Python - what do you remember

9th Grade

32 Qs

Unit 2 Decision Making with Computers Using If-Else Statements

Unit 2 Decision Making with Computers Using If-Else Statements

9th Grade

33 Qs

For Loops ( Review )

For Loops ( Review )

8th - 9th Grade

26 Qs

Computer Science Semester Exam Review

Computer Science Semester Exam Review

7th Grade

35 Qs

[AP CSP] Programming with Conditionals [If, Elif, Else]

[AP CSP] Programming with Conditionals [If, Elif, Else]

9th Grade - University

35 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?