...Course Registration System Vision Version 1.0 Revision History |Table |Version |Description |Author | |1/Dec/98 |Draft |Initial Draft |Sue Gamble | |13/Dec/98 |1.0 |Minor revisions following Peer Review. |Sue Gamble | | | |Added performance requirements. | | | | | | | | | | | | Vision 1 Introduction 1.1 Purpose The purpose of this document is to define the high-level requirements of the Wylie course registration (C-Registration) system in terms of the needs of the end users. 1.2 Scope This Vision Document applies to the Wylie course registration system, which will be developed by the Wylie College Information Systems (IT) department. The IT department will develop this client-server system to interface with the existing course catalog database. The C-Registration System will enable students to register...
Words: 4109 - Pages: 17
..._________________ BAHRIA UNIVERSITY Institute of Management and Computer Sciences Islamabad Department of Management Sciences COURSE REGISTRATION FORM FOR BBA/MBA Part A: To be completed by Student Name: ____________________________________ Father’s Name: _____________________________________ Enrollment #. ______________________________ B.U. Registration No: ___________ Academic Year: __Spring 2006_ Program: BBA Semester: II Session: (Morning / Evening) Section______ • Without passing the pre-requisites first, the student cannot register for those courses, which have pre-requisites. • A course will be offered if only a minimum of 10 students register in that course and a suitable faculty is available to teach. • In a regular semester (except summer session) the minimum required load for a full time student is 12 credit hours, whereas maximum course is 18 credit hours. • A fine of Rs. 200 per day will be charged for late payment of fees. Registration will be considered completed only when all the dues are paid. Students, who fail to pay the dues by Jan. 31, 2005 will not be allowed to attend classes and will be dropped from the semester. • It is mandatory to attend 80% of total contact hours failing which the student will not be allowed to appear in the final exam. |S No |Course Code |Code & Title of Course |Cr Hrs |Pre Requisites/Passed |Mor/Eve |Section | |1 |ACC-160 ...
Words: 1847 - Pages: 8
...Course Registration System the online registrar version 0.1 Specifications Document by Emma Boroson Introduction This Course Registration System is a web-based program aimed to make easier and more convenient the class registration process, a hassle through which students go every semester. As it stands, here at Brown University, in order to officially register for classes, each student must fill out a course registration form manually, bring it to the Registrar’s Office at University Hall, stand in line (often for upwards of twenty to thirty minutes), and finally have the form officially approved and stamped. In order to change anything about one’s current schedule, such as dropping or adding a class, changing grade option, or showing official permission from a professor, the student must go through the same tedious process. Course Registration System (CRS) attempts to alleviate these hassles by providing several services to students through the internet. CRS provides a way to search for classes without having to open a course catalog, a way to “shop” around and view various possible schedules, and finally, officially register for the chosen classes. All this can be done in the privacy of the students’ own rooms and without the stress and time it takes to stand in line in University Hall. The System Basical sketch of the system model Network Login GUI search keys GUI DB Course Pages GUI The various parts of the system are: ● Login/Security – Login using NetID and...
Words: 1138 - Pages: 5
...COP 5725 - Database Management Systems University of Florida Online Course Registration System Project Report Tolstoy Newtonraja Computer and Information Science & Eng tolstoynewton@ufl.edu UF-ID: 3411-3151 Aditya Nafde Computer and Information Science & Eng adityan@ufl.edu UF-ID: 5159-7503 1. Subject and Purpose The need for structured storage, modification and maintenance of huge amounts of data has resulted in the emergence of the Database Management System (DBMS) as one of the core fields in the Computer Science industry. DBMS is the system of computer software that is aimed to provide a managing tool for maintaining the data, through various data models. The purpose of implementing this project is to understand the data modeling concepts that is used in a real time scenario and to implement a fully functional database system which interacts with a front end interface. 2. Definition of the Problem An Online Course Registration system for University of Dataville is to be developed with a front-end web interface and a back-end database. An example of the system would be University of Florida’s ISIS Registration. Any database system can be chosen as the back-end such as Oracle, MySQL, Microsoft SQL Server, DB2, Access. Any web server can be chosen for the front end such as Tomcat, Glassfish, JRun, etc. Any server side language can be chosen such as PHP, JSP, ASP, etc. 3. Project Specification A high level description of the project: • Each student has a unique student ID...
Words: 4058 - Pages: 17
...COURSE REGISTRATION SYSTEM PROBLEM DESCRIPTION:- The allotment of courses during the start of the academic year can consume more time when done by physical means. By implementing the registration of course online, it would be efficient for both college and students to add new course and register for course respectively. INTERFACES:- The whole system is divided into 5 levels. They are Ø Selecting User Ø Adding a course Ø Display Availability Ø Register Course Ø Generate order form SELECTING USER :- This module is to select the type of user accessing the project. By determining the user the authentication for the rest of the project is provided for safety concerns. ADDING A COURSE :- This module is used for the colleges. Adding course has three sub modules namely, Ø Login module Ø College selection Ø Slots according to the Quota LOGIN:- This module is used to store the information of the officer’s user name and password. COLLEGE SELECTION:- This module is to let the user to select which college does he want to add the seats for this academic year. SLOTS ACCOTDING TO THE QUOTA:- This module provides the user with the slots to fill the specified seats in the college according to the quota as category. DISPLAY AVAILABILITY:- This module is to display the students with the seats available for them to register. This again has 2 other modules, Ø Stream...
Words: 2857 - Pages: 12
...Architecture Design Document for Online Course Registration 1. Overview 1.1. System Overview An Online Course Registration system for University is to be developed with a front-end web interface and a back-end database. An example of the system would be University of Mumbai Course Registration. Any database system can be chosen as the back-end such as Oracle, MySQL, Microsoft SQL Server, DB2, and Access. Any web server can be chosen for the front end such as Tomcat, Glassfish, JRun, etc. Any server side language can be chosen such as PHP, JSP, ASP, etc. 1.2. System Context The system context is defined clearly in the SRS. Basically, the user is the main sink of the information. The user is also a major source of information/data. The other source of data is a website from where data on current prices is obtained. 1.3. Stakeholders of Online Course Registration This section describes the users of the Online Course Registration System. There are 3 types of users of the C-Registration System; the Course Registrar, the Students, and the Professors. Name | Represents | Role | Administrator | Admin and College as whole. | Responsible for project funding approval. Monitors project progress. | Registrar | The office of the registrar, administrative and data entry personnel. | Ensures that the system will meet the needs of the registrar, who has to manage the course registration data, including professor and student databases. | Student | Students |...
Words: 1218 - Pages: 5
...------------------------------------------------- using System; ------------------------------------------------- using System.Collections.Generic; ------------------------------------------------- using System.ComponentModel; ------------------------------------------------- using System.Data; ------------------------------------------------- using System.Drawing; ------------------------------------------------- using System.Linq; ------------------------------------------------- using System.Text; ------------------------------------------------- using System.Threading.Tasks; ------------------------------------------------- using System.Windows.Forms; ------------------------------------------------- ------------------------------------------------- namespace GPA_Calculator ------------------------------------------------- { ------------------------------------------------- public partial class Form1 : Form ------------------------------------------------- { ------------------------------------------------- String lettergrd; ------------------------------------------------- double credit; ------------------------------------------------- double caltimes = 0; -------------------------------------------------...
Words: 272 - Pages: 2
...EX NO : 1 Date : STUDENT COURSE REGISTRATION 1. PROBLEM DEFENITION To build software that automates the student’s course registration. 1. This is proposed for automating the student’s course registration. While the student joins any educational institution his admission is made on the basis of his previous records. 2. The students who wish to the institution must be given with the available course details. 3. The student is allotted with a seat in the institution based on the marks that he scored in the institution he studied previously. After the confirmation of his joining the student must be given with new identity and records as per the institution. 2.0 SYSTEM REQUIREMENT SPECIFICATION 2.1 THE OVERALL DESCRIPTION 1. This is proposed for automating the student’s course registration. While the student joins any educational institution his admission is made on the basis of his previous records. 2. The students who wish to the institution must be given with the available course details. 2.2 PRODUCT PERSPECTIVE 2.2.1 Hardware interfaces 2.2.1.1 Hard disk: The database connectivity requires a hardware configuration that is on-line. This makes it necessary to have a fast database system running on high rpm hard disk permitting complete data redundancy and back-up systems to support the primary goal of reliability. 2.2.1.2 The...
Words: 1016 - Pages: 5
...System Requirement Specifications (SRS) Assignment 1 Sample Solution System Requirement Specifications 1 Table of Contents 1 2 3 Table of Contents ......................................................................................................................................................... 1 Problem Statement ....................................................................................................................................................... 2 Overview ...................................................................................................................................................................... 2 3.1 Background ............................................................................................................................................... 2 3.2 Overall Description ................................................................................................................................... 2 4 Investigation & Analysis Methodology........................................................................................................................ 2 4.1 System Investigation ................................................................................................................................. 2 4.2 Analysis Methodology .............................................................................................................................. 3 4.2.1 Feasibility study and requirements elicitation...
Words: 2557 - Pages: 11
...DESIGN AND IMPLEMENTATION OF COURSE REGISTRATION AND RESULT PROCESSING SYSTEM CHAPTER ONE 1. INTRODUCTION 1.1 BACKGROUND OF THE STUDY Caritas University, Amorji Nike, Enugu, is a private University approved by the Federal Government of Nigeria on December 16 2004. It was officially opened on January 21, 2005 by the Federal Ministry for Education, Prof. Fabian Osuji. The formal opening was on January 31, 2005. The pioneer students of 250 matriculated on May 28, 2005 in beautiful ceremony that attracted dignitaries both church and state. It is the second Catholic University in Nigeria founded by Rev. Fr. Prof. Emmanuel Paul Mathew Edeh Cssp, OFR. Although he founded the school, the proprietor of the University is the Congregation of Sisters the Saviour, a religious Congregation of Nuns founded by him. The vision of Caritas University is to rescue some of our wandering and teaming youths from further slide into academic and moral decay, and development and transformation of our society through sound and adulterated education. Its mission is to discover, sanctify and apply the knowledge of science, environmental and engineering for human well-being and sound development of man for better society. Caritas University’s goal is to give efficacy to the University’s motto and to its philosophy of education. We embrace not only sound education for professional skills and competency in various fields; but also maintain...
Words: 9573 - Pages: 39
...DESIGN AND IMPLEMENTATION OF ONLINE STUDENT CLEARANCE SYSTEM (A CASE STUDY OF CARITAS UNIVERSTY) CARITAS UNIVERSITY AMORJI-NIKE ENUGU ENUGU STATE PRESENTED BY AWUZIE SYLVESTER C. CST/2009/396 TO DEPARTMENT OF COMPUTER SCIENCE/INFO TECH FACULTY OF NATURAL SCIENCES CARITAS UNIVERSITY AMORJI-NIKE ENUGU STATE IN PARTIAL FULFILMENT OF THE REQUIREMENTS FOR THE AWARD OF BARCHELOR OF SCIENCE (B.sc) IN COMPUTER SCIENCE SUPERVISOR: ENGR. SOLOMON AUGUST 2013 1 APPROVAL PAGE This project work was written, arranged and compiled by AWUZIE SYLVESTER C. with the registration number CST/2009/396 under the supervision of Engr. Solomon of computer science/Info Tech Department in partial fulfillment of the registration for the award of B. Sc in Computer Science. ________________ Supervisor Engr. Solomon Onu _________________ Date _________________ Dr. Arinze Nwaeze HOD _________________ Date _________________ Dr. Ekechukwu Boniface External Examiner ________________ Date 2i DEDICATION This project is dedicated to God almighty for his care and protection throughout my stay in caritas university I also dedicate this work to my loving parent Mr./Mrs. Ofoegbu Damian O. for making me a graduate through the mercy of God. May God give them long life and prosperity and also those who contributed to my little success in life especially my siblings Chukwudi, Chinwendu, and others. My aunties and uncles, friends and well wishes. 3 ACKNOWLEDGEMENT My profound gratitude goes to God almighty for...
Words: 7669 - Pages: 31
...SRS Document Of Course Management System Course Management System 1. Introduction 1 1.1 Purpose 1 1.2 Scope 1 1.3 Definitions and abbreviations 1 1.4 References 1 1.5 Overview 1 2. Overall Description 2 2.1 Product Perspective 2 2.2 Product Functions 2 2.3 User Characteristics 4 2.4 Constraints 4 2.5 Assumptions and Dependencies 4 3. Specific Requirements 4 3.1 External Interface Requirement 4 3.1.1 User Interfaces 4 3.1.2 Hardware Interfaces 4 3.1.3 Software Interfaces 4 3.1.4 Communication Interfaces 4 3.2 Functional Requirements 5 3.2.1 Creating Courses 5 3.2.2 Grade Management 5 3.2.3 Homework Submissions 5 3.2.4 Group Management 7 3.2.5 Online Quizzes 9 3.2.6 Create Accounts 10 3.3 Performance Requirements 10 3.3.1 Response Time 10 3.3.2 Throughput 10 3.3.5 Capacity 11 3.3.6 Utilization of Resources 11 3.4 Software System Attributes 11 3.4.1 Security 11 3.4.2 Reliability 11 3.4.3 Scalability 11 1. Introduction 2.1 Purpose The purpose of this document is to present a detailed description of the course management system. It will explain the purpose and features of the system, the interfaces of the system will do, the constraints under which it must operate and how the system will react to external stimuli. This document is intended for both stakeholders and developers of the system. 2.2 Scope It domain use to use it large domain it use for...
Words: 2760 - Pages: 12
...ONLINE EXAM REGISTRATION SYSTEM AIM: To analyze, Design and develop code for exam registration system using Rational Rose software and visual basic. PROJECT SCOPE: The main scope of this project is to maintain a student details with secure and directly maintain by both college and university. students can get the hall ticket with correct details without any irrelavant datas. OBJECTIVE: The main objective of designing and developing a exam registration system is to provide with a system which proves to be manually beneficial i.e benefits for both university and college for easy maintaining. PROBLEM STATEMENT: In exam registration proposed system various problem statement are as follows, • Initially university provides the exam details with fee structure to the respected college. • Then the college ask the students for them details and fee submission conditions. • Student contact the various nationalized banks for getting DD and submit them details with the DD in the corresponding date. • When the students submit them details college will forward that to the universtiy. • University maintaines one database and store the student details with year, semester,subjects etc., • With the valid datas university prepare the hall ticket to related college. • After the related colleges provide hall tickets to the students. • If any problem occur in the hall ticket means students can apply for change and it will quickly done by the university. ...
Words: 548 - Pages: 3
...SOFTWARE REQUIREMENTS SPECIFICATION (SRS) FOR Student and Unit Management System (SUMS) – Registration Module Version 1.0 Prepared by: YEUNG Kam Fung (Ivan) Prepared for: Jim Briggs, University of Portsmouth DOCUMENT CHANGE HISTORY |Version Number |Date |Description | |1.1 |8th December 2005 |Jim made some formatting and content | | | |changes | |1.0 |4th December 2005 |Draft | Preface This document contains the Software Requirements Specification (SRS) of an Online Project Marking System for the School of Computing at the University of Portsmouth. The main aim of this project is to add functionality to the existing SUMS system in order to provide an online facility for managing and registering student accounts. This document has been prepared in accordance with the IEEE Std 830-1998, IEEE Recommended Practice for Software Requirements Specifications [IEEE 1998]. Introduction This Software Requirement Specification is written accordance with the IEEE Std 830-1998 model. 1 Purpose This SRS Document contains the complete software requirements for the Online Project Marking System (OPMS) and describes the design...
Words: 1674 - Pages: 7
...Requirements 9 4.5.1 Performance 9 4.5.2 Reliability 9 4.5.3 Scalability 9 4.5.4 Security 9 5. Analysis Models 9 5.1 Sequence Diagrams 9 5.2 Collaboration Diagrams (STD) 10 5.2 State-Transition Diagrams (STD) 11 5.4 ACTIVITY DIAGRAM……………………………………………………………………………………….15 5.5 DEPLOYMENT DIAGRAM…………………………………………………………………………………15 2. Introduction The Online Student Course registration system is automated system where the user can register the student for various courses. This is proposed for automating the student’s course registration. While the student joins any educational institution his admission is made on the basis of his previous records. The students who wish to the institution must be given with the available course details. The student is allotted with a seat in the institution based on the marks that he scored in the institution he studied previously. After the confirmation of his joining the student must be given with new identity and records as per the institution. 2.1 Purpose The purpose of this document is to present a detailed description of the Online Course Registration System. It will explain the purpose and features of the system, the interfaces of the system will do, the constraints under which it must operate and how the...
Words: 2046 - Pages: 9