Function In Python Programming

Function In Python Programming

12th Grade

8 Qs

quiz-placeholder

Similar activities

Unit 7

Unit 7

9th - 12th Grade

13 Qs

XII - CA - Lesson 5 - Function and Array - Quiz 1

XII - CA - Lesson 5 - Function and Array - Quiz 1

12th Grade

10 Qs

Object-Oriented Programming (OOP) in Python 3 Quiz

Object-Oriented Programming (OOP) in Python 3 Quiz

12th Grade

10 Qs

Python functions

Python functions

12th Grade

11 Qs

XII - CS - Lesson 7 - Function - Quiz 2

XII - CS - Lesson 7 - Function - Quiz 2

12th Grade

10 Qs

XII - CS - Lesson 7 - Function - Quiz 1

XII - CS - Lesson 7 - Function - Quiz 1

12th Grade

10 Qs

H466 - Global and Local Variables

H466 - Global and Local Variables

12th Grade - University

10 Qs

Stepwise Refinement

Stepwise Refinement

11th - 12th Grade

13 Qs

Function In Python Programming

Function In Python Programming

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Megha Agarwal

Used 4+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to use a module in python programming

for

while

import

none

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to define a function

define

DEF

def

none

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to use a function in our programming

using invoke statement

using its parameters

using its argument

all of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The variables which we pass in function header are called?

arguments

parameters

none

both a and b

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The variables passed in invoke statement are called ?

parameters

arguments

none

both a and b

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

local variable(s) can be used ......................

anywhere in the program

with-in the method/function

with-in the local scope

none

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

upper() is a ..................

built it function

user defined function

module function

none

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is a ..................

case sensitive language

case insensitive language

none