You are on page 1of 2

PREPARATORY EXAMINATION

COURSE : PROBLEM-SOLVING THROUGH TIME : 9:30 AM - 12:30PM


PROGRAMMING
COURSE : 21PSP13 DATE : 22/04/2022
CODE
SEM/SEC : I - (A, B, C, D) MAX. : 100
MARKS
Answer any 5-full questions Marks COs BTL
a) Explain the formatted I/O functions of C- Language with
01. syntax and example 10 M L2
CO2
b) Explain Nested-if and Else-if statements with syntax and
10 M L2
example
a) List all the Unconditional Branching statements in C-
02. Language, explain any two with its syntax and example 10 M L2
CO2

b) List the difference between while & do-while loop 10 M L2


a) Develop a C-Program to perform simulation of a simple
03. calculator 10 M L3
CO2

b) Illustrate the C-Program to print the following triangle of


10 M L3
numbers
1
12
123
1234

a) Define array. Explain how 1-D array is declared and


04. initialized with syntax and example 10 M L2
CO3

b) Explain string I/O functions with example 10 M L2


a) Explain 2-D array with proper syntax and example
05. 10 M L2
CO3
b) Define String. Explain any 2 string manipulation
10 M L2
functions with example
a) Develop a C-Program to sort the given number of elements
06. in ascending order using bubble sort technique 10 M L3
CO3

b) Develop a C-Program to search a key element in the given 10 M L3


array of N elements using Binary search technique
a) Define Function. Explain how call by value is differ from call
07. by reference while invoking a function 10 M L2
CO4
b) Explain recursion and write a program to find Nth term of
Fibonacci series using recursion 10 M L2

a) Develop a C program to compute the sum, mean and standard


08. deviation of all elements stored in an array of N real numbers using 10 M L3
pointers. CO5

b) Illustrate a structure to read and write Book_title, Book_author and 10 M L3


Book_id for N books.

Elucidate the basic architecture and functionalities of a computer and also recognize
CO1
thehardware parts.
CO2 Apply programming constructs of C language to solve the real world problem.
Explore user-defined data structures like arrays in implementing solutions to problems like
CO3
searching and sorting.
Explore user-defined data structures like structures, unions and pointers in implementing
CO4
solutions.
Design and Develop Solutions to problems using modular programming constructs using
CO5
functions.

Bloom’s Taxonomy Level


L1 L2 L3 L4 L5 L6
Remembering Understanding Applying Analyzing Evaluating Creating

Name & Signature of Course Coordinator Name & Signature of the Paper scrutinizer

HOD Signature

You might also like