Python

Python

8th - 12th Grade

40 Qs

quiz-placeholder

Similar activities

Python  conditionals, and loops |Part 3

Python conditionals, and loops |Part 3

10th Grade

36 Qs

Python List 2

Python List 2

8th Grade

45 Qs

Python Chap 2-4

Python Chap 2-4

9th Grade

42 Qs

Edx GCSE Python 02

Edx GCSE Python 02

12th Grade

40 Qs

Python Coding Language

Python Coding Language

8th - 12th Grade

40 Qs

PYTHON Quiz 2 LPU SUMMER SCHOOL

PYTHON Quiz 2 LPU SUMMER SCHOOL

9th - 12th Grade

41 Qs

Python Revision

Python Revision

7th - 11th Grade

35 Qs

Python set 2

Python set 2

9th - 12th Grade

42 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 573+ 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?