fast learn

Upload: reddysreddy01

Post on 05-Apr-2018

229 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/31/2019 Fast Learn

    1/21

  • 7/31/2019 Fast Learn

    2/21

    FAST LEARN

    Batch code:

    Start Date: 17.06.2012

    End Date : 27.06.2012

    Name of the Coordinator : M.Sunitha

    Name of the Developer : M.Pallavi,M.T.Bhavani,S.V.Bharadwaj,G.Prathyusha

    Date of Submission : 27.06. 2012

  • 7/31/2019 Fast Learn

    3/21

    NIIT

    CERTIFICATE

    This is to certify that this report, titled FAST LEARN, embodies the original

    work done by M.Pallavi,M.T.Bhavani,S.V.Bharadwaj,G.Prathyusha in partial

    fulfilment of her course requirement at NIIT.

    Coordinator: M.Sunitha

  • 7/31/2019 Fast Learn

    4/21

    ACKNOWLEDGEMENT

    We have benefited a lot from the feedback and suggestions given to us by Miss. Sunitha andother faculty members, and the machine room coordinator.

  • 7/31/2019 Fast Learn

    5/21

  • 7/31/2019 Fast Learn

    6/21

    S. No. File Name Remarks

    1 Gallery.html

    2 about us.html3 arts.html

    4 bio.html

    5 check.jsp

    6 chemical.html

    7 civil.html

    8 Contact us.html

    9 cse.html

    10 ece.html

    11 eee.html

    12 eie.html

    13 foreignlang.html

    14 index.html

    15 index.jsp

    16 insert.jsp

    17 it.html

    18 login a.html

    19 login1.jsp

    20 management.html

    21 mech.html

    22 page2.html

    23 process.jsp

    24 register.html

    25 register.jsp26 register1.html

    27 retry.jsp

    28 sciences.html

    29 success.jsp

    30 terms.html

    PROJECT FILE DETAILS

  • 7/31/2019 Fast Learn

    7/21

  • 7/31/2019 Fast Learn

    8/21

    SYSTEM ANALYSIS

    The site will store all data in a single centralized database. The database will contain the

    following information:

    Student Details

    Faculty member details

    Student queries and their solutions

    Student Feedback

    Course information

    This site will provide course contents to the students in electronic form.

    All information including course details, fee structure, and notices for the students willalso be displayed on the site.

    The website will be used by three different types of users: Student, Faculties, and

    Administrators. The website will provide a different interface for each type of user.

    Each user will be provided with a username and password to log on to the site. If the user is not able to log in five attempts, the user account of that user will be blocked

    automatically. The user will have to request the centre officials for unblocking the user

    manually.

    The interface for the students will provide the following features:

    View course information: This feature will enable students to search for a courseand view information about the course offered by the institute.

    View Course material: This feature will enable students to access coursematerials for the courses to which they have been enrolled.

    Post queries: This feature will enable students to send queries to faculty and view

    their replies.

    Send Feedback: This feature enables students to provide feedback on the servicesprovided to them.

    Change Password: This feature enables to change password for their account.

    The interface for the faculty will provide the following features:

    Answer queries: This feature will enable faculty to look at the queries sent bytheir course students and reply to the queries.

    View course material: This feature enables the faculty to access the coursematerial offered for their respective subjects.

    Change password: This feature enables the faculty to change password for their

    account.

    The interface offered to the administrator has the following features:

    Course management: This feature will enable the administrator to add course

    information such as the course name, duration, prerequisites and fee.

  • 7/31/2019 Fast Learn

    9/21

    Student management: This feature will enable the administrator to add, edit, andblock student accounts.

    Faculty management: This feature will enable the administrator to add, edit andblock faculty accounts.

    View Feedback: This feature will enable the administrator to view the feedbackgiven by students.

    Search information: This feature will the administrator to view the information

    of the student and faculty on the basis of the name, course and study center.

    Post Message: This feature will enable an administrator to display notices on thewebsite.

    Change Password: This feature enables the administrator to change password for

    their account.

  • 7/31/2019 Fast Learn

    10/21

    HARDWARE AND SOFTWARE REQUIREMENTS

    Hardware: A node with PIII processor (800 MHz or higher), an SCSI Hard disk of 20GB,

    512MB RAM, a CDROM, and one 1-10/100 Mbps network card.

    Operating system: Windows XP Professional with SP2.

    Software: JDK 5.0 with Net Beans 6.0.1, SQL Server 2005 Standard Edition, Sun JavaApplication Server Update 9, and Glass Fish Server.

  • 7/31/2019 Fast Learn

    11/21

    CLASS DIAGRAM

    Admin

    +id: int+name: string+addr: String

    +addmat()+addfacc()+addstuacc()+delfacc()+delstuacc()+addacc()+delmat()+view()

    Student

    +Stuid: int+Stuname: String+StuAddr: String+Stupno: int

    +enrollsfor()+isassigned()+givesfeedback()+posts()+changepwd()

    Faculty

    +Fid: int+Fname: String+FAddr: String

    +teaches()+isassigned()+changepwd()

    Feedback

    +id: int+text: String+date: date

    +view()

    Courses

    +Cid: int+Cname: String+Cfee: float+prereq

    +view()

    Query

    +Qid: int+Qtext: string+DateofQuery: date+DateofResponse: date+responsetext: string

    +isresolved()+view()+answer()

    Studycenter

    +Sid: int+Sname: string+Slocation: string

  • 7/31/2019 Fast Learn

    12/21

    SEQUENCE DIAGRAM

    StudentFeedback

    Queries Study CenterFaculty

    Course Admin

    1 : Posts()

    2 : teaches()

    3 : is assigned()

    4 : enrolls for()

    5 : gives()

    6 : is viewed by()

  • 7/31/2019 Fast Learn

    13/21

    USE CASE DIAGRAM BETWEEN ADMIN AND STUDENT

    Admin

    Student

    Posts Messages

    Manages Students

    Manages Faculty

    Change Pasword

    View Feedback

    Search Information

    Post Queries

    Manages Course

    View Course Material

    View Course Information

    Gives Feedback

  • 7/31/2019 Fast Learn

    14/21

    USE CASE DIAGRAM BETWEEN ADMIN AND FACULTY

    Post Messages

    Admin

    Faculty

    Manages Students

    Manages Faculty

    Change pwd

    Views Feedback

    Search Info

    Manages Course

    View Couse Material

    Answer Queries

    View Course Info

  • 7/31/2019 Fast Learn

    15/21

    ER DIAGRAM

  • 7/31/2019 Fast Learn

    16/21

    ACTIVITY DIAGRAM

    login

    View course info

    View course

    material

    Post queries

    Send feedback

    Change password

    logout

  • 7/31/2019 Fast Learn

    17/21

  • 7/31/2019 Fast Learn

    18/21

  • 7/31/2019 Fast Learn

    19/21

  • 7/31/2019 Fast Learn

    20/21

  • 7/31/2019 Fast Learn

    21/21