Functions in Python

Functions in Python

University

10 Qs

quiz-placeholder

Similar activities

FST Class  2023- Quiz 3

FST Class 2023- Quiz 3

University

8 Qs

java

java

University - Professional Development

8 Qs

Quiz4: Making Decisions

Quiz4: Making Decisions

University

8 Qs

Web-II-Loop and Function

Web-II-Loop and Function

University

10 Qs

Unit 12 - Functional Programming

Unit 12 - Functional Programming

12th Grade - University

13 Qs

J277 - 2.2 - Functions in Python

J277 - 2.2 - Functions in Python

10th Grade - University

10 Qs

SCRIPTING PROGRAMMING WITH PYTHON

SCRIPTING PROGRAMMING WITH PYTHON

University

15 Qs

Envistas - Technical Quiz - Round 1

Envistas - Technical Quiz - Round 1

University

15 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?