List is not defined
List index out of range
List index out of bound
None of the above
collection of integer number
collection of string
collection of same data type
collection of different data type
Algorithm
Flowchart
Pseudocode
All of these
Oval or Pill Shape
Rectangle
Diamond
None of these
Identity Matrix
Upper triangle Matrix
Lower Triangle Matrix
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
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
Global namespace
Public namespace
Built-in namespace
Local namespace
list ()
str ()
chr()
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