0% found this document useful (0 votes)
1K views

12 Employee Management System

This document outlines a student project on an Employee Management System created using Python. It includes an introduction to the project, objectives, software and hardware requirements, and modules/functionalities used. The project allows users to perform tasks like adding, deleting, and updating employee records. It was created by students under the guidance of their Computer Science teacher for their Class XII examinations.

Uploaded by

garv saha
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)
1K views

12 Employee Management System

This document outlines a student project on an Employee Management System created using Python. It includes an introduction to the project, objectives, software and hardware requirements, and modules/functionalities used. The project allows users to perform tasks like adding, deleting, and updating employee records. It was created by students under the guidance of their Computer Science teacher for their Class XII examinations.

Uploaded by

garv saha
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/ 9

BIRLA SHIKSHA KENDRA

Senior Secondary School


Session:2021-22
Computer Science (Python)
Project Report
On
Project Name
Submitted To: -Central Board of Secondary Education

Guided By Submitted By
MR. GAURAV KAKHANI Roll No:_________
PGT- Computer Science Name:
Class:XII Science/Commerce

Table of Contents
1. Acknowledgment

2. Certificate

3. Software and Hardware Requirement (Minimum)

4. Introduction

5. Modules/Functionalities in Project

6. Reference

1.ACKNOWLEDGMENT
It gives me immense pleasure to acknowledge my
humble and sincere gratitude to our Principal
Mrs. Rekha Yadav for providing us excellent
facilities and conductive environment and
encouragement despite their mutual
responsibilities.
I wish to place on record of my sense and
relevance of gratitude to my Computer Science
teacher Mr. Gaurav Kakhani for his guidance and
keen interest and tireless efforts on all stages of
this project.

2.CERTIFICATE
This is to certify that Student Name of class
XII Computer Science Stream, Session 2021-22
has satisfactorily carried on his project work for
Computer Science Practical Examinations
(AISSCE-2021-22). The project work of
“PROJECT NAME” was performed and done by the
candidate themselves under supervision of
Project Coordinator.
His approach to the project was sincere and
satisfactory.
His keen interest, sincere efforts and constant
persuasion during the project could get his/her
project completed.

[Principal] [Project Coordinator] [Examiner’s Signature]


3. Software and Hardware
Requirement (Minimum)
Recommended System Requirements :-
Processors : Intel R CoreTm i3 processors 4300M at 2.60
GHz.
Disk space : 2 to 4 GB.
Operating systems: WindowsR10 , MACOS, and UBUNTU.
Python Versions : 3.X.X or Higher.

Minimum System Requiremnets :-


Processors : Intel Atom R processor or Intel R CoreTM i3
processor.
Disk space : 1 GB.
Operating systems: Windows 7 or later , MACOS,
and UBUNTU.
Python Versions : 2.7.X, 3.6.X.

Pythons must be installed on your device.

4. Introduction
Introduction of the Project
We the students of Class XII A of Birla Shiksha Kendra
,Chittorgarh have been assigned the work of EMPLOYEE
MANAGEMENT SYSTEM.
To perform this task the students were divided into the group
of three students PARI ,PRIYANKA AND BHUMIKA.
The project starts with –
Employee details
Record
Addition of employee
Deletion of employee record
Updation of record
Exit
We are so glad that this work have been assigned to us , yet
we haven’t done this work before Gaurav Kakhani our
subject teacher have also helped us a lot to complete this
project. We feel so blessed that we have learnt all this work
with the help of our sir , we are also thankful to our
respected principal Mrs. Rekha Yadav for providing us
various facilities to complete this project.

As we are the students of CLASS XII A and we haven’t done


this type of project before , we have performed all that which
we have learnt from our CBSE PROGRAMMING. Hence , we
know that this programming would be further done on a big
platform . Since we have started this programming from
SEPTEMBER month, we believe that this programming would
further help us a lot in our future
INTRODUCTION OF EMPLOYEE MANAGEMENT SYSTEM
This project is all about software for Employee management
system. It helps to have a full-fledged control over his/her
employees. the project is divided into 2 sections to make the
programme easy to understand.
It receives user name and password to log in and register. It
keeps the record of user salary , department of working , his
performance in the office. It adds a new employee , his
salary , department , updates an existing salary , list of
employee , age and his performance.
OBJECTIVES OF THE PROJECT

The objective of this project is to let the students apply the


programming knowledge into a real- world situation/problem
and exposed the students how programming skills helps in
developing a good software.
1. Write program utilizing modern software tools.
2. Apply object oriented programming principles effectively when
developing small to medium sized projects.
3. Write effective produceral code to solve small to medium sized
problems.
4. Students will demonstrate a breadth of knowledge in computer
science , as exemplified in the areas of systems, theory and software
development. 5. Students will demonstrate ability to
conduct a research or applied Computer Science project , requiring
writing and presentation skills which exemplify scholarly style in
computer science.
5. Modules/Functionalities in Project

Functions :-

1. if

2. ifelif

3. for loop

4. while loop

5. range()

6. break

7. contiune

8. extend()

9. del()
6. Reference

1. Python.org
2 .Code Academy
3. TutorialsPoint.com
4. PythonChallenge.com
5 .Google’s Python Class
6. LearnPython.org

You might also like