PF Lab Ad Program Final Exam
PF Lab Ad Program Final Exam
Subject: Programming Fundamentals Lab Exam Date: Wed, June 30, 2021
Program: ADP Exam Time: 03:00 pm – 05:00 pm
Instructor: Ilyas Younus Max. Marks: 35
1. Write your answers in a Word file and upload the file before the due date on IULMS.
2. Write your name and registration ID on the first page of your Word file.
3. Answer scripts can only be uploaded on IULMS any time before its deadline.
4. To avoid any unforeseen problems, you are advised NOT to wait for the last minutes
to upload your answer script.
5. Submission of answer copy(ies) will be considered acceptable through IULMS only.
Therefore, do not submit your document through email or any other medium.
6. Use 12 pt. font size and Times New Roman font style along with 1-inch page margins.
7. You can give your answers in hand written form if you are facing any difficulty in
type-written form.
8. If you are giving hand written answers then you must use blank sheets with sufficient
margin on left and right side.
9. After completing the paper, you are required to make its viewable Snap Shot
(preferably Scan) and paste them on a word file or create a single PDF file.
10. Please make sure that your hand written file is sufficiently visible and readable. You must
avoid any blur or dull pictures. Don’t use pencil at all.
11. Strictly follow the sequence of the questions.
12. Follow the requirements of the word limit and the marking criteria while writing your
answers.
13. Provide relevant, original and conceptual answers, as this exam aims to test your ability to
examine, explain, modify or develop concepts discussed in class.
14. Do not copy answers from the internet or other sources. The plagiarism of your answers
may be checked through Turnitin.
15. Recheck your answers before the submission on IULMS to correct any content or
language related errors.
16. Double check your word file before uploading it on IULMS to ensure that you have
uploaded the correct file with your answers.
Write a C program to find the minimum among all elements of a matrix 2*2.
To perform addition of two matrices whose orders are up to 4*4 using pointers?
Create a structure called Students that holds information like Registration code, name of
student and date of admission. Write a program to create an array of structures and enter some
data into it (5 records at least). Then ask the user to enter current date.
Display the names of those Students who are in the school greater than or equal to 5 years.