Python Next Steps Homework Quiz

Python Next Steps Homework Quiz

8th - 10th Grade

20 Qs

quiz-placeholder

Similar activities

Searching & Sorting Algorithms

Searching & Sorting Algorithms

10th Grade - University

16 Qs

AS Computing: Data Structures

AS Computing: Data Structures

10th Grade - University

15 Qs

Coding Basics

Coding Basics

5th - 8th Grade

20 Qs

Basic Python Console Operations

Basic Python Console Operations

10th Grade - University

21 Qs

Algoritma

Algoritma

1st - 12th Grade

15 Qs

Unit 10 Recursion Review

Unit 10 Recursion Review

9th - 12th Grade

20 Qs

9th-Computer-Introduction to Java

9th-Computer-Introduction to Java

9th Grade

18 Qs

Code.org CSP Unit 1 Review

Code.org CSP Unit 1 Review

9th - 12th Grade

15 Qs

Python Next Steps Homework Quiz

Python Next Steps Homework Quiz

Assessment

Quiz

Computers

8th - 10th Grade

Hard

Created by

Tracy Mayhead

Used 118+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Lines 1-3 show a partial program which creates a list of days of the week and assigns it to days.


If lines 4 & 5 were added to the program, what would the program output be?

item

Wednesday

Thursday

3

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to multiply numbers?

*

x

#

%

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Lines 1-3 show a partial program which creates a list of days of the week and assigns it to days.


If lines 4-6 were added to the program, what would the program output be?

Tuesday

1 Monday

1 Wednesday

Wednesday

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator can be used to compare two values?

=

==

<>

><

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What word would fill the gap in this code so that the items in the list days are displayed on the screen.

week

index

days

day

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you start writing a for loop in Python?

for each x in y:

for x > y:

for x in y:

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

If the user types 1 on the keyboard, what will be the output of this program when it is executed?

The second letter is e

It's a rocky planet

a e

The second letter is a

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?