python question bank
python question bank
Two marks
1.What are the factors used to judge the quality of the algorithm?
4.Write the pseudo code to calculate the sum and product displaying the answer
on the monitor screen.
sum=a+b
8.Write down the output for the following program. first = 'throat' second =
'warbler' print first + second
11.Write an algorithm to accept two numbers. Compute sum and print the
result.
14.What are the factors used to judge the quality of the algorithm?
Ten marks
2.What is Programming Language? What are its types? Explain them in detail
with their advantages and disadvantages.
7.Explain about the algorithmic problem solving technique with suitable flow of
process and example.
12.Explain about interpreter and explain how python works in Interactive mode
and script mode with examples.