Quiz về Hàm trong Python

Quiz về Hàm trong Python

10th Grade

10 Qs

quiz-placeholder

Similar activities

2.1 Procedures

2.1 Procedures

8th - 10th Grade

9 Qs

Lesson 7: Boogie Bot Exit Slip

Lesson 7: Boogie Bot Exit Slip

10th Grade

10 Qs

Python Function and Return

Python Function and Return

9th - 12th Grade

12 Qs

Python Basics Quiz

Python Basics Quiz

6th - 10th Grade

15 Qs

9.04 Functions

9.04 Functions

7th - 10th Grade

10 Qs

Python: Funciones

Python: Funciones

9th - 12th Grade

8 Qs

LUA Test

LUA Test

9th Grade - University

10 Qs

Recursion in Java

Recursion in Java

9th - 12th Grade

10 Qs

Quiz về Hàm trong Python

Quiz về Hàm trong Python

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Hoan Kim

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to declare a function in Python?

define

def

function

fun

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What value does a function without a return statement return?

0

False

None

Empty string

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the parameters passed into a function called?

Variables

Arguments

Keywords

Returns

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to define a function with 2 parameters?

def func[x, y]

function func(x, y):

define func(x; y):

def func(x, y):

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the return keyword?

Output value to the screen

End the loop

Input value

End the function and return a value

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about variable scope in a function?

Variables in a function are called local variables

Variables in a function do not affect outside variables

Variables in a function are global variables

Variables in a function cannot be used

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can a function be defined inside another function?

No

Yes

Only in a class

Only when there are no parameters

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?