Python Course Selection

Python Course Selection

7th - 11th Grade

31 Qs

quiz-placeholder

Similar activities

Unit 3 Python Review

Unit 3 Python Review

9th - 12th Grade

28 Qs

Computer MCQ Test

Computer MCQ Test

8th Grade

30 Qs

CSD II - Unit 3  Chapter1 2021

CSD II - Unit 3 Chapter1 2021

8th Grade

34 Qs

Python Review

Python Review

8th - 12th Grade

35 Qs

Micro:bit Final Quiz

Micro:bit Final Quiz

6th - 8th Grade

35 Qs

Python Revision

Python Revision

7th - 11th Grade

35 Qs

Python 2 TEST

Python 2 TEST

9th - 12th Grade

30 Qs

Python Operators

Python Operators

11th - 12th Grade

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