PYTHON
PYTHON
13-MARK QUESTIONS
1. Draw and explain the various symbols of flowchart and also draw a flowchart to find
the highest mark in a set of n marks.
3. Write the algorithm, pseudocode and draw the flowchart for the following: Insert a
card in a list of sorted cards.
4. Write short notes on types of operators in python with appropriate example
5. Explain the steps involved in program development cycle
6. Write the algorithm, pseudocode and draw the flowchart for the following:
1.To find the sum of square root of any three numbers
2.To find the sum of all odd numbers till 100.
10. Write and explain the python program to swap two numbers
with and without tempory variables
13. What is Pseudocode? Write a Pseudocode for swapping two numbers without using
temporary storage
17. what is recursive function ? what are its advantage and disadvantages? Compare it
with iterative function.
20. Write the algorithm, pseudocode and draw the flowchart for the following:
Insert a card in a list of sorted cards
15-MARK QUESTIONS
1. Write the algorithm, pseudocode and draw the flowchart to find minimum in a list
4. Write the algorithm, pseudocode and draw the flowchart for the
Towers of Hanoi problem