[go: up one dir, main page]

0% found this document useful (0 votes)
10 views10 pages

Oops 2069 2067 2099

Download as docx, pdf, or txt
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 10

Maharashtra State Board of Technical Education

Mumbai.

MICRO PROJECT
On
“Credit Card Validator”

Submitted by
DHAMMAPRIYA WALCHAND KAMBLE

DEPARTMENT OF INFORMATUON
TECHNOLOGY
GOVERNMENT POLYTECHNIC
COLLEGE ,SOLAPUR

Academic Year: - 2024-2025

MAHARASHTRA STATE
BOARD OF TECHNICAL EDUCATION
CERTIFICATE
This is to certify that : -
Roll Enrollment Exam
Name of Student
No. No. Seat No.
01 Dhammpriya walchand kamble 2100150291

have successfully completed “Credit Card Validator” Micro-project for the


subject Object-Oriented Programming as in the enclosed ‘Portfilio’ during his
tenure of Completing the Diploma in Computer Engineering (IF3_K) in
Academic Year 2024-20235from G.P college, solapur with Institute Code
0015.

Date:

M.D.Anjikhane mam M.D.Anjikhane mam


Guide H.O.D.

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 micro-
project 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 information technology Semester : - 3rd
Course Title : Object Oriented Programming Code: 313304
Title: credit Card Validator

Course Outcomes Achieved:


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

Process and Individual Total


Roll Enrollment Exam Product Presentation Marks
Name of Student
No. No. Seat No. Assessment / Viva (10)
(06) (04)
Dhammapriya walchand
01 2100150291
kamble

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 : Credit Card Validator
Aim/Benefits of Micro Project (minimum 30-50 words

1.Get knowledge about, Object oriented programming

2.Student are placed in right attitude for learning

3. Student can learn what is team work & leading the team.

2.0 Course Outcomes Addressed

A) Develop C++ program to solve problems using Procedure Oriented Approach.

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

The first And foremost task was to select the topic for oop subject . The then task was to

develop the program . Shrinidhi And muktesh developed the program. Although we

developed a program shrinidhi eliminated all the errors And now the program was giving the

desired And required output.Muktesh took the printout of the written code And its output.

After that most important task was to make the report .shrinidhi made the report.And

muktesh took the printout of the report which was made.

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

Sr. No Details of Activity Planned Planned Name of Responsible


Start Date Finish Date Team Members
1 Selection of topic 12-10-22 12-10-22 Shrinidbi.,muktesh
2 Developing a program 14-10-22 16-10-22 Shrinidhi ,muktesh

3 Finding errors 17-10-22 19-10-22 Shrinidhi

4 Printout of code And 20-10-22 20-10-22 Muktesh

output

5 Making report 24-10-22 31-10-22 Shrinidhi

6 Printout of report 13-11-22 16-11-22 Muktesh

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 Phone 2

2 Laptop I5 11th gen 2

3 software Turbo c/c++

Names of Team Members with Roll No. : -

Roll No. Name of Student

01 Dhammapriya walchand kamble

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

Title of Micro-Project : - Credit Card Validator

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)

Object-oriented programming is ultimately about taking a huge problem and breaking it

down to solvable chunks. For each mini-problem, you write a class that does what you

require. And then best of all you can reuse those classes, which makes it even quicker to

solve the next problem. OOP is important because it provides various features for various

purposes.It provides code reusability.

2.0 Aim/Benefits of Micro Project:

1.Modularity for easier troubleshooting. When working with object-oriented programming

languages, you know exactly where to look when something goes wrong.

2. Reuse of code through inheritance.

3.Flexibility through polymorphism.

4.Effective problem solving.

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

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

4.0 Literature Review : -


C++ was used to create the Credit Card Validator application. It uses the Luhn algorithm to

verify the credit card number and identify the type of credit card. The C++ programming

language was used to create a Credit Card Validator application that verifies the validity of a

user's credit card number. It uses the Luhn algorithm to determine whether a credit card

number is legitimate or not. Luhn's method is a straightforward checksum formula that can

be used to verify a variety of identifications, including credit card numbers, IMEI numbers,

and more, although it is most commonly used to verify credit card numbers.

Thus we have referred various websites such as.

 https://www.geeksforgeeks.org/
 https://www.javatpoint.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 task was to decide the topic so we decided to keep 2 ,3 topics as option.Among that

when we discussed with teacher after discussing we came to a conclusion and selected a

topic for object oriented programming. After selection we immediately started to distribute

the work among the team members .As the work was distributed everyone was doing their

respective task . In my team we were only two members and we both were doing object

oriented programming program which we selected. And after thinking and thinking we

finally wrote the program for credit card Validator using c++.And even though the program

was prepared we took help from teachers ,textbook, and youtube etc. there were some minor

errors then after we discussed to solve the errors .And once all the errors were sorted now the

program was giving the required and desired output.The then next main task was to make the

report .I was incharged to make the report .As the report is very lengthy I took me 6 to 7

days to complete the report .At last muktesh took the printout of the code and the output.

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


Sr. Name of Resource/Material Specification Qty. Remarks
No
1 Phone 2

2 Laptop I5 11th gen 2

3 software Turbo c/c++

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

In proper way we completed the project we help of complete reference of object oriented
programming book and implement the concept of classes and object and we used nested
switch case . And finally completed our Micro-project

8.0 Skill Developed/Learning outcome of this micro project

Thus we have successfully learnt to use boolean keyword , string And functions.

Deep understanding of object oriented programming connecting functions and objects and

also 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 : -

1. Client-Server Systems.

2.Object Oriented Databases.

3.Real time system design.

4.stimulation And modelling system.

5.Hypertext And Hypermedia.

6. Office Automation system.

7.CIM/CAD/CAM systems.

8.AI expert systems.


********

You might also like