All - Unit Possible Question PSPP
All - Unit Possible Question PSPP
First Semester
Regulation-2017
Dept: Subject Code & Name: GE8151&Problem Solving & Python Programming.
PART - A
1. Define an Algorithm and write its characteristics.
2. What are the kinds of statements?
3. What is pseudo code & write pseudo code for adding of two numbers?
4. Draw the flowchart symbols with description.
6. List out the advantages and disadvantages of flow chart?
7. Write the advantages of pseudo code?
8. Differentiate: Recursion and Iteration.
9. Draw the diagram for Algorithm design & analysis process.
10. Define an Algorithm and what are the quality measures?
11. What is flowchart & Write any two rules?
12. What is pseudo code & write any two disadvantages?
13. Draw the flowchart symbols with description.
14. Write the pseudo code for area of rectangle.
15. Write the Basic Guideline for flowchart.
16. Define function, why do we write function?
17. Draw the diagram for Algorithm design & analysis process.
18. Draw the selection control structures with syntax available in algorithmic problem solving?
19. Define pseudo code and write down the pseudo code for sum of two numbers.
20. Write the basic guidelines for writing pseudo code.
21. List out the programming languages.
PART -B
1. i) Discuss about Building the block of algorithm. (8)
ii) Write Algorithm, Pseudo code and draw flowchart for biggest among three numbers (8)
2. i) Discuss Pseudo code and write advantages.(8)
ii) Write a python program for Add the two numbers with flowchart and pseudo code. (8)
3. i) Find the factorial for a given number with algorithm , pseudo code and flowchart (8)
ii) Explain the concept of Algorithmic problem solving. (8)
4. i) Discuss about basic design in flow of control. (8)
ii) Explain in detail about iteration and recursion.(8)
5. i) Discuss about pseudo code and write its basic guide lines with example.(8)
ii) Explain selection control structures with pseudocode and flow chart (8)
6. i) Find the area and circumference of circle with algorithm, pseudo code and flowchart (8)
ii) Explain the towers of hanoi (8)
7. i) Explain about flowchart with symbols and write its basic guide lines. (6)
ii) Draw the flow chart, algorithm, pseudo code for calculates the given year is leap or not.(8)
PART-B
1. Briefly explain about the concept of list and explain how to accessing elements in a list.
2. Explain about list operations with clear example.
3. Illustrate with an example about list slices.
4. Explain in detail about the methods available in list
5. Explain the concept of loop using in list with relevant example.
6. How can implement mutable in the concept of lists. Explain with example and how to delete a
particular element in a list.
7. Give example for aliasing and cloning lists with relevant example.
8. Explain about tuples and also the concept of tuple assignment and tuples as return value with
example.
9. What is dictionary in python? And list out the operations and methods with examples.
10. Explain in details about list comprehension with example.
11. Write a python program for selection sort.
12. Write a python program for insertion sort.
13. Write a python program for merge sort.
14. Write a python program for quick sort.