Flowchart
Pseudo
Greedy
Connector
list(array)
list.array
array.list
None of these
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)
All of the above
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
Pointers
Loops
Dynamic Typing
within the file, it tells the end position.
within the file, it tells the current position.
it tells us if the file is opened.
none of the above.
We can replace a recursive function by a non-recursive function.
The memory space taken by the recursive functions is more than that of non-recursive function,
Running a recursive function is faster as compared to a non-recursive function.
The process of recursion makes it easier for users to understand a program.
pop
dispose
sys.argv
sys.readline
sys.path
sys.platform
for
While
do-while
Decomposing complex problems into simpler pieces
Reducing duplication of code
both A and B
None of the above.