4.1 - 4.8 Formative Quiz

4.1 - 4.8 Formative Quiz

9th Grade

23 Qs

quiz-placeholder

Similar activities

Python 11

Python 11

9th Grade

18 Qs

Basic Python Concepts and Console Interaction

Basic Python Concepts and Console Interaction

9th - 12th Grade

20 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

For Loop python

For Loop python

5th - 12th Grade

19 Qs

Intro to CS Semester Test Review P1

Intro to CS Semester Test Review P1

9th Grade

20 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 Qs

Unit 5 - For Loops

Unit 5 - For Loops

9th - 12th Grade

20 Qs

Python Unit 3 Comprehension Check (3,4,5,6)

Python Unit 3 Comprehension Check (3,4,5,6)

9th - 12th 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

range

start

stop

step

3.

REORDER QUESTION

3 mins • 4 pts

Reorder the following to create the range parameter syntax.

step

start

stop

(

)

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?