4.1 - 4.8 Formative Quiz

4.1 - 4.8 Formative Quiz

9th Grade

23 Qs

quiz-placeholder

Similar activities

Python Loops Review

Python Loops Review

9th - 12th Grade

19 Qs

Python turtle

Python turtle

8th - 9th Grade

20 Qs

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 Qs

Python new

Python new

3rd Grade - University

26 Qs

ECS Final Python Review

ECS Final Python Review

9th - 10th Grade

23 Qs

Codehs Tracy

Codehs Tracy

9th Grade

22 Qs

CS 26_01_24

CS 26_01_24

9th - 12th Grade

20 Qs

Intro to Python Turtle Graphics 2.1-2.4 [50 points]

Intro to Python Turtle Graphics 2.1-2.4 [50 points]

9th Grade

20 Qs

4.1 - 4.8 Formative Quiz

4.1 - 4.8 Formative Quiz

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Anonymous Anonymous

Used 24+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

3 mins • 4 pts

What are the four parts of a Range Function?

range

start

stop

step

stand

2.

REORDER QUESTION

3 mins • 4 pts

Reorder the following

step

stop

start

range

3.

REORDER QUESTION

3 mins • 4 pts

Reorder the following to create the range parameter syntax.

step

)

stop

(

start

4.

DROPDOWN QUESTION

3 mins • 4 pts

What is missing?

for i in range(92,8,-3)​ ​ (a)  

print(i)​

:
=
+
==
;
|
%
()
*
!=

5.

MULTIPLE SELECT QUESTION

3 mins • 4 pts

Media Image

What does this code do?

It will produce an error.

It counts 0-4.

It will sum a set of given numbers.

It will stop if the user enters "0."

It will ask the user for a number.

6.

MULTIPLE SELECT QUESTION

3 mins • 4 pts

Media Image

What is wrong with this code?

The ; should be a :

!+ is not an operator.

"while" should be "for"

x ! needs no space.

+ - needs no space

7.

MULTIPLE CHOICE QUESTION

3 mins • 4 pts

How many ELIFs are required in an IF statement?

0

1

2

3

As many as you want

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?