You are on page 1of 35

A PRESENTATION ON INSTITUTE TRAINING (17th JUN TO 30th JULY)

Presented By: Naveen Sharma CE , 4th Year 08ESOCS055 DEPARTMENT OF COMPUTER ENGINEERING YEAR 2011-12

1.
2. 3.

4.
5. 6.

7.
8.

Institute profile Technology description Project description Snapshots Limitations Learning Conclusion References

Name

: NIIT , GHAZIABAD Center Head : Mr. AMIT RANA Faculty : Himani Jain Address: J-8, J-7, R d c, Raj Nagar, Opposite New Ghaziabad Railway Station, Ghaziabad, 201001

NIIT

is a leading Global Talent Development Corporation, building skilled manpower pool for global industry requirements. The company which was set up in 1981, to help the nascent IT industry overcome its human resource challenges, has today grown to be amongst worlds leading talent development companies offering learning solutions to Individuals, Enterprises and Institutions across 40countries.

Recognizing this opportunity NIITs mission is to attain leadership in Global Talent Development, by launching innovative, marketdriven products and enhancing its reach globally. The Global Talent Development Corporation had set up its first overseas education centre in 1991 and today reaches out to 5 million learners across 40 countries.

Java Server Pages is a java technology that helps software developers serve dynamically generated web page based on HTML,XML or other document types.

o o

JSP is a text-based document capable of returning dynamic content to a client browser, contains both dynamic and static content Static content : HTML,XML Dynamic content : programming code

Problem

with Servlets:-

small changes in the presentation, will require the servlet to be recompiled.

out.println("<html><head>Testing</head>); out.println("<body style=\"background:#ffdddd \">");

Cascading: Multiple styles can overlap in order to specify a range of style from a whole web site down to a unique element. Style: CSS deals specifically with the presentation domain of designing a web page (color, font, layout, etc). Sheet: Normally, CSS is a file separate from the HTML file linked to the HTML file through its <head> (exceptions apply).

External Style Sheet <link href="style.css" type= "text/css" />

Internal Style Sheet Inline Style Sheet

HTML

stands for Hyper Text Markup Language. It is not a programming language, it is a markup language. A language for designing web pages. It uses markup tags to describe web pages. Html tags are keywords surrounded by angle brackets like <html> E.g.: <p> displayed in a paragraph </p>

Project

name:- ONLINE EXAMINATION

SYSTEM.
Technology

used:- JAVA HTML, JSP

Client-Side: Database Web

used:- MySql Server

Server used:- Apache Tomcat 6.0

The Project entitled "ONLINE EXAMINATION SYSTEM" is a web application. The central concept of the application is to enable the students to give their exam effectively with availability of better choices and ease of use. The main aim of the project is to cope up with the current need of online examination system in colleges and many coaching institutes. This project incorporates the basic fundamentals of examination with the evolution and display of result at the same time.

The

application is designed into three modules:Students

Teachers
Administrator who are registered to give their exam.

Students,

Administrator

is the main coordinator of exam and can take appropriate action against or in favour of any student or teacher but himself not capable to modify the results. who maintain and update the information related to question paper. and Teacher can participate only if they are enabled to do so by the administrator.

Teachers,

Student

It

avoids a lot of manual work. Reduce the time required for calculation User can easily access the system without much experience. Instant delivery of result as soon as exam is finished. Students can give their feedback about the question paper. Exam time is decided previously by using a timer.

Cannot The

retrieve the forgotten password.

module of Other Departments could not

be included due to lack of time.

Technically,

I learned about the basic concepts of java, response and request handling, jsp, jdbc, how to handle front end and back end architecture.

The

whole training period was very interesting, instructive and challenging. have gained valuable experience and knowledge through other aspect of the training such as work observation, interaction with colleagues

www.google.com www.thepsi.com The

Complete Reference www.java2s.com/Tutorial/Java www.java.sun.com http://www.w3schools.com

You might also like