Amrutvaini Polytechnic, Sangamner: Department of Computer Technology

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

AMRUTVAHINI SHETI AND SHIKSHAN VIKAS SANSATHA’S

AMRUTVAINI POLYTECHNIC, SANGAMNER


Department of Computer Technology

CERTIFICATE
This is to certify that,

Vaishnavi Mahesh Patil


Aditi Kiran Ghugarkar
Dnyaneshwari Umesh Navathar

Has satisfactorily completed the micro- project entitled,

“ TIME TABLE MANAGEMENT ”


As prescribed by MSBTE ,Mumbai

As part of syllabus for the partial fulfillment in diploma in computer engineering for MIC

It is submitted in the partial fulfillment of the prescribed syllabus of MSBTE, Mumbai

For the academic year 2020-2021

Prof. Musale sir Prof. kale.G.B


(guide) (HOD)

1
A
Micro Project Report
on

“ TIME TABLE MANAGEMENT”


In the partial fulfillment of the requirement for the diploma in
COMPUTER ENGINEERING Submitted to Maharashtra state board of technical education ,
Mumbai

Submitted by
Vaishnavi Mahesh Patil
Aditi Kiran Ghugarkar
Dnyaneshwari Umesh Navathar

Under The Guidance of


Prof.Musale sir

AMRUTVAHINI SHETI AND SHIKSHAN VIKAS SANSATHA’S


AMRUTVAINI POLYTECHNIC, SANGAMNER
(2021-2022)

2
Course Name - Computer Technology
Code – CM5I
Sub Name – CSS
Course Code – 22519

PROJECT TITLE- TIME TABLE MANAGEMNT

Sr.no Name of team members Roll no

1 Patil Vaishnavi Mahesh 09

2 Ghugarkar Aditi Kiran 48

3 Navathar Dnyaneshwari Umesh 51

Prof.Musale D.S.

Faculty & Signature

3
Index
Sr.no Name Page No

1 Rationale 6

2 Aim/Benefits 6

3 Course outcomes achieved 6

4 Literature Review 6

5 Actual methodology followed 6

6 Actual Resource Used 23

7 Output of the Micro project 24

8 Skill Developed/Learning Outcome 25

9 Applications 25

4
Micro-Project Report

Library management system

1.0Rationale
Library is the place with huge collection of a book . It is a place from where students and faculties
issues the book for their reference purposes . But the maintenance of keeping the record of issuing and
borrowing is difficult if you use a normal book as a registry. To make this task easier ,the library
management systems will be very useful. The test cases for library management systems is an
application that explains the test cases for library management systems. Software testing is a critical
part that is involved in the overall development of the application. This will be one of the interesting
project that one can work on and implement in real time word.

2.0 Aim /Benefits


To prepare time management .

3.0 Course Outcomes Achieved


a) Use various software testing methods.
b) Design test case for different types and levels of testing.
c) Create test plan for an applications.
d) Create defect report based on bugs identify for given application.

4.0 Literature Review


Quality assurance is the review of the software product that checks for the correctness, reliability,
completeness and maintainability. The different sections under quality assurance are unit testing,
integrated testing, validation testing, output testing and user acceptance testing. Test cases gives an
idea like on perform of some tasks what will be the predicted output or result. It will help in predicting
the result on perform of certain tasks. The test cases below gives an idea of what result must be obtain
On performing a particular task.

1
5.0 Actual Methodology Followed

2
Code of Micro Project
Index html
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="style.css">

<meta charset="utf-8">
<title>Introduction to Time Table</title>
</head>
<body>
<marquee scrollamount="15"><h1><i> Amrutvahini Polytechnic
Sangamner</h1></marquee></i><hr>
<center><h2><b>COLLEGE TIME TABLE</b></h2></center>
<p>Having a proper Time Table is also a key to Success!</p>
<br>
<p> We all have 24-hours in a day. <br>But, why does it seem that some
people are able to get the most out of every minute of the day?<br>
Believe it or not, they dont have the power to slow down time.
They do, however, know how to properly manage their time.<br><br>
So it's better to plan the next day just before going to bed!
<br><br><br></p> <hr>
<p id="new">
We have made a simple time table system for you where you can
plan your 'what to do' for Tommorow!</p><br>
Click on <b>"Let's Build Your Time Tabe" and have some routine!</b><br><hr>

1
<br><br><br>
<center><a href="timetable.html"><b>Let's Build Your Time
Table</b></a></center>

</body>
</html>

Readme.md

# MyTimeTable
It's a good habit to plan your next day before going to bed! So I've made a simple time
table project in which you can add 'on what time, what you want to do'. I've used html,
css and javascript for this purpose.

.
<a href="https://rohit-bindal.github.io/MyTimeTable/"> <h1> Live Demo </h1></a>
<br>

<p> An image of a sample timetable made from MyTimeTable </p>


<br>
<img src="demo.jpg">
Style.css
body{
background-color: yellow;
}

2
h1
{
color:black;
}
p{
font-size: 20px;
margin-left: 5px;
}
a{
text-decoration: none;
font-size: 25px;
color:darkred;
font-family: Arial,Helvetica,sans-serif;
}
a:hover
{
text-decoration: underline;
color:blue;
}
#new
{
font-size: 25px;
margin-left: 5px;
color:blue;
}

3
Output of microproject:

4
8.0 Actual Resource Used
Name
of
Sr
Resour Specification
. Qt Remar
ce
No y. ks
/
.
materi
al
Hardwar Computer i5.2GB RAM and onward, HDD -
1 e free space 1 GB or more 01
compute
r system
2 Operatin Window 10/ Linux -
g system 01
3 Website
Sublime text editer

9.0 Skill Development

1. Subject matter expertise


2. Time management

5
3. Communication

10.0 Applications of this Micro-Project :-


1. Easy to create a test cases.
2. Find the defects in software easily using test cases.
3. Easy to find errors and bugs in this software.
4. WB hat is actual work in Software testing field when we make the complete
software product this is the main purpose of project.

Prof.Musale sir
Name & Sign of Subject Teacher

You might also like