You are on page 1of 3

QUEASTION PAPERS LIN

CENTRAL LIBRARY: http://192.168.4.6/ CAMPUShttp://192.168.0.6/

Note : ( SCHEME 2010,2013,2017 question papers some chapters


including or missing)

MODEL QUESTION PAPER


FOUR YEAR B.TECH DEGREE END EXAMINATION
FIRST SEMESTER EXAMINATION
PROGRAMMING FOR PROBLEM SOLVING (PPS)
(Common to CSE,CST,ECE,CIV,MEC & EEE)
(SCHEME – 2020)

Time: 3 Hours Max.Marks: 60

Note: Answer One question from each Unit.


All questions carry equal marks.
Course Bloom’s
Q.No Question Marks
Outcome Level

Unit-I

1. a. Define Algorithm. List the characteristics of an algorithm. CO1 Understand


(6M)
Design algorithm to find the GCD of given two numbers.
b. Draw a flowchart to find the roots of a quadratic equation. CO1 Understand (6M)

OR

2. a. Explain the following : CO1 Remember


i) Increment and Decrement Operators.
(6M)
ii) Logical operators.
iii) Conditional Operator.
b. Define type conversion. Explain briefly about different CO1 Understand
(6M)
types of conversions with help of examples

Unit-II

3. a. Explain different types of looping statements with example. CO2 Remember (6M)
b. Write a C program to evaluate the given series CO2 Understand
+ + +… (6M)

OR

4. a. Write a C program to generate the following pattern CO2 Understand


1 (6M)
2 3
3 4 5
4 5 6 7
5 6 7 8 9
b. Write a C program to generate prime numbers up to a given CO2 Understand
(6M)
number.

Unit-III

5. a. Explain briefly about different function categories with CO3 Remember


(6M)
suitable examples.
b. Write a C program to arrange the given strings in ascending CO3 Understand
(6M)
order.

OR

6. a. Explain about Storage classes in C. CO3 Remember (6M)


b. Write a C program to generate Fibonacci sequence of n CO3 Understand
(6M)
terms using recursion.

Unit-IV

7. a. Explain the following: CO4 Remember


i) Pointer to Array
(6M)
ii) Void Pointer
iii) Function returning Pointer
b. Write a C program to find the sum of n array elements CO4 Understand
(6M)
using pointers.

OR

8. a. Write a C program to perform multiplication of given two CO4 Understand


(6M)
matrices by allocating memory dynamically.
b. Explain briefly about pointers to functions with example. CO4 Understand (6M)

Unit-V

9. a. Distinguish between structure and union. CO5 Remember (6M)


b. Explain briefly about passing structures to functions. CO5 Understand (6M)

OR

10. a. Explain the Error handling mechanisms in files. CO5 Remember (6M)
b. Write a C program to read lines of characters and find the CO5 Understand
no. of words, no. of consonants and no. of lines to store it in (6M)
vowels.txt file.

You might also like