Internship Report Sample
Internship Report Sample
A report submitted in partial fulfillment of the requirements for the Award of Degree of
BACHELOR OF TECHNOLOGY
in
ELECTRICAL & ELECTRONICS ENGINEERING
by
B. Sai Rohith
Regd. No.: Y18EE075
AGIIT pvt.Ltd,
Chennai - Tamilnadu.
(Duration: 8th May, 2017 to 7th June, 2017)
CERTIFICATE
This is to certify that the “Internship report” submitted by B. Sai Rohith (Regd. No.: Y18EE075) is
work done by her and submitted during 2018 – 2022 academic year, in partial fulfillment of the
requirements for the award of the degree of BACHELOR OF TECHNOLOGY in Electrical &
Electronics Engineering, R.V.R. & J.C. College of Engineering, Chowdavaram, GUNTUR.
We would like to express our utmost sincere gratitude to our coordinator, Dr.N.C. Kotaiah, Professor,
Department of Electrical and Electronics Engineering, R.V.R. & J.C. College of Engineering,
Chowdavaram, for his systematic Guidance and valuable advice.
I would like to thank my Head of the Department . Dr. K. Chandra Sekhar, Professor for his constructive
criticism throughout my internship.
We would like to take this opportunity to thank our beloved Principal,Dr. K. Srinivas for providing great
support for giving us the opportunity of doing this project and completing it in time.
We would like to thank all faculty members of the Department of Electrical & Electronics Engineering
for their direct and indirect support for us in completing this project.
B. Sai Rohith
Y18EE075
ABSTRACT
Organisation Information:
This ground up approach helps us deliver not only the solution to our clients but also add value to
At the core NANO MINDZ operates in three specific domains namely Software Development,
Website Design& Development and Geographic Information Services. We also offer our services
in building E-Commerce solutions, Search Engine Optimization (SEO) and Database
Administration services. Under each division we further provide specific industry solutions on
focused domains with cutting edge technologies. We emphasize on building relationships with our
clients by delivering projects on time and within budget.
Under each division we further provide specific industry solutions on focused domains with
cutting edge technologies.
Under each division we further provide specific industry solution on focused domains with cutting
edge technologies. We emphasize on building relationships with our clients by deliveringprojects
on time and within budget.
CONTENTS
Internships are generally thought of to be reserved for college students looking to gain
experience in a particular field. However, a wide array of people can benefit from Training
Internships in order to receive real world experience and develop their skills.
An objective for this position should emphasize the skills you already possess in the area
and your interest in learning more
Some internship is used to allow individuals to perform scientific research while others are
specifically designed to allow people to gain first-hand experience working.
Utilizing internships is a great way to build your resume and develop skills that can be
emphasized in your resume for future jobs. When you are applying for a Training
Internship, make sure to highlight any special skills or talents that can make you stand apart
from the rest of the applicants so that you have an improved chance of landing the position.
WEEKLY OVERVIEW OF INTERNSHIP ACTIVITIES
web response
25/05/17 Thursday Understanding client side web technologies VS server side
web technologies
26/05/17 Friday Introduction to HTML
27/05/17 Saturday HTML continued
In an enterprise environment data is usually shared among users with varying technical skills
and needs, involved in different parts of a business process. Typical real-world data-intensive
workloads have high temporal locality, having 80% of data reused in a range from minutes to
hours. However, the cost of accessing these data, especially in distributed scenarios, is often
high. At the same time, intertwined business processes may also imply overlapping of data
processing. For instance, a sales department may analyze the revenue of the sales for the past
year, while Finance may be interested in the overall net profit. Computing the net profit can
largely benefit from the total revenue already computed for the sales department and thus, it
could benefit from the sales data Flow too. The concept of reusing partial results is not new.
Software and data reuse scenarios in data integration have been proposed in the past, showing
that such reuse would result in substantial cost savings, especially for large, complex business
environments. Data Flow re use could result in a significant reduce in design complexity, but
also in intermediate Flow executions and thus, in total execution time too.
1
1.1Module Description:
Shopper:
======
1) User registers the site.
2) Products will be showed
3) If user selected the product and then save
4) User selected product is send to the Order.
5) If user wants to buy the product they can also buy.
Supplier
=======
1) send product details
2) send payment verification
3) Store buying detail
4) Store line items using join product and order
Order
=============
1) Store all the user details.
2) Order detail
2
2. Technology Description
Existing System:
3
3.WORK PROCESS
The software requirement specification can produce at the culmination of the analysis task. The
function and performance allocated to software as part of system engineering are refined by
established a complete information description, a detailed functional description, a
representation of system behavior, and indication of performance and design constrain,
appropriate validate criteria, and other information pertinent to requirements.
Software Requirements:
Hardware Requirement:
4
4. CONTENT LEARNED
ASP.NET works on top of the HTTP protocol, and uses the HTTP commands and
policies to set a browser-to-server bilateral communication and cooperation.
ASP.NET web forms extend the event-driven model of interaction to the web
applications. The browser submits a web form to the web server and the server returns a full
markup page or HTML page in response.
All client side user activities are forwarded to the server for tasteful processing.
The server processes the output of the client actions and triggers the reactions.
Now, HTTP is a stateless protocol. ASP.NET framework helps in storing the information
regarding the state of the application, which consists of:
Page state
Session state
The page state is the client state, i.e., the content of various input fields in the web
form. The session state is the collective information obtained from various pages the user
visited and worked with, i.e., the overall session state. To clear the concept, let us take an
example of a shopping cart.
5
5.CONCLUSIONS