BPOPS103 Assignment Questions
BPOPS103 Assignment Questions
Assignment # 01
Course Site:
Instructions:
● ANSWER NEATLY AND LEGIBLY in the given assignment books. If assignment books are not yet
collected
● Sketch diagrams wherever relevant. Explain your notations explicitly and clearly
● Once you submit your assignment, you will be expected to answer all the questions INDEPENDENTLY.
You may be asked to answer any question of the assignment in the class
● Leave clear left margin on every page. First write the question, then followed by that write the
corresponding answer.
● On the top right corner of every page, write your Roll Number page number and
Date of submission.
Assignment 1 Questions
(Total Mark: 50)
Sl. Questions Marks CO RBT
No.
Assignment # 02
Course Site:
Instructions:
● ANSWER NEATLY AND LEGIBLY in the given assignment books. If assignment books are not yet
collected
● Sketch diagrams wherever relevant. Explain your notations explicitly and clearly
● Once you submit your assignment, you will be expected to answer all the questions INDEPENDENTLY.
You may be asked to answer any question of the assignment in the class
● Leave clear left margin on every page. First write the question, then followed by that write the
corresponding answer.
● On the top right corner of every page, write your Roll Number page number and
Date of submission.
Assignment 2 Questions
(Total Mark: 50)
a. Explain function call, function definition and function 10 CO3 L3
6 prototype with syntax and example for each.
b. Write a C Program to implement Binary Search for 5
integers.
c. What is Recursion? Write a C program to compute 5
factorial of number Using recursion.