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

Micro Project Report

on

“ Climate change an global issue. ”


Submitted by
Name of students
1. Akshada kate
2. Mudra Yeole
3. Ankita Kharat

Under the Guidance of

Name of guide
Prof S.S Wagh

In partial fulfillment of
Diploma in Information Technology
March 2019

DEPARTMENT OF INFORMATION TECHNOLOGY


MAEER’S MIT POLYTECHNIC
PUNE – 411038
Affiliated to

Maharashtra State Board Technical Education


Annexure-I
Micro-Project Proposal
“Climate change an global issue. ”

1.0 Aims/Benefits of the Micro-Project


1. Fewer deaths or injuries would occur due to arctic conditions.
2. The next ice age could possibly be prevented.
3. The greenhouse effect maintains a managabble temperature on the earth’s surface and
makes it habitable for humans,plants,animals.
4. The greenhouse gases act as a filter.
5. Increased energy consumption.

2.0 Course Outcome addressed


a) Use basic concepts of networking for setting-up computer networks.
b) Setup a computer network for specific requirement.
c) Configure basic network services.
d) Configure the different TCP/IP services.

3.0 Proposed methodology


 Global Warming:- It’s a long term rise in the average temperature of the earth’s climate
system.Its a major aspects of current climate change,and has been demonstrated by direct
temperature measurements and by measurements of various effects of the warming.
 GreenHouse Effect:- GreenHouse Effect is the process by which radiation from a
planet’s atmosphere warms the plantet’s surface to a temperature above what it would be
without this atmosphere.
Earth’s natural grrenhouse effect is critical to supporting life,and initially was a precursor
to lifge moving out of the ocean onti land.
 Urban Heat Effect:- Increased daytime temperature,reduced nighttime cooling,angd
hightest air pollution levels associated with urban heat islands can affect human health by
contributing to general discomfort,respiratory difficulties,heat cramps and
exhaustion,non-fatal heat stroke , and heat-realted morality.
4.0 Action Plan

Sr. Details of activity Planned Planned Name of responsible team


No. start Finish members
Date date
1 Discussion and finalization of 9-1-19 15-1-19 Leena Mahajan
topic

2 Preparation and submission of 18-1-19 1-2-19 Akshada Kate


Abstract
3 Collection of Data 18-2-19 20-2-19 Akshada Kate,Leena Mahajan

4 Compilation of Report And 1-3-19 5-3-19 Akshada Kate


Presentation
5 Seminar 1-3-19 10-3-19 Leena Mahajan

5.0 Resources Required (Major resources such as raw material, some machining facility,
software etc.)
Sr. Name of resource/material Specifications Qty. Remarks
No.
1 Computer (i3-i5) Windows 7 1

2 Software Jdk 10 1

3 Application Google chrome 1

Names of team members with Roll Nos.


1. Leena mahajan-39
2. Akshada kate-40

Approved by: Vilas Rathod(Sign)


Annexure-II

Micro-Project Report
Format for micro-project report
“HOTEL MANAGEMENT SYSTEM”
4.0 Rationale
Technology in the hotel industry continues to advance at a rapid pace and hotel management
software (HMS) remains essential for hoteliers looking to improve the running of their
business. With software, hotel operators can streamline their administrative processes and
improve their overall hotel management system.
The key to reaping the benefits of an effective hotel management software system is to select
the right one for your property. It’s critical that you know exactly what this hotel
management technology is, and why it is important for you to implement it at your hotel.

5.0 Aims/Benefits of the Micro-Project


1. To design a hotel management system for running a hotel business.
2. Rooms activities very safely.
3. Assigns a room accordingly the process of day to customer’s checkout of a computer.
4. Releasing the room and finally compute the bill in short time.
5. Housekeeping and Security.

6.0 Course Outcome Achieved


a) Use basic concepts of networking for setting-up computer networks.
b) Setup a computer network for specific requirement.
c) Configure basic network services.
d) Configure the different TCP/IP service.
7.0Actual methodology followed

 Steps to create table:-

1. The CREATE TABLE statement is used to create a new table in a database.


2. Syntax
3. CREATE TABLE table_name (
column1 datatype,
column2 datatype,
column3 datatype,
....
);
5. The column parameters specify the names of the columns of the table.
6. The datatype parameter specifies the type of data the column can hold (e. varchar,integer,
date, etc.)

 Entity:-
1. Payment

2. Rooms

3. Booking

4. Cancellation

5. Booking type

6. Customer
Creating Table:
1.) create table payment10(booking_id number(10), customer_id number(10),amount
number(10),paid varchar2(20), paytime timestamp, invoice varchar2(50),cancelled
varchar2(50));

2.) create table rooms1(room_number number(10),room_type varchar2(50),pricepernight


number(10), max persons number(10),locked varchar2(30));

3.) create table cancellation(booking_id number(10),arrival timestamp,checkout


timestamp,room_no number(10),customer_id number(10),breakfast number(10),nights
number(10),book_time timestamp,cancel_time timestamp);
4.) create table cust

Components of Bus topology

 Cabling

 Connection

 NIC

 Other hardware

 Central cable bus

Advantage of bus topology


1. It works well when you have a small network.
2. It's the easiest network topology for connecting computers or peripherals
in a linear fashion.
3. It requires less cable length than a star topology.
4. It is cost effective.
5. Easy to install and set-up.
6. Any one computer or device being down does not affect the other.
7. Fast as compared to ring topology.
8. Sufficient for small network.

Disadvantages of Bus Topology

1. Cable has a limited length


2. Collision may occur
3. It connect a large number of computer
4. Signal reflection at the tops van cause degradation in quality
5. Terminators are required at both end of the backbone cable.

Application of Bus Topology

1. Used for broadcasting the message.


2. Most Computer in Motherboards.
3. Used in LAN.
4. Ethernet networks.
5.0 Actual Resources Used (mention the actual resources used like software, hardware ect.)
Sr. Name of Resource Specifications Qty. Remark
No.

1. Computer(i3) 2 GB RAM 1
2. Software Jdk1.0 1
6.0 Output of the Micro-Projects (output screen shot attached here)
7.0 Skill Developed / Learning outcome of this Micro- Project
In an active topology network , the computers regenerate signals and are responsible for
moving the data through the network. On a bus network, all the computers are connected
to a single cable. Bus topology uses one main cable to which all nodes are directly
connected.
8.0 Applications of this Micro-Project

BUS Topology uses one main cable to which all nodes are directly sonnected.The main cable
acts as a backbone for the network. One of the computers in the network typically acts as the
computer server.In this type of network topology , all the nodes of a network are connected
to a common transmission medium having two endpoints.
All the data that travels are the network is transmitted through acommon transmission
medium known as as the bus or the backbone of the network.

Annexure IV
Micro-Project Evaluation Sheet
Name of Student:-Akshada Kate
Enrollment No:-1701480177
Name of Programme: - Information Technology
Semester: - IV
Course Title: -CN
Subject Code:-
Title of the Micro-Project:- “BUS TOPOLOGY”.

Course Outcome Achieved


a)Use basic concepts of networking for setting-up computer networks.
b) Setup a computer network for specific requirement.
c) Configure basic network services.
d) Configure the different TCP/IP service.

(A) (B) Total Marks


Process and Product assessment Individual Presentation/ Viva (10)
(6 Marks) (4 Marks)
Comments/Suggestions about team work/Leadership/inter-personal communication (if
any)…………………………………………………………………………………………..
……………………………………………………………………………………………………
Name and designation of the Teacher: - Prof. Asha Munde(Lecturer)
Dated Signature……………………………………………………………………

You might also like