
M3 R5 Chapter 8
Authored by Alexa Institute
Computers
12th Grade
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?