Python Functions Quiz

Python Functions Quiz

8th Grade

20 Qs

quiz-placeholder

Similar activities

Year 8MS Scratch

Year 8MS Scratch

8th Grade

20 Qs

Introduction to Python programming

Introduction to Python programming

6th - 8th Grade

20 Qs

Python - Test Revision

Python - Test Revision

8th Grade

20 Qs

8.3_PythonProgramming revision

8.3_PythonProgramming revision

8th Grade

18 Qs

Python

Python

8th Grade

20 Qs

Introduction to Python

Introduction to Python

7th - 9th Grade

20 Qs

Grade 8 End of Unit Revision

Grade 8 End of Unit Revision

8th Grade - University

15 Qs

Programación

Programación

7th - 9th Grade

15 Qs

Python Functions Quiz

Python Functions Quiz

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Dean Groom

Used 21+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the input() function in Python?

Display a message

Take input from the user

Perform a mathematical operation

End the program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the print() function do in Python?

Take input from the user

Print a file

Display text or variables on the screen

Run a Python script

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of value does the input() function always return?

Integer

String

Boolean

List

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to use the if statement in Python?

if x == 5:

if (x = 5):

if x => 5:

if x equals 5:

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the else statement in Python?

To define a loop

To check multiple conditions

To execute a block of code if the condition is false

To end a program

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to create a function in Python?

func

function

def

create

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following libraries can be imported to generate random numbers?

math

random

time

input

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?