Search This Blog

Tuesday, October 29, 2019

GE8151 - Problem solving and pyton Programming important questions


    Year/Sem:I Year/I Sem (Common to All Branches)
Important Questions for All Units
UNIT I
  1. Explain the sequence, Selection and Iteration logic design structure in Pseudcode.(Basic Building Blocks of an Algorithm)
  2. Draw a Flowchart to find Factorial of a number.
  3. Write a Pseudo code to generate Fibonacci Series.
  4. What are the guidelines and basic symbols to be followed while drawing a Flowchart?
  5. Algorithm, Flowchart, Pseudo code for Tower of Hanoi.
  6. Algorithm, Flowchart, Pseudo code for Minimum number in a List.
  7. Algorithm, Flowchart, Pseudo code for Insert a card in a sorted list and Guess an integer number in a range
UNIT II
  1. Roots of a Quadratic Equation
  2. Write a Program to find whether the given number is an odd or Even.
  3. Greatest of 3 numbers
  4. Write a Program to find whether the given year is Leap year or not.
  5. Write a Program to circulate the values of n variables.
  6. Write a Program to distance between two points.
  7. Explain the various types of Operators in Python?
  8. Discuss the different argument passing mechanism in Python with suitable examples.
  1. Write a Python Program for the concept of exchanging the values of two variables.
  2. Explain the Data types available in python with examples.
  3. Write a Python Program to find greatest of 3 numbers using Functions.
UNIT III
  1. Explain various selection / branching/ condition statements with example?
  2. Describe looping statements in python with suitable example?
  3. Explain various scopes for variable available in python?
  4. Explain various string functions and methods in Python with suitable programs?
  5. Explain Recursion with suitable example?
  6.  Programs for square root, gcd, exponentiation, sum an array of numbers
UNIT IV
  1. Explain in detail about tuple functions and its operations?
  2. Write a Python program to perform matrix multiplication
  3. Define List. Explain built in List methods with suitable examples.
  4. Write a Python program to perform Merge sort, Selection Sort, Insertion Sort.
  5. Write a Python program to perform Linear and Binary Search.
  6. Define Dictionary and various functions and methods to access the same.
UNIT V
1.                  Explain File Operation in detail with Programs/ File I/O Operations?
2.                  Explain Exception Handling in with illustrative programs?
3.                  Programs for word count, copy file.
4.      Describe Module and Packages with Programs?

No comments:

Post a Comment