You are on page 1of 12

1|Page

A
Micro-Project Report on
“Measurment Convertor”

Partial Fulfillment of the Requirement for the Diploma in Computer


Engineering,

By
1) Pathare Sandesh [2014660159]
2) Kalamkar onkar [2114660143]
3) Pimparkar Harshal [2014660121]

Guided By
Prof.Darode.S.S

Shree Samarth Academy’s


Shree Samarth Polytechnic
Mhasane Phata, Ahmednagar
2|Page

Maharashtra State Board of Technical Education


(2022-2023)
Shree Samarth Academy`s
Shree Samarth Polytechnic

Department Of Computer Engineering

CERTIFICATE
This is to Certify that the Project work Entitled

“Measurment Convertor”

Is
Submitted By
1) Pathare Sandesh [2014660159]
2) Pimparkar Harshal [2014660121]
3) Kalamkar Onkar [2114660143]
In the partial fulfillment of diploma in Computer Engineering Has been
Satisfactory carried out Under May guidance as per the requirement of
Maharashtra State Board of Technical Education, Mumbai During The
Academic Year 2022-2023
Date:-
Place:-
[GUID] [HOD] [PRINCIPAL]
[Prof.Darode.S.S]. [Prof.Chaure.S.M]. [ Dr.Kulkarni.D.A]
3|Page

Acknowledgement

An endeavor over long period can be successful Only with Advice and guidance
of may Well- wishers. My sincere thanks to the management and Prof.
Dr.Kulkarni. D. A Sir principal of Shree Samarth Polytechnic, Mhasane
Phata Ahmednagar for providing me the Opportunity conduct My project Work.
I am highly indebted to Prof. Chaure.S.M Sir Head Of Department Of
Computer For his Assistance And Constant Source Of Encouragement. I wish to
Express My Profound And Deep Sense Of Gratitude Of Prof. Darode.SS
Mam Project Coordinator For sparing Her Valuable Time To Extent Help In
Very Step Of My Project Work. I Would Also Like To Thank The Staff Of
Computer Department For The Generous Guidance. Last But Not The Least We
Would Like To Thank Our Friends And For Their Help In Every Way For The
Success Of This Project Report.

Name Of Student. Signature.

1.Pathare Sandesh Ankush ........................

2.Kalamkar Onkar Balasaheb. .........................

3.Pimparkar Harshal Mandlik .............................


4|Page

Index

Sr.No Name Page


no
1). Rational 6

2). Aim/Benefits 6

3). Course outcomes achieved 6

4). Literature Review 6

5). Actual methodology followed 7-25

6). Actual Resource Used 25

7). Output of the micro-project 25-28

8). Skill Developed/Learning Outcome 28

9). Applications 28
5|Page

Micro-Project Report

“MEASUREMENT CONVERTOR”

1.0 Rational:-

Measurement Conversion is developed using PHP, CSS, and JavaScript. This


application converts different quantities like Area, Length, Weight, Temperature, volume,
and speed from one unit to another.

2.0 Aims/Benefits of the Micro-Project:-


 Aim:- Develop measurement convertor using php, html & JavaScript language
 Benefits:- This application converts different quantities like Area, Length,
Weight,Temperature, volume, and speed from one unit to another.

3.0 Course Outcomes Addressed:-

a) Develop program using control statement.


b) Perform operations based on arrays and graphics.
c) Develop programs by applying various object oriented concepts.
d) Use form controls with validations to collect users input.

4.0 Literature Review:-

Measurement Conversion is developed using PHP, CSS, and JavaScript. This application
converts different quantities like Area, Length, Weight. Temperature, volume, and speed from one
unit to another. Also, there is some validation used in the project to make it more attractive and
functioning. This project is an interesting useful project.

About the System


Talking about the features of this project, the application is designed to convert entered
numbers from one system/unit to another system unit. Also, the design of this project is pretty
simple so that the user won’t find any difficulties while working on it. There is some validation in the
project which makes the project more realistic.
6|Page

5.0 Actual methodology:-


CSS FILE:-
/*general*/
Html
Height: 100%;
Width: 100%;
Margin: 0;
Padding: 0;
}
Body
Height: 100%;
Width: 100%;
Padding: 0;
Background: #EEE;
Font: 18px Georgia, Times, “Times New Roman”, Serif,
}
#main-content {
Width: 500px;
Margin: 0 auto; padding: 20px 0;
}
H1 {
Font: 30px Arial. “Helvetica Neue’, Helvetica, Sans-Serif,
}
/*menu page
Ul measurement-types!
List-style-type: none
7|Page

Padding: 0;
}
Ul#measurement-types li {
1 height: auto;
margin: 0 0 10px 0;
padding: 0;
}
Ul#measurement-types li a {
text-decoration: none;
color: black;
display: block; background: white;
padding: 16px 24px;
width: 180px;
border: 1px solid black;
}
Ul#measurement-types li a:hover
color: white;
background: #FDB912;

/*Conversion forms*/
Form label {
display: inline-block;
width: 45px;
}
Form input[type=”text”]}
Width: 80px;
8|Page

<a href=”index.php”>Return to menu</a>

</div>
</body>
</html>

6.0 Actual Resource Used:-


Sr.no Name of Resources\ Specification Qty Remark
Material
1). Laptop Intel (R) Core i3- 4GB -
RAM 1
2). Operating system Window 10 -
1
3). Software tool Visual Studio XAMPP -
Server Code 1

7.0 Outputs of Micro- project:-


9|Page
10 | P a g e
11 | P a g e

8.0 Skill Developed:-

1) Able to prepared code.


2) Able to face errors, defects And Faults.

9.0 Application of this Micro – Project:-

1) Easy to use
2) Easy to convert one unit to another unit.

Conclusion

In this project we have learnt conversion of measurements using php language.


We also able to solve errors of code and execute it successfully.
12 | P a g e

Teacher Evaluation Sheet

Name of the Student ……………………………................................

Enrollment No:. ……………………………………………….....................

Name of Program:. ……………………………………......................

Semester:. ………………………………………………………............

Course Title:. …………………………………………..................

Code:. .........………………………………………………………….

Title of the Micro-Project:. ..................……………………………………....................

You might also like