Oval or Pill Shape
Rectangle
Diamond
None of these
Identity Matrix
Upper triangle Matrix
Lower Triangle Matrix
None of the above
Find errors from the program
Check the functionality of the program
Black box testing
All of the above
raw_input
input()
eval
accep
1abc
$12a
_xy 1
@python
int
list
dictionary
l=[]
l=list()
Both of the above
Flowchart
Pseudo
Greedy
Connector
list(array)
list.array
array.list
form
access
import
To make a Matrix with all element 0
To make a Matrix with all diagonal element
To make a Matrix with first Row 0
remove((), file_name))
remove (new_file_name, current_file_name,)
remove (file_name)
Global namespace
Public namespace
Built-in namespace
Local namespace
list ()
str ()
chr()
del
remove
removeAll
full
empty
init
Lists
Dictionary
String
All of the mentioned
unlimited length.
all private members must have leading and trailing underscores.
Preferred Installer Program.
none of the mentioned
A set of main modules.
A folder of python modules
A number of files containing Python definitions and statements.
A set of programs making use of Python modules.
Python first searches the built-in namespace, then the global namespace and finally the local namespace.
Python first searches the built-in namespace, then the local namespace and finally the global namespace
Python first searches the local namespace, then the global namespace and finally the built-in namespace
Python first searches the global namespace, then the local namespace and finally the built-in namespace