Python

Python

8th - 12th Grade

40 Qs

quiz-placeholder

Similar activities

GCSE Python Legends

GCSE Python Legends

1st - 12th Grade

45 Qs

Edx GCSE Python

Edx GCSE Python

11th Grade

40 Qs

G9 T3 Midterm

G9 T3 Midterm

9th Grade

35 Qs

Python Quiz

Python Quiz

8th - 12th Grade

40 Qs

Python Test

Python Test

8th - 12th Grade

40 Qs

Python

Python

10th Grade

40 Qs

Python Test 2

Python Test 2

7th - 12th Grade

44 Qs

Input, Processing, Output

Input, Processing, Output

9th - 12th Grade

44 Qs

Python

Python

Assessment

Quiz

Computers

8th - 12th Grade

Medium

CCSS
L.2.2C, 6.EE.B.6

Standards-aligned

Created by

Rachel Pugh

Used 574+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To repeat a fixed number of times use a
while loop
for loop
if loop
indentation

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To repeat until a particular condition is true use
while loop
for loop
if loop
indentation

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The second part of if, that is executed when the condition is false
if
else
for
input

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Data type that can only be true or false
int
string
bool
float

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A variable that can hold a collection of values, often called an array in other programming languages
list
int
string
constant

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The character that must be at the end of the line for if, while, for etc.
:
;
.
,

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Decides if a string only contains numbers
isalpha()
isnumeric()
int()
string()

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?