pop
remove
dispose
None of these
sys.argv
sys.readline
sys.path
sys.platform
Decomposing complex problems into simpler pieces
Reducing duplication of code
both A and B
None of the above.
file.writelines(sequence)
fileObject.writelines()
fileObject.writelines(sequence)
none of the mentioned
if ele in list
if not ele not in list
Both of the above
Python Package Index.
Python package Installer
Both A & B
Exponential
Parentheses
Multiplication
None of the above
put to gether the file and functions that are required by the program
translate the instructions in to a form suitable for execution by the program
load the executable code in to the memory and execute them
allow the user to type the program
Link, Load, Code, Compile, & Execute
Code, Compile, Link, Execute & Load
Code, Compile, Link, load & Execute
Compile, Code, Link, load, & Execute
difficult syntax error in a program
logical error in a programm
Both a and b
All of the above
Effective Analysis
Proper documentation
Efficient Coding
Semantic errors
Syntax errors
Logical errors
Boxes
Circles
Arrows
algorithmic
heuristic
random
none of these
capitalize()
title()
upper()
swapcase()
Python Visual Machine
Python Visual Mode
Python Virtual Machine
Python Virtual Mode
False Code
Representation of Code
Both A and B
Match the following types of programming paradigms with their descriptions.
A-1, B-2, C-3, D-4
A-3, B-4, C-1, D-2
A-2, B-1, C-4, D-3
A-4, B-3, C-2, D-1
Match the types of programming languages with their characteristics.
1 → B, 2 → C, 3 → A, 4 → D
1 → A, 2 → B, 3 → D, 4 → C
1 → D, 2 → A, 3 → F, 4 → B
1 → B, 2 → F, 3 → C, 4 → A