0% found this document useful (0 votes)
42 views27 pages

RK Intershipl

This document describes a student information management system created by Raghavendra K during a 4-week internship at WeblogiK. [1] The system allows colleges to easily manage student data, classes, subjects and view/declare results. [2] It was built using HTML, CSS, JavaScript, and XAMPP. [3] The system provides advantages over existing systems like easy viewing and saving of results with student details, and simplified administration of student, class and subject data.

Uploaded by

sunita chalageri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views27 pages

RK Intershipl

This document describes a student information management system created by Raghavendra K during a 4-week internship at WeblogiK. [1] The system allows colleges to easily manage student data, classes, subjects and view/declare results. [2] It was built using HTML, CSS, JavaScript, and XAMPP. [3] The system provides advantages over existing systems like easy viewing and saving of results with student details, and simplified administration of student, class and subject data.

Uploaded by

sunita chalageri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 27

A STUDENT INFORMATION

MANAGEMENT SYSTEM
Raghavendra K
(1AH16CS031)

WebLogik 29/8, Mirza Hyder Ali Street Royapettah, Chennai - 600 014 India.

Internal Guide External Guide


Mrs. Sunita Chalageri Mr. Sarfaraz Ahmed
Assistant Professor Director - WebLigik
Internship Details

Title : Student Information Management System.


Internship Carried at : WeblogiK
Duration :4 Weeks
Contents

 Introduction

 Tools and Technology

 Objectives

 Working of the System

 Results and Discussion

 Conclusion
Introduction
 Web technology is the establishment and use of mechanisms that
make it possible for different computers to communicate and share
resources .
 Web technology relates to the interface between web servers and
their clients. It includes markup languages, programming interfaces
and languages, and standards for document identification and display.
 Why Web technology is important?

• Without Web Technology ,we wouldn’t have any developed


websites because of this their would be no Wikipedia,no
ecommerce and no socialmedia
• Overall,societies could function without the commercial web,just
more inefficiently
 Uses of Web technology:
Some of the realtime web technologies used in daily life are,
• Realtime web analytics

• Digital Advertising.

• Massively Multiplayer Online Games

• E-Commerce

• Project Management & Collaboration

• Group and Private Chat and

• Live Charting and Graphing


Tools and Technology
The tools and technologies used in this project
 HTML
 CSS
 JavaScript
 Xampp

Basic Overview:
 HTML V5 : Hypertext Markup Language (HTML) is the standard markup language designed by
WHATWG in 1993, for viewing documents in a web browser. HTML describes the structure of a web

page semantically.

 Web browsers receive HTML documents from a web server or from local storage and render the

documents into multimedia web pages

 Code Sample:

<!DOCTYPEhtml>

<html>

<head>

<title>Page Title</title>

</head>

<body>

<h1>This is a Heading</h1>

<p>This is a paragraph.</p>

</body>
 Casading Style Sheets V3: CSS is a Style Sheet language used for describing the
presentation of a document written in a markup language like HTML. CSS is a
cornerstone technology of the World Wide Web, alongside HTML and JavaScript
 Code Sample:
<DOCTYPE html>
<html>
h1{
color:red;
font-size:20px;
}
<body>
<h1> HI ACSCE</h1>
</body>
</html>
 JavaScript V5: JavaScript is high-level, often just-in-time compiled,
and multi-paradigm.It has curly-backet syntax, dynamic typing,
prototype-based object-orient and first-class functions
 Alongside HTML and CSS, JavaScript is one of the core technologies
of the World Wide Web. JavaScript enables interactive web pages
and is an essential part of web applications.
 Code Sample:

<script>
document.write("Hello");
</script>
Steps in displaying webpages in browsers:
1. A request is made when a link is clicked.

2. The page and its resources are downloaded.

3. The web browser uses the page resources to build the page.

4. The page then is displayed to the user.


 Technically referred as

1. The Request : a webpage is requested is when a link is clicked,


but requests also occur when a page is refreshed, or when a url is
typed into a browser.
 It is basically the moment where the whole process of displaying a

page begins.
2. The Document :When a linked is clicked a request is made for a
document. The document is the webpage file, which is just a text file. It is
located on a web server
 This file is often of the type ".html“, The file gets requested using a
system called HTTP.

3. The Response :The web server then provides the file to the web
browser. The response is simply the browser receiving the thing it had
requested.
 Parsing :Once the browser has received the document it reads it.
When a computer reads a file looking for more resources,then it is
called "parsing“.
 The web browser looks at the entire HTML document and looks for
any css, javascript and images that are referenced by the page. If
resources are found in the HTML the web browser then requests
webserver and particular resources will be downloaded by the
browser.
 Build :Once the web browser has the required resources it can start
building the page.
 The way a web browser builds the page is by combining the
information found in the document (the original HTML file) and the
information found in the resources.
 There are basically three steps that the browser takes to build a page.
• Build the DOM
• Build the CSSOM
• Build the Render Tree
The render tree essentially takes the DOM and the CSSOM and
combines them to create a full map of how the page will actually be
laid out and painted.
4. The Render :After all of the above steps have been performed the
browser can now finally put something up on the screen.
• There are two main things that happen here
• Layout / Reflow

The browser at this point knows what it should display and in


what manner to display it and the relationship between those two.
• Paint

Now that all the calculations are done, the browser can actually
display something on the screen. This is called the paint. In this
final stage the browser will convert each node in the render tree to
actual pixels on the screen.
Display of webpages
Flow Diagram of Student Information Management
System
Objectives
 Student Information Management System deals with all kind of
student’s academic related report, course details, batch details
and other resource related details too. It tracks all the details of
a student from the day one to the end of his course

 A Student Information Management System (SIMS) is designed


to help collages for management of student details. Extensive
information is available at your fingertips through this System.
Viewing student data, managing students, managing class, and
managing subjects, viewing results is simple and easy
Working of the System
 This system helps colleges for manageing student details like Viewing

student data, managing students, managing classes, and managing

subjects,and of viewing results is simple and easy

 The Admin has overall control over the system whether to declare result

or not to declare result for any particular student

 This system is easier to navigate and to use maximizing the effectiveness

of time and other resources

 The advantage of Student Information Management System is user-

friendly and simple to view and save the result in offline mode and result

is declared in percentage format


Results

Home page with student portal and admin login portal


Results

Result Section where student enters his USN and Semester


Results

Student result will be declared in percentage format.


Results

Copy of Result can be saved in pdf format or it can printed


Results

Admin panel where he can add students ,subjects


and classes with managing subjects and classes.
Existing System v/s Current System

Existing System Result SIMS Result


Advatages of SIMS over existing system
• Easy to view result, and option is provided to save a copy of
result.

• Student details like student email,phone number and dob are


provided in result.

• Managing students, managing subject, managing classes and


declaring result is made simple and easy.

• This system allows for storing large amount of data under single
database and it is protected with admin credentials

• Result is declared in percentage format rather than usual CGPA


grade.
Conclusion

 A Student Information Management System (SIMS) is designed to

helps colleges for managing of student details. Extensive

information is available at your fingertips through this System.

Viewing student data, managing students, managing subject,

declaring and viewing of result is made simple and easy.

 This can make the system easier to navigate and to use

maximizing the effectiveness of time and other resources

 The SIMS could also be equipped with personal details of student

with his photograph in future version to reduce ambiguty


Thank You

You might also like