Python

Python

8th - 12th Grade

40 Qs

quiz-placeholder

Similar activities

Programming Concepts Quiz

Programming Concepts Quiz

9th - 12th Grade

35 Qs

UNIT 2.3 ROBUST PROGRAMS

UNIT 2.3 ROBUST PROGRAMS

10th Grade

40 Qs

Project STEM 2.1-2.2

Project STEM 2.1-2.2

9th - 12th Grade

40 Qs

python assessment

python assessment

8th - 9th Grade

35 Qs

Wrap Up in CS

Wrap Up in CS

7th - 8th Grade

35 Qs

9th Grade - IT Programming - 2nd Cycle Exam

9th Grade - IT Programming - 2nd Cycle Exam

9th Grade - University

40 Qs

2.3 Robust Programs MCQs

2.3 Robust Programs MCQs

11th Grade

39 Qs

Python Chapter 7

Python Chapter 7

8th 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 579+ 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?