M3 R5 Chapter 8

M3 R5 Chapter 8

12th Grade

100 Qs

quiz-placeholder

Similar activities

untitled

untitled

12th Grade - University

99 Qs

Python 101 Quiz - 101 Questions

Python 101 Quiz - 101 Questions

5th - 12th Grade

101 Qs

Python Certification Preparation (April 2022)

Python Certification Preparation (April 2022)

11th - 12th Grade

100 Qs

STS 101 - MIDTERM EXAM

STS 101 - MIDTERM EXAM

University

100 Qs

Quizz1

Quizz1

University

95 Qs

Python Advanced

Python Advanced

University

100 Qs

PRJ301

PRJ301

University

95 Qs

HTML2

HTML2

11th Grade - University

100 Qs

M3 R5 Chapter 8

M3 R5 Chapter 8

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Alexa Institute

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

100 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python में, किसी फ़ंक्शन के अंदर परिभाषित वेरिएबल का स्कोप क्या होता है?

Global

Local

Non-local

Universal

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python में एक मॉड्यूल कैसे बनाया जा सकता है?

By writing Python code in a .py file

By creating a .module file

By defining functions inside a Python script

Both a and c

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

LEGB नियम में "E" का क्या मतलब है?

External

Enclosing

Environment

Encapsulation

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python मॉड्यूल के बारे में निम्न में से कौन सा सही है?

A module is a file containing Python code.

Modules help to organize code.

Modules allow code reuse.

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python में किसी मॉड्यूल को इंपोर्ट करने का सही तरीका क्या है?

import module_name

module_name import

import_module module_name

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

इंपोर्ट के समय आप किसी मॉड्यूल का नाम कैसे बदल सकते हैं?

import module_name as new_name

rename module_name as new_name

import module_name -> new_name

module_name.rename(new_name)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

मॉड्यूल फाइल्स के नेमस्पेस के रूप में कार्य करने के बारे में क्या सत्य है?

Each module creates its own namespace.

Variables in one module are isolated from other modules.

Functions and variables in a module can be accessed using the dot operator.

All of the above

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?