7. PYTHON FUNCTIONS -2

7. PYTHON FUNCTIONS -2

12th Grade

10 Qs

quiz-placeholder

Similar activities

Python Functions

Python Functions

12th Grade

15 Qs

Python Functions

Python Functions

12th Grade

15 Qs

XIIA_ONLINE TEST(FUNCTIONS)

XIIA_ONLINE TEST(FUNCTIONS)

12th Grade

10 Qs

Quiz on Variables in Programming

Quiz on Variables in Programming

11th Grade - University

15 Qs

Theory

Theory

10th - 12th Grade

12 Qs

Working with function Part 2

Working with function Part 2

12th Grade

10 Qs

Python Functions

Python Functions

9th - 12th Grade

13 Qs

7. PYTHON FUNCTIONS -2

7. PYTHON FUNCTIONS -2

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Geetha Geetha

Used 24+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. In Python, _____________ function is a function that is defined without a name.

user-defined

anonymous

built-in

recursion

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. An anonymous function is also called a ______________ function.

recursion

built-in

user-defined

lambda

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. _________________ of a variable refers to the part of the program, where it is accessible.

score

function

Scope

none of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. A variable declared inside the function's body is known as a ________ variable.

local

global

register

function

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. A variable, with ____________ scope, can be used anywhere in the program.

local

global

extern

register

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. Without using the ____________ keyword we cannot modify the global variable inside the function

int

char

local

global

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. _____________ function is mostly used for creating small and one-time anonymous functions.

built-in

user-defined

Lambda

global

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?