7. PYTHON FUNCTIONS -2

7. PYTHON FUNCTIONS -2

12th Grade

10 Qs

quiz-placeholder

Similar activities

Administrasi Server Jaringan

Administrasi Server Jaringan

12th Grade - University

15 Qs

Visual C# Quiz - Chapter 5: Loops, Files, and Random Numbers

Visual C# Quiz - Chapter 5: Loops, Files, and Random Numbers

12th Grade

15 Qs

Python Basic Quiz

Python Basic Quiz

11th Grade - University

10 Qs

Revision for grade12- week 1 &2

Revision for grade12- week 1 &2

12th Grade

15 Qs

HTML Fundamentals

HTML Fundamentals

10th - 12th Grade

14 Qs

Flowchart Sequence

Flowchart Sequence

12th Grade

10 Qs

1.4 Data structures - graphs #1

1.4 Data structures - graphs #1

12th Grade

12 Qs

Review Quiz #2- Productivity Tools

Review Quiz #2- Productivity Tools

11th - 12th Grade

10 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers