Python - End of module assessment

Python - End of module assessment

12th Grade

20 Qs

quiz-placeholder

Similar activities

Python programming

Python programming

6th - 12th Grade

16 Qs

AP CSP Unit 4

AP CSP Unit 4

10th - 12th Grade

15 Qs

Python Recap

Python Recap

7th Grade - University

20 Qs

python quiz

python quiz

12th Grade

20 Qs

Strings, Lists & Tuples

Strings, Lists & Tuples

9th - 12th Grade

20 Qs

Python Basics

Python Basics

KG - University

15 Qs

Data Types

Data Types

9th - 12th Grade

20 Qs

GCSE Computer Science Data types

GCSE Computer Science Data types

10th - 12th Grade

18 Qs

Python - End of module assessment

Python - End of module assessment

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Steve Rich

Used 9+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

What is the value of c after the code has executed?

5

10

20

40

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

This function, given an int n, returns the difference between n and 21, except return double the difference if n is over 21.

What does the function return if we call with the argument: 25?

4

8

16

21

25

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

What is the value of c when output?

60

70

25

35

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

Consider the following code. Which paradigm is in use here?

Functional

OOP

Procedural

Event Driven

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

On line 11, what would we enter inside the parentheses to output the population of Canada?

canada

canada(population)

canada.population

population.canada

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

What is output?

Each character from the string one by one

T

h

e

...

The whole string 42 times

Every even character from the string one by one.

T

e

q

...

Every odd character from the string one by one

h

u

...

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which of the following is not a reserved (key) word in Python?

class

until

for

while

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?