Python Functions Quiz

Python Functions Quiz

8th Grade

20 Qs

quiz-placeholder

Similar activities

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

ASK T2 - Kod Arahan (Python)

ASK T2 - Kod Arahan (Python)

7th Grade - University

20 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

15 Qs

Basics Python

Basics Python

8th - 10th Grade

20 Qs

Python basic commands

Python basic commands

8th Grade

20 Qs

Review Python

Review Python

8th Grade

15 Qs

Python

Python

6th - 10th Grade

17 Qs

Python First Steps Homework Quiz

Python First Steps Homework Quiz

7th - 9th Grade

20 Qs

Python Functions Quiz

Python Functions Quiz

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Dean Groom

Used 16+ 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?