Batter Programming
Optimized Coding
Systematic testing
All of the above
_val
val
try
_try_
write
writelineas
dump
pickle
What will following code segment print
if True or True: if False and True or False: print('A') elif False and False or True and True: print('B') else: print('C') else: print('D')
A
B
C
D
a_=3
_a=3
a?=3
All of these
Interpreter
Modem
Compiler
Operating system
variable
literal
identifier
comment
delete all the trailing characters
delete all the leading characters
delete all the leading and trailing characters
delete upper case characters
list
tuple
set
None of the above
arr[-2]
arr[2]
arr[-1]
arr[1]
Machine language
Assembly language
High-level language
None of these
oval
rectangle
arrow
diamond
A stage of all projects
Finding broken code
Evaluating deliverable to find errors
list=()
list.null
null.list
list=[]
ab
rw
a+
r+
12.6
'12.6'
12
syntax error
random
randrange
randomrange
rand
Input/Output, Decision, Repeat
Input, Output, Process
Loop, Input/Output, Process
Sequence, Selection, Repeat
output
send