CHAPTER 3 New
CHAPTER 3 New
SYSTEM DESIGN
view the results using their user name and password. The system is divided into
two category Student and Admin. The admin is provided with the privileges to
modify the student results by updating the results during the changes in
done by the administrator. To develop a system that will manage and also
7
CHAPTER 4
MODULES DESCRIPTION
4.1MODULES
1. LOGIN MODULE
2. STUDENT MODULE
3. ADMIN MODULE
8
4.1.2 STUDENT MODULE
Student can only view their result they cannot do any changes.
9
4.1.3 ADMIN MODULE
Create and manage the subjects, classes and can add the students and their
SYSTEM REQUIREMENTS
Since the application does not have any designated hardware, it does not have
any direct hardware interfaces. The physical servers are managed by the
server’s OS.
These developers take the visual designs from UX and UI designers and bring
the website to life, making sure it functions well for the user. One of the many
ways you could use front end skills is in creating a static website, which is a
website with fixed content that’s delivered to a user’s browser exactly as it’s
stored. You might run into a static website if you happen upon a simple
landing page or a small business website that doesn’t allow users to perform
any interactive tasks.
• Buttons
• Layouts
• Navigation
• Images
• Graphics
• Animations
2. CSS
5.3.1.1 HTML
HTML or Hypertext Markup Language is the standard markup language
used to create web pages.HTML is written in the form of HTML elements
consisting of tags enclosed in angle brackets (like <html>). HTML tags most
commonly come in pairs like <h1> and </h1>, although some tags represent
empty elements and so are unpaired, for example <img>. The first tag in a
pair is the start tag, and the second tag is the end tag (they are also called
opening tags and closing tags). Though not always necessary, it is best
practice to append a slash to tags which are not paired with a closing tag.The
purpose of a web browser is to read HTML documents and compose them into
visible or audible web pages. The browser does not display the HTML tags,
but uses the tags to interpret the content of the page. HTML describes the
structure of a website semantically along with cues for presentation, making it
a markup language rather than a programming language.HTML elements form
the building blocks of all websites. HTML allows images and objects to be
embedded and can be used to create interactive forms. It provides a means to
create structured documents by denoting structural semantics for text such as
headings, paragraphs, lists, links, quotes and other items. It can embed scripts
written in languages such as JavaScript which affect the behaviour of HTML
web pages.
5.3.1.2 CSS
CSS is a style sheet language used for describing the look and
formatting of a document written in a markup language. While most often
used to style web pages and interfaces written in HTML and XHTML, the
language can be applied to any kind of13
XML document, including plain XML,
SVG and XUL. CSS is a cornerstone specification of the web and almost all
web pages use CSS style sheets to describe their presentation.CSS is designed
primarily to enable the separation of document content from document
presentation, including elements such as the layout, colors, and fonts. This
separation can improve content accessibility, provide more flexibility and
control in the specification of presentation characteristics, enable multiple
pages to share formatting, and reduce complexity and repetition in the
structural content . CSS can also allow the same markup page to be presented
in different styles for different rendering methods, such as on-screen, in print,
by voice (when read out by a speech-based browser or screen reader and on
Braille based, tactile devices. It can also be used to allow the web page to
display differently depending on the screen size or device on which it is being
viewed. While the author of a document typically links that document to a
CSS file, readers can use a different style sheet, perhaps one on their own
computer, to override the one the author has specified.
5.3.2.1 MYSQL
FEATURES OF MySQL:
Security:
• A privilege and password system that is very flexible and secure, and
that enables host-based verification.
• Support for up to 64 indexes per table (32 before MySQL 4.1.2). Each
index may consist of 1 to 16 columns or parts of columns. The
maximum index width is 767 bytes for InnoDB tables, or 1000 for
MyISAM; before MySQL 4.1.2, the limit is 500 bytes. An index may
use a prefix of a column for CHAR, VARCHAR, BLOB, or TEXT column
types.
CONNECTIVITY:
• Clients can connect to MySQL Server using several protocols:
• On UNIX systems, clients can connect using Unix domain socket files.
LOCALIZATION:
• The server can provide error messages to clients in many languages.
• All data is saved in the chosen character set.
• Fast
• Robust
• Security
• Multiple OS support
• Free
• Technical support
•
17
5.3.2.2 JAVA SCRIPT
JAVASCRIPT CODE:
• Example
• document.getElementById("demo").innerHTML="Hello Dolly";
document.getElementById("myDIV").innerHTML="How are you?";
JAVASCRIPT PROPERTIES:
• Properties can usually be changed, added, and deleted, but some are
read only.
5.3.2.3 PHP
PHP FILE
18
• PHP files can contain text, HTML, CSS, JavaScript, and PHP code
• PHP code are executed on the server, and the result is returned to the
browser as plain HTML and files have extension ".php"
• PHP can create, open, read, write, delete, and close files on the server
With PHP you are not limited to output HTML. You can output images, PDF
files, and even Flash movies. You can also output any text, such as XHTML
and XML.
WHY PHP?
• PHP runs on various platforms (Windows, Linux, Unix, Mac OS X,
etc.)
• PHP is compatible with almost all servers used today (Apache, IIS, etc )
19
CHAPTER 6
CONCLUSION
•
The main objective of Student result Management System make faculty jobs more
accessible by giving them an easy place to find and sort information. This system
allows teachers and student managers to follow with their student engagement. The
idea is to create a scenario that makes the lives of administration and teachers
easier. So try a bunch of different systems until you find the right one for you is to
reliability are the striking features. The System has adequate scope for
20