Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

PART A-Plan Format of Micro Project Proposal For 1 To4 Semester

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

PART A- Plan

FORMAT OF MICRO PROJECT PROPOSAL


For 1st to 4th semester
EMPLOYEE RECORD SYSTEM

1.0 Brief introduction: This is a mini project in C Employee Record System. In this project, you can
manage employee records – add, list, modify and delete records. Understanding this project will help you learn
how to add, view, change and remove data using file handling.

Here, you can list the employees’ record but cannot search it like in other C projects. Try modifying this project,
and write your own code to implement the search function. This project is complete and totally error-free.

This project is a console application without graphics compiled in Code::Blocks using GCC compiler. The
source code for this project is short, simple and easy to understand.

2.0 Aim of project:


This micro project aims at
1. To provide simple user interface to the user.
2. It helps to stores the data of employee safely.

3.0 Action Plane:

Planned Name of Sign of


Sr. Details of Activity Planned start Guide
finish responsible
No. date
Date team member

Nabil,Omkar,Umair
1 System requirement 21/12/20 26/12/20

Nabil,Omkar,Umair
2 System design 28/12/20 02/01/21

Nabil,Omkar,Umair.
3 Implementation 04/01/21 12/01/21

Nabil,Omkar,Umair
4 Integration & system testing 04/01/21 12/01/21

Nabil,Omkar,Umair
5 Report 04/01/21 12/01/21
4.0 Resources Required:

Sr. No. Name and Resource material Specification Qty Remarks


AMD
processor,
1 Computer 1
1TB HDD,
windows 10

2 Turbo C++ 4.0 64 bit 1

*************
Annexure – II A
PART B (outcomes after executions)
Format for Micro-Project Report
EMPLOYEE RECORD SYSTEM

1.0 Brief Description:

The main features of this project include basic file handling operations; you will learn how to
add, list, modify and delete data to/from file. The source code is relatively short, so thoroughly go through the
mini project, and try to analyze how things such as functions, pointers, files, and arrays are implemented.

Currently, listed below are the only features that make up this project, but you can add new features as you like
to make this project a better one!

 Add record
 List record
 Modify record
 Delete record

The functions used in this project are simple and they basically manipulate file handling and data
structures. So, I will only describe the ‘gotoxy’ function used in this project. Try to understand how this
functions works as you may want to use it or find it used in many other C mini projects.

2.0 Aim of Micro-Project:


1.To provide simple user interface to the user.
2.It helps to stores the data of employee safely.

3.0 Course outcomes Integrated:


1. perform basic operation on array.
2.implement basic operation on stack and queue using array representation.
4.0 actual procedure followed:

1. system design:

5.0 Actual Resources Used:

Name of Remarks
Sr. No. Specification Qty
Resource/Material
1 Turbo C++ version 4.0 To design program 1

2 Internet 3G 2mb/s
6.0 Skill Developed / learning outcomes of this Micro-Project:

Our basic concept ‘switch case’ is covered in this program. With the help of switch cases we display a
main menu for users to easily use this our project.
Another thing is that we use file handling system in this project. This is main function that is use to stores
the proper data safely.
With the help of this program we learn another basic concepts of C.
Annexure – IV

Name of Student: Nabil Dildar Pevekar Enrollment No: 1901080096


Omkar Ashok Shigavan 1901080098
Umair Yasin Chipolkar 2001080211
Name of Programme: CO-3-I Semester: Third Semester
Course Title: Data Structure Using C Code: 22317
Title of the Micro-Project: Employee Record System
Course Outcomes Achieved:
a) Our basic concept ‘switch case’ is covered in this program. With the help of switch cases we display
a main menu for users to easily use this our project.
b) With the help of this program we learn another basic concepts of C

Evaluation as per Suggested Rubric for Assessment of Micro-Project:


Sr. Poor Average Good Excellent
Characteristics to be assessed (Marks 9-10)
No. (Marks 1-3) (Marks 4-5) (Marks 6-8)

1 Relevance to the course

Literature survey / information


2
collection

3 Project proposal

Completion of the target as per


4
project proposal

5 Analysis of data and representation

6 Quality of prototype/model

7 Report preparation

8 Presentation

9 Defense

Micro-Project Evaluation Sheet


Process Assessment Product Assessment Total
Part A- Project Project Part B – Project Report Individual Marks
Proposal Methodology / Working Model Presentation / Viva (10)
(2 Marks) (2 Marks) (2 Marks) (4 Marks)

You might also like