JavaScript isn't enabled in your browser, so this file can't be opened. Enable and reload.
Python Scope and Module(By-Lavkush Yadav)
MCQ and True/False
Sign in to Google
to save your progress.
Learn more
* Indicates required question
Write your name.....?
*
Your answer
Q-1.Which of the following is not a valid name-scope...?
*
1 point
Global namespace
Private namespace
Built in namespace
Local namespace
Q-2. To determine in which order Python should access namespaces, you can use the .....?
*
1 point
LEGB rule
LGBE rule
LBGE rule
LGEB rule
Q-3 . Which of the following is not an advantage of using modules....?
*
1 point
Provides a means of reuse of program code
Provides a means of driving up tasks
Provides a menas of reducing the size of the program
Provides a means of testing individual parts of the program
Q-4. LEGB stands for....?
*
1 point
Local Enclosed Global Built-in
Logical Enclosed Global Built-in
Linear Enclosed Global Built-in
Linear Enclosed Greeter Built-in
Q-5 . math and random is commonly built-in...?
*
1 point
Operator
module
Global Variable
None
Q-6. A module is a piece of software that has a specific functionality....?
*
1 point
True
False
Q-7.The namespace of imported module becomes part of importing module.
*
1 point
True
False
Q-8. When searching for a variable first search Global, and then built in names are searched...?
*
1 point
True
False
Q-9.Built-in Scope searched last...?
*
1 point
True
False
Q-10. A name declared at Global scope, is not enclosed in function....?
*
1 point
True
False
Submit
Clear form
Never submit passwords through Google Forms.
Forms
This content is neither created nor endorsed by Google.
Report Abuse
Terms of Service
Privacy Policy
Help and feedback
Contact form owner
Help Forms improve
Report