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

UET Lab Report 1..

This document is a lab report submitted by Sajad Khan that demonstrates using Microsoft Excel to analyze student exam results. The report shows the marks of 8 students across 5 subjects, calculates their total marks, percentage and determines if they passed or failed. Formulas are used to automatically sum marks, calculate percentages and find the average. The majority of students passed the exam and the report provided a good introduction to using Excel for data analysis and calculations.

Uploaded by

Sajad Khan
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)
55 views3 pages

UET Lab Report 1..

This document is a lab report submitted by Sajad Khan that demonstrates using Microsoft Excel to analyze student exam results. The report shows the marks of 8 students across 5 subjects, calculates their total marks, percentage and determines if they passed or failed. Formulas are used to automatically sum marks, calculate percentages and find the average. The majority of students passed the exam and the report provided a good introduction to using Excel for data analysis and calculations.

Uploaded by

Sajad Khan
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

UNIVERSITY OF ENGINEERING & TECHNOLOGY

Department Of Mechanical Engineering


Main Campus, Peshawar.

LAB Report # 1

ME-101L Lab Report Submitted By :

 Name : SAJAD KHAN


 Registration No : 61
 Section : E

Submitted To :

 Dr. FAKHRE ALAM KHAN

Lab Date : 1st Oct, 2019 Marks & Signature


Submission Date : 8th Oct, 2019
Objective(s) :
 To be familiar with syntax and structure of C-programming and the user to
create and edit documents.
 To learn how to create slides in MS Power Point.
 To learn problems solving techniques such as finding sum, division, average,
mode etc using C-programming.

Title :
 Write a documents in MS Excel that shows different marks of students and to
show the PASS & FAIL students. The total students in class is Eight(8).

Problem Analysis :
 The problem is to calculate the total marks of each student by the help of MS
Excel and putting there marks in rows and sum the student marks in the last
block of the row. The sum of all marks in subjects can easily calculate in the MS
Excel by using the rules. The PASS & FAIL students can be easily find in MS Excel.
The respective block in which the result is required, put an equal(=) sign and put
the PASS & FAIL in commas(“ “) like that “PASS”or“FAIL” in the required result
block.
 We also calculating the percentage of the students marks like dividing the
obtained marks by total marks and at last put percentage symbol.
 At the end also calculating the average marks of students.

Syntax :
 Total Marks = SUM(B2:F2)
 Pass & Fail = IF(B2>50,“PASS”,“FAIL”)
 Percentage = (G2/H2%)
 Average Marks = AVERAGE(D1:D8)
Names Islamiat P.Study Calculus Workshop Program Obt.Marks Total.Marks %age PASS/FAIL
Sajad 89 85 90 80 90 434 500 86.8 PASS
M.Ismail 86 79 78 67 87 397 500 79.4 PASS
Uzair 45 54 61 64 59 283 500 56.6 PASS
Hamza 86 77 87 76 90 416 500 83.2 PASS
Ahmad 67 56 89 46 66 324 500 64.8 PASS
Bilal 45 34 54 25 43 201 500 40.2 FAIL
Hammad 66 71 31 50 70 288 500 57.6 PASS
Max.Marks 89 85 90 80 90 434 500 86.8
Min.Marks 45 34 31 25 43 201 500 40.2
Average 69.14 65.14 70 58.2857 72.143 334.714 500 66.9

Output :
 The Majority of the students PASS the exam and get good percentages.

Discussion & Conclusion :


 This is my first MS Excel document that I have completed. This show me different
techniques and ways to manipulate data in a table form as well as ,I have also
learned how to use the different tachniques of formula which helps in different
places for reduce the time and anothers programs.

You might also like