Day of The Week Report

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 9

Maharashtra State Board of Technical Education

Mumbai. (M.S.)

MICRO PROJECT On

“Day of the Week”

Submitted by
1.Harshal Patil
2.Tanmay Narwade

G.S. Mandal’s

Department of Computer Engineering


Marathwada Institute of Technology, Polytechnic,
Aurangabad.
Academic Year: - 2022-2023
MAHARASHTRA STATE BOARD OF
TECHNICAL EDUCATION

CERTIFICATE

This is to certify that : -


Roll Enrollment Exam
No. Name of Student No. Seat No.
44 Harshal Patil 2100660107

17 Tanmay Narwade 2100660078

have successfully completed “Day of the Week” Micro-project for the subject
Object oriented programming C++ as in the enclosed ‘Portfilio’ during his / her
tenure of Completing the Diploma in Computer Engineering (CO3I) in
Academic Year 2022-2023 from M.I.T. Polytechnic, Aurangabad with
Institute Code 0066.

Date:

Prof. Pallavi Chaudhari Prof. A. S. Nagrik


Guide H.O.D.

Principal
Marathwada Institute of Technology,
Polytechnic, Aurangabad
INDEX

Annexure-IV Micro Project Teacher Evaluation Sheet

Annexure-I A “Format for Micro-Project Proposal”


1.0 Aim/Benefits of Micro Project (minimum 30-50 words)

2.0 Course Outcomes Addressed

3.0 Proposed Methodology (procedure in brief that will be followed to do the microproject
in about 100-200 words.)

4.0 Action Plan (Sequence and time required for major activity.)

5.0 Resources required (major resources such as row material, some machining facility,
software etc.)

Annexure-II A “Format for Micro-Project Report”

1.0 Rationale (Importance of the project, in about 30 to 50 words. This is a modified version
of the earlier one written after the work)

2.0 Aim/Benefits of Micro Project:

3.0 Course Outcomes Achieved (Add to the earlier list is more Cos are addressed)

4.0 Literature Review

5.0 Actual Methodology Followed (Write step wise work done, data collected and its
analysis (if any). The contribution of individual member may also be noted.)

6.0 Actual Resources Used (mention the actual resources used).

7.0 Outputs of the micro projects (Drawings of the prototype, drawing of survey,
presentation of collected data, findings etc.)

8.0 Skill Developed/Learning outcome of this micro project

9.0 Applications of this micro project


Annexure-IV
Micro Project
(Teacher Evaluation Sheet)
Name of Programme: Diploma in Computer Engineering Semester :- 3 Course
Title : Object Oriented Programing (C++) Code: 22316
Title of Micro Project: Library Management System Course
Outcomes Achieved:
a) Develop C++ programs to solve problems using Procedure Oriented Approach

b) Develop C++ programs using classes and objects

Process and Individual Total


Roll Enrollment Exam Product Presentation Marks
Name of Student
No. No. Seat No. Assessment / Viva (10)
(06) (04)
44 Harshal Patil 2100660107

17 Tanmay Narwade 2100660068

Comments / Suggestions about work:

_________________________________________________________________________

___________________________________________________________________________

___________________________________________________________________________

Signature of Teacher :__________________________

Name and Designation of the Teacher :________________________


Annexure-I Micro-Project Proposal
(Format for Micro-Project Proposal About 1-2 pages)

Title of Micro-Project : Library Management System

1.0 Aim/Benefits of Micro Project (minimum 30-50 words)

• With the help of this micro project we can understand the basic concepts of object

oriented programming Which includes some important concepts like classes and

objects.

• We also learn the practical implementation of object oriented programming are

capable of doing actual programming which industry requires.

2.0 Course Outcomes Addressed

a. Develop C++ programs to solve problems using Procedure Oriented Approach

b. Develop C++ programs using classes and objects

3.0 Proposed Methodology (Procedure in brief that will be followed to do the micro-
project in about 100-200 words.)

• First we select the microproject title and collect the information about that topic then

involved creating the basic architecture of the project.

• Second step involved Again some basic planning Which included relation of one data

member to another member function and vice versa.

• Third and last step included plotting every think that was done in the first and second
step into a single program and that was done by using legit object oriented
programming it was done by using classes and objects the class had data members.
4.0 Action Plan (Sequence and time required for major activity.)

Sr. Details of Activity Planned Planned Name of


No Start Date Finish Date Responsible
Team Members
1 Topic selection 4/09/22 5/09/22 Harshal Patil

2 Collection of information 6/09/22 12/0922 Harshal Patil

3 Programing 13/09/22 30/09/22 Harshal Patil

4 Microproject report 1/10/22 19/10/22 Harshal Patil

5 Final Programing 20/11/22 30/11/22 Harshal Patil

5.0 Resources required (major resources such as row material, some machining facility,
software etc.)
Sr. Name of Resource/Material Specification Qty. Remarks
No
1 Laptop Windows 11 1

2 Online Compiler OnlineGDB 1

Names of Team Members with Roll No. : -

Roll No. Name of Student

54 Harshal Patil

27 Tanmay Narwade
Annexure-II
Micro-Project Report
(Format for Micro-Project Report minimum 4 pages)

Title of Micro-Project : - Library Management System

1.0 Rationale (Importance of the project, in about 30 to 50 words. This is a modified version
of the earlier one written after the work)

• This project is important for understanding basic concepts of Object oriented

programming and basic concepts of programming in general.

• Due to practical implementation An individual learns to do programming with more

than one concept of programming which is really important as in theory we learn only

one concept at at once and Revolve around a single concept in isolation in

programming we work with Multiple concepts at once.

2.0 Aim/Benefits of Micro Project:

• With the help of this micro project we can understand the basic concepts of object

oriented programming Which includes some important concepts like classes and

objects.

• We also learn the practical implementation of object oriented programming are

capable of doing actual programming which industry requires.

3.0 Course Outcomes Achieved (Add to the earlier list is more Cos are addressed)

a. Develop C++ programs to solve problems using Procedure Oriented Approach

b. Develop C++ programs using classes and objects


4.0 Literature Review : -
• www.geeksforgeeks.com

• www.cppbuzz.com

• www.cppforcollage.com

5.0 Actual Methodology Followed (Write step wise work done, data collected and its
analysis (if any). The contribution of individual member may also be noted.)

• The first step to decide the microproject name and collect the information about that
topic then the rough work is created.
• The second step that is to analysis the data members of the whole project..
• Which functions, classes, objects are used in program make the short note on it.
• Then included plotting the relationship of one data member to another member which
was done by again in rough. Every data member or member function had some or the
other relationship with another member or function.
• In third step as disscued in first and second step implemented by using C++ programming
• Firstly the class was created library with data members etc. then two functions are
used like 1st one get the data and 2nd one display the data
• And at the last in the main function object was created and call the every function.
• Then the report of the microproject created and In this way we completed our
microproject.

6.0 Actual Resources Used (mention the actual resources used).

Sr. Name of Resource/Material Specification Qty. Remarks


No
1 Laptop Windows 1

2 Online compiler onlineGDB 1

3 Google geeksForGeeks 1
7.0 Outputs of the micro projects (Drawings of the prototype, drawing of survey,
Presentation of collected data, findings etc.)

In this project “Day of the Week” we are able to select the options like to input details , to
display details , or exit from the program.

8.0 Skill Developed/Learning outcome of this micro project

• Understanding of object oriented programming connecting functions and objects.


• calling functions at any instance of program when necessary which helped An
individual being a programmer, For loop improve the programming skills of an
individual.

9.0 Applications of this micro project : -

This project is useful for maintaining records of which it can help in Schools, and Hospitals
while Entering a Birthdate etc. Of a student in their Records.

You might also like