Functions in Python

Functions in Python

University

10 Qs

quiz-placeholder

Similar activities

PYTHON_CHAPTER 1

PYTHON_CHAPTER 1

University

10 Qs

PP Quiz- 4CSM B2

PP Quiz- 4CSM B2

University

11 Qs

Code-O-Fiesta Round 1

Code-O-Fiesta Round 1

University

15 Qs

Biyani College Day 4

Biyani College Day 4

University

15 Qs

Python Unit 3

Python Unit 3

University

10 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

[Python For All] Quiz 5 - Numpy

[Python For All] Quiz 5 - Numpy

University

15 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Functions in Python

Functions in Python

Assessment

Quiz

Computers

University

Medium

Created by

Fatimah Alqadheeb

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not a built-in function?

type( )

len( )

def findSum():

eval( )

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output of the following function call?

var1+var2

50

10,40

no output

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is used to return a result from a function?

catch

continue

break

return

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image


What will be the output of the following Python code?

10

num

x

no output

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is correct regarding an Argument?

A variable which we use in the function definition

A value we pass when we call the function

The order in which statements are executed 

A keyword used to return a result from a function

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of the following Python code?

sara 19

name age

NameError

no output

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The function randint( ) returns random integers between low and high numbers?

True

False

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?