0% found this document useful (0 votes)
263 views3 pages

PF Lab Ad Program Final Exam

1. The document provides instructions for a take-home final exam in Programming Fundamentals Lab. 2. Students must write their answers in a Word file and upload it to the IULMS system before the deadline of June 30, 2021 at 3:00 pm. 3. The exam will consist of 4 questions worth a total of 35 marks, testing program execution, output, personal code, and conceptual understanding of class concepts. Students are advised to follow instructions carefully and avoid plagiarism when answering questions.

Uploaded by

HASHIR SHEIKH
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
263 views3 pages

PF Lab Ad Program Final Exam

1. The document provides instructions for a take-home final exam in Programming Fundamentals Lab. 2. Students must write their answers in a Word file and upload it to the IULMS system before the deadline of June 30, 2021 at 3:00 pm. 3. The exam will consist of 4 questions worth a total of 35 marks, testing program execution, output, personal code, and conceptual understanding of class concepts. Students are advised to follow instructions carefully and avoid plagiarism when answering questions.

Uploaded by

HASHIR SHEIKH
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Final Exam (Take-Home) Spring – 2021

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

Please follow the instructions carefully:

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.

RUBRIC (Scoring guide)


Standards
20%
Program execution
20%
Correct output
40%
Personal Code
20%
Question No. 1: Marks
[05]

Write a C program to print the following star & Alphabet pattern.


A
A*C
A*C*E
A*C*E*G
A*C*E*G*I
A*C*E*G
A*C*E
A*C
A

Question No. 2: Marks


[10]

Write a C program to find the minimum among all elements of a matrix 2*2.

Question No. 3: Marks


[10]

To perform addition of two matrices whose orders are up to 4*4 using pointers?

Question No. 4: Marks


[10]

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.

You might also like