Python Functions

Python Functions

10th - 12th Grade

28 Qs

quiz-placeholder

Similar activities

Unit 4 Assessment Review

Unit 4 Assessment Review

9th - 12th Grade

25 Qs

Problem Solving PP2

Problem Solving PP2

12th Grade

24 Qs

TDP112 Introduction to Laravel

TDP112 Introduction to Laravel

8th - 10th Grade

25 Qs

Python new

Python new

3rd Grade - University

26 Qs

PRETEST BK TIK KELAS 12

PRETEST BK TIK KELAS 12

12th Grade

25 Qs

HTML5/CSS Revision Quiz 2

HTML5/CSS Revision Quiz 2

9th Grade - University

23 Qs

Chủ đề: Máy tính cơ bản 2

Chủ đề: Máy tính cơ bản 2

2nd Grade - Professional Development

23 Qs

Introdução a Subprogramação

Introdução a Subprogramação

12th Grade

23 Qs

Python Functions

Python Functions

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Created by

Thomas Martinez

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
How do you correctly call this function
def(1)
x=square( )
defSquare(4)
x=square(5)

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image
What will print?
nothing
sayHi()
an error message
hi there

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image
What will print?
nothing
5
6
an error message

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image
What will print?
nothing
5
6
an error message

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
Which of the following best describes the order in which these lines are processed in Python?
4, 1, 2
4, 2, 1
1, 2, 3, 4
3, 1, 2

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Which statement is the function definition?

def square(x):

return a

a = pow(x,2)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Tells the interpreter that the code which follows is a function
const
int
def
while

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?