SYSTEM DESIGN. 1 Introduction: 1.1 Overview: 1.2 Scope:

Size: px
Start display at page:

Download "SYSTEM DESIGN. 1 Introduction: 1.1 Overview: 1.2 Scope:"

Transcription

1 SYSTEM DESIGN 1 Introduction: The purpose of System Design is to create a technical solution that satisfies the functional requirements for the system. During analysis, the focus is on what needs to be done intendment of how it is done. During design, decisions are made about how the problem will be solved, first at a high level, then at increasingly detailed levels. System design is the first stage in which the basic approach to solving the problem is selected. During system designing the overall structure and style are decided. The system architecture is the overall organization of the system into components called system. System design deals with transforming the customer requirements, as described in the SRS document, into a form that is implement able using the programming language. Certain items such as modules, relationships among identified modules, data structures, relationships between the data structures, and algorithms for implementation should be designed during this phase. 1.1 Overview: This System Design provides the overall design of the Student Information Management system implemented during this project, covering the purpose and reasoning behind the system's major components. 1.2 Scope: The main scope of the system design is : Organize the system into modules Organize sub-modules for each module Allocate tasks to processors Choose an approach to manage data store Handle access to global resources Choose implementation logic

2 The basic idea behind System Design is to develop a software system incrementally, allowing the developer to take advantage of what was being learned during the development of earlier, incremental, deliverable versions of the system. 1.3 Background: The Student Information System records basic student information, Examination information, education information regarding student. Student management function involves : Manage student records Student Basic Information Manage course and specialty Manage semester and year Result management Subject management In Student Management System, administrator has a Login ID and Password. Also all the users have different permission rights to access the applications. There are two main roles in the system. Admin and operator. Admin has complete access to the whole system, while operator is the role that is responsible for the use of the system. 1.4 References: Systems Analysis and Design - Allan Dennis St. Philomena College

3 1.5 Assumptions and constraints: Assumptions: The system is not required to save generated reports. The code should be free with compilation errors/syntax errors. The details must have an interface which is simple enough to understand Constraints: Internet connection is required. The constraints of this project are the system must support the latest web browser and must be able to run all the forms. Login and password is used for identification of administrator and there is no facility for users. 2 Applicable documents-methodology: This web application is developed for managing student details, examination details and attendance details. As the project is user friendly, it can be applied to large database with more information. This software can use by any sanitary administrator to make their work simple. They can get information quickly as possible. It can handle large volume of data and present reports whenever required. Structure of software Pacakage The main functional components are Administrator/Operator login. Course details. Subject details. Student records. Examination details.

4 Attendance records. Logout. 2.1 System Design Alternatives: Adobe Dreamweaver PHP Designer 2.2 Risks: The risk factors are, In case the database lost because of some OS failure or because of Anti Virus actions the software should have option for restore data. The restore is possible only if the backup maintained by the user is up to date. Otherwise the restore may failure or the restore point may not be up to date. 2.3 Updated Requirements Compliance Matrix: Since we are using PHP 5.2 version and MySQL 5.0 version, if there is any updates, upgrade Apache server to update PHP and MySQL. 3 Functional Decomposition-SYSTEM DESCRIPTION: The software is decomposed into several modules for the convenience of the user. The operator enters the student details, examination details, attendance details. In this all information are already stored in access. Here we can add, delete or update the existing records.

5 3.1 System Software Architecture: PHP INI Smarty PHP Apache Server MySQL MySQL Web Server Internet Server Fig 1.1 System Software Architecture 3.2 System Technical Architecture: Apache Server MySQl Server Web Server Template engine Administrator Fig 1.2 System Technical Architecture

6 3.3 System Hardware Architecture: In engineering, hardware architecture refers to the identification of a system's physical components and their interrelationships. This description, often called a hardware design model, allows hardware designers to understand how their components fit into system architecture and provides software component designers important information needed for software development and integration. Fig 1.3 System Hardware Architecture

7 3.4 External Interfaces: A. Name of application Student Information System B. Details of interface Admin login into the application user name and password. After successful login enters the details of new students details, course details, subject details, examination details, attendance details etc. Finally the details like students details examination reports, attendance details can be viewed by students, parents, teachers etc. C. Description of operational implications of data transfer, including security considerations Operational implication of the data transfer is done through validation. 4 Description of Programs Subsystem Specification: 4.1 CONTEXT FLOW DIAGRAM (CFD): A Context Flow Diagram is a top level (also known as level 0) data flow diagram. It only contains one process node (process 0) that generalizes the function of the entire system in relationship to external entities. In context diagram the entire system is treated as a single process and all its inputs, outputs, sinks and sources are Identified and shown.

8 Administrator Operator Controls Manages records Student Information System Information Report Reports Students Examination Attendance 4.2 Data Flow Diagram(DFD): Fig 1.4 Context Flow Diagram A Data Flow Diagram (DFD) is a graphical representation of the "flow" of data through an Information System. A data flow diagram can also be used for the visualization of Data Processing. It is common practice for a designer to draw a context-level DFD first which shows the interaction between the system and outside entities. This context-level DFD is then "exploded" to show more detail of the system being modeled. A DFD represents flow of data through a system. Data flow diagrams are commonly used during problem analysis. It views a system as a function that transforms the input into desired output. A DFD shows movement of data through the different transformations or processes in the system. Dataflow diagrams can be used to provide the end user with a physical idea of where the data they input ultimately has an effect upon the structure of the whole system from order to dispatch to restock how any system is developed can be determined through a dataflow diagram. The appropriate register saved in database and maintained by appropriate authorities.

9 NOTATION DESCRIPTION Processes or transform are represented by circles in a DFD. This shows what systems do. Each process has one or more data inputs and produces one or more data outputs. Each process has a unique name which appear inside the circle that represent the process in a DFD. The rectangle Is used to represent an external entity, that is a system element or another system that produces information for transaction by the software or receives the information produced by the software. An arrow represent one or data items or data objects. A data flow shows the flow of information from its source to its destination. A database is a holding place for information within the system. It is represented by cylindrical notation. Data stores may be long-term files or may be short-term.

10 4.2.1 Level 0: Admin/Operator Login Login Input Output Fig 1.5 Level Level 1(Top Level DFD): Admin Login Admin Admin Admin Add Details Edit Details SelectCourse DeleteCourse SelectSubject DeleteSubject Student Details Course Subject Store Data Store Data Admin Admin Admin Stores Edit Details Stores Edit Details Adds Delete Examination Attendance Semester Store Data Store Data Store Data Fig 1.6 Level 1

11 4.2.3 Second Level DFD for Course and Subject: Administrator Create operators Stores in Add course Course details Add Operator Retrieves Add subject View Course Subject Fig 1.7 DFD for Course and Subject Subject Second Level DFD for Semester: Upload student details Select course Operator Course Select / update semester Student Details Update Stores student info Course Student Details Semester Fig 1.8 DFD for Semester

12 4.2.5 Second Level DFD for Attendance: Select course Operator Select semester Course Details View Course Semester Select subject Subject details View Add attendance details Subject Attendance Details Updates Attendance Attendance Fig 1.9 DFD for Attendance

13 4.3 Description of components: Functional component 1: Login Input: Admin name and password Output: Allows administrator to enter into a new page File I/O interface: Functional components login when clicked after giving the username and password correctly it takes us to a new page which is the home page, with other functional components Functional component 2: Student details Input: reg.no, first name, last name, dob, fathers name, sex, address, contact no, course, semester Output: Details of each and every students File I/O interface: This module is not related to other functional components Functional component 3:Course details Input: course id, course name, comment, course key Output: All the entered data will be stored in respective database and will be displayed in the grid File I/O interface: This module is not related to other functional components Functional component 4:Subject details Input: subject id, subject name, comment, course, subject type, semester Output: All the entered data will be stored in respective database and will be displayed in the grid File I/O interface: This module is not related to other functional components.

14 4.3.5 Functional component 5:Examination details Input: course, semester, internal type,marks Output: All the entered data will be stored in respective database and will be displayed in the grid File I/O interface: This module is not related to other functional components Functional component 6:Attendance details Input: course, semester, subject, total classes Output: All the entered data will be stored in respective database and will be displayed in the grid File I/O interface: This module is not related to other functional components.

15 Student Information System Team code: Submitted by: Priya H J ( ) Shruthi K ( ) Submitted to: Mr. Vinayachandra Department Of Computer Science St.Philomena College, Puttur External guidance by: Aravinda.M.V Technopulse City Light Building, Balmatta Road, Mangalore Date of submission: 06/01/2012

Project Synopsis Project Title Social Networking Site Project Develpers 1. 2. 3. Introduction Social networking sites allow users to communicate with people, share ideas, activities, events, and interests

More information

Alkan University College Student Information Management System

Alkan University College Student Information Management System American Journal of Operations Management and Information Systems 2016; 1(1): 1-6 http://www.sciencepublishinggroup.com/j/ajomis doi: 10.11648/j.ajomis.20160101.11 Alkan University College Student Information

More information

Unit 6 - Software Design and Development LESSON 10 DESIGN TOOLS, INPUTS, OUTPUTS, STORYBOARDS

Unit 6 - Software Design and Development LESSON 10 DESIGN TOOLS, INPUTS, OUTPUTS, STORYBOARDS Unit 6 - Software Design and Development LESSON 10 DESIGN TOOLS, INPUTS, OUTPUTS, STORYBOARDS Previously Key features of programming languages Software Development Lifecycle Using tools to demonstrate

More information

Student Information System

Student Information System PROJECT SYNOPSIS On Student Information System Department Of Information & Technology Microteck Institute of Information Technology Maldahiya, Varanasi (U.P) Month, Year Makhanlal Chaturvedi Rashtriya

More information

BACHELOR OF COMPUTER APPLICATION

BACHELOR OF COMPUTER APPLICATION SHREE M. & N. VIRANI SCIENCE COLLEGE RAJKOT PROJECT REPORT AS A PARTIAL REQUIREMENT FOR THE DEGREE OF BACHELOR OF COMPUTER APPLICATION YEAR: 2016 TRAFFIC POLICE GUIDED BY: Mr. PRAKASH GUJARATI SUBMITTED

More information

COMMUNICATION SYSTEM FOR CSE DEPARTMENT

COMMUNICATION SYSTEM FOR CSE DEPARTMENT A Final Report On COMMUNICATION SYSTEM FOR CSE DEPARTMENT Submitted to the Department of Computer Science and Engineering Nepal Engineering College in Partial Fulfillment of the Requirements of the Course

More information

System Analysis and Design

System Analysis and Design System Analysis and Design M Umair www.m-umair.com System Description Techniques Graphical representation of any process is always better and more meaningful than its representation in words. System Analysis

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) PROJECT TITLE LEMA FAMILY ACCOUNTABILITY SYSTEM TEAM NO #04 TEAM MEMBERS & ROLES NAME ROLES Teawon Han Project Manager Zhen Huang Feasibility Analyst

More information

System Analysis and Design. Data Flow Diagram. System Analysis and Design

System Analysis and Design. Data Flow Diagram. System Analysis and Design Data Flow Diagram 1 Data Flow diagram The dataflow diagram is a modeling tool that allows us to picture a system as a network of functional processes, connected to one another by pipelines and holding

More information

Introduction 2. Getting Started..2. Viewing a Timetable by Module.4. Viewing a Timetable by Program...6. Viewing your Personal Timetable.

Introduction 2. Getting Started..2. Viewing a Timetable by Module.4. Viewing a Timetable by Program...6. Viewing your Personal Timetable. Contents Introduction 2 Getting Started..2 Viewing a Timetable by Module.4 Viewing a Timetable by Program...6 Viewing your Personal Timetable. 8 Different ways to view timetable information......10 Week

More information

Data Flow Diagrams System Analysis ( (

Data Flow Diagrams System Analysis ( ( 7 Data Flow Diagrams System Analysis (1932475( Kendall & Kendall 7-1 Data Flow Diagrams A top down approach to diagramming data movement, it moves from general to specific. Graphically characterize data

More information

BOULDER IRB era InfoEd Amendments

BOULDER IRB era InfoEd Amendments BOULDER IRB era InfoEd Amendments Last Update: 2017/12/06 Preface: This guide explains how to submit an Amendment to modify an approved study. If you already have a submission pending review do not submit

More information

Evoq 9 Content Managers Training Manual

Evoq 9 Content Managers Training Manual Evoq 9 Content Managers Training Manual Table of Contents Chapter 1: User Login... 2 User Login...2 User Login Screen...2 User Logout...2 Chapter 2: Navigating within Evoq 9...3 Editing Bar...3 Dashboard...4

More information

Publish Joomla! Article

Publish Joomla! Article Enterprise Architect User Guide Series Publish Joomla! Article Author: Sparx Systems Date: 10/05/2018 Version: 1.0 CREATED WITH Table of Contents Publish Joomla! Article 3 Install Joomla! Locally 4 Set

More information

Publish Joomla! Article

Publish Joomla! Article Enterprise Architect User Guide Series Publish Joomla! Article Sparx Systems Enterprise Architect supports publishing an entire model, or part of the model, in a local Joomla! Repository as Articles (HTML

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Sandeep Kumar Gudivada Governors State University

More information

Parent Portal User Guide

Parent Portal User Guide Parent Portal User Guide Table of Contents LOGIN TO THE PARENT PORTAL... 2 RETRIEVE LOST LOGIN DETAILS... 3 CHANGE YOUR PASSWORD... 5 CHANGE OR CONFIRM YOUR DETAILS & MEDICAL INFORMATION... 6 NAVIGATING

More information

Test Plan and Cases (TPC) PicShare. Team 02

Test Plan and Cases (TPC) PicShare. Team 02 Test Plan and Cases (TPC) PicShare Team 02 Team Members Sultan Alsarra Adil cem Albayrak Julapat Julnual Charles Reitz Mohammad Almunea Aref Shafaeibejestan Andrea Brown Travis Weaver Dennis Evans 02/21/16

More information

Creating Your Parent Account

Creating Your Parent Account Parent Portal Guide for Parents 2016-2017 Creating Your Parent Account Before using the parent portal, you must pick up your access id and password from the school. This information must be picked up in

More information

UPLOADING A RECORDING TO I-TUNES (updated 9/2/09)

UPLOADING A RECORDING TO I-TUNES (updated 9/2/09) UPLOADING A RECORDING TO I-TUNES (updated 9/2/09) Before you begin, install the following FREE software: I-Tunes Java Mozilla Firefox Internet Browser http://www.apple.com/itunes/overview/ http://www.java.com/en/

More information

Resellers Guide Managing your Reseller Account

Resellers Guide Managing your Reseller Account Resellers Guide Managing your Reseller Account Read our Blog: http://blog.webfusion.co.uk/ View our support site: http://webfusion-support.co.uk/ Follow us on Twitter: http://twitter.com/webfusionuk Contents

More information

Developed By: Modi Parth S. Enroll No : Smt. S. R. Patel Engineering College Dhabhi, Unjha.

Developed By: Modi Parth S. Enroll No : Smt. S. R. Patel Engineering College Dhabhi, Unjha. Developed at: Radix Computer Training Center, Patan Developed By: Modi Parth S. Enroll No :-120784107001 Smt. S. R. Patel Engineering College Dhabhi, Unjha. Contents Project Profile Objectives Modules

More information

Guide to All Saints College Edumate Parent Portal

Guide to All Saints College Edumate Parent Portal Guide to All Saints College Edumate Parent Portal Logging In 1. Enter the Edumate address into your browser (https://edumate.saints.nsw.edu.au/) 2. Enter your username and password and click Login Dashboard

More information

Detailed Design Data Flow Diagrams

Detailed Design Data Flow Diagrams Detailed Design Dynamic Network Device Mapping System Requested by: Mr. Ken Swarner Senior Systems Administrator Siena College School of Science Mr. Eric Crossman Assistant Systems Administrator Siena

More information

SCHOOL MANAGEMENT SYSTEM

SCHOOL MANAGEMENT SYSTEM PROJECT REPORT ON SCHOOL MANAGEMENT SYSTEM (Cyber School Management) As Partial Fulfillment of Bachelor of Computer Science (Information Technology & Computer Applications) Submitted to Shree M & N Virani

More information

Chapter 6 Structuring System Requirements: Process Modeling 6.1

Chapter 6 Structuring System Requirements: Process Modeling 6.1 Chapter 6 Structuring System Requirements: Process Modeling 6.1 Learning Objectives Explain process modeling Discuss data-flow diagramming mechanics, definitions, and rules Discuss balancing data-flow

More information

Online with Janison Toolbox

Online with Janison Toolbox J E T Janison Education Team Fac ulty o f E duc ation Online with Janison Toolbox A Step-By-Step Guide For UOW Staff May 2006 Welcome to the Faculty Of Education s new generation of online subject delivery.

More information

Fundamentals of Health Workflow Process Analysis and Redesign

Fundamentals of Health Workflow Process Analysis and Redesign Fundamentals of Health Workflow Process Analysis and Redesign Unit 10.3d Process Mapping Gane-Sarson Notation Slide 1 Welcome to the Gane-Sarson Notation for Data Flow Diagrams Subunit. This is the third

More information

Media Services Online Mohammed Abukhiran. Report 13 on the work of Week 13

Media Services Online Mohammed Abukhiran. Report 13 on the work of Week 13 Media Services Online Mohammed Abukhiran Report 13 on the work of Week 13 Berea College Nov 30, 2010 Application Development Project Concept Proposal Media Services at Berea College uses Voyger (Database

More information

1.1 Login to Application System Filling out Applications Changing Password Changing Personal Information 14

1.1 Login to Application System Filling out Applications Changing Password Changing Personal Information 14 Application System 1 Chapter 1 - Student 1.1 Login to Application System 4 1.2 Filling out Applications 9 1.3 Changing Password 12 1.4 Changing Personal Information 14 Chapter 1 - Student Application System

More information

Data Flow Diagrams Examples

Data Flow Diagrams Examples 1 of 6 20-Jan-12 1:42 AM Information Systems College of Business Administration University of Missouri - St. Louis Data Flow Diagrams Examples We will study a variety of diagramming tools this semester.

More information

Student Information System User Guide

Student Information System User Guide Student Information System User Guide This User Guide is designed to help you get started using the Student Information System. We ll take you step by step in using your organization s database, so that

More information

(Team Name) (Project Title) Software Design Document. Student Name (s):

(Team Name) (Project Title) Software Design Document. Student Name (s): (Team Name) (Project Title) Software Design Document Student Name (s): TABLE OF CONTENTS 1. INTRODUCTION 2 1.1Purpose 2 1.2Scope 2 1.3Overview 2 1.4Reference Material 2 1.5Definitions and Acronyms 2 2.

More information

Acceptance Test. Smart Scheduling. Empire Unlimited. Requested by:

Acceptance Test. Smart Scheduling. Empire Unlimited. Requested by: Smart Scheduling Requested by: Dr. Robert Yoder Computer Science Department Head Siena College Department of Computer Science Prepared by: Meghan Servello Thomas Mottola Jonathan Smith Jason Czajkowski

More information

Administrator Manual

Administrator Manual . Self-evaluation Platform (SEP) on Information Technology in Education (ITEd) for School Administrator Manual 28 Oct 2005 [Version 2.0] Copyright 2005 Education and Manpower Bureau Page 1 Amendment History

More information

COMPUTER FLOOD STANDARDS

COMPUTER FLOOD STANDARDS COMPUTER FLOOD STANDARDS CF-1 Flood Model Documentation A. Flood model functionality and technical descriptions shall be documented formally in an archival format separate from the use of letters, slides,

More information

Ivy Tech Careers Site. Applicant Users Guide

Ivy Tech Careers Site. Applicant Users Guide Ivy Tech Careers Site 5/6/2014 Table of Contents Introduction... 2 Create Account... 3 View and/or Search for Open Positions... 4 Applying To An Open Position... 6 Review Application Status... 11 Uploaded

More information

ONLINE BILLBOARD VIKRAM KUMAR KONDAPANENI B.TECH, ACHARYA NAGARJUNA UNIVERSITY, 2007 A REPORT

ONLINE BILLBOARD VIKRAM KUMAR KONDAPANENI B.TECH, ACHARYA NAGARJUNA UNIVERSITY, 2007 A REPORT ONLINE BILLBOARD By VIKRAM KUMAR KONDAPANENI B.TECH, ACHARYA NAGARJUNA UNIVERSITY, 2007 A REPORT Submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE Department of Computing

More information

Preparing and submitting

Preparing and submitting Cambridge International AS & A Level Preparing and submitting Guidance on preparing and submitting work for: Cambridge International AS & A Level Global Perspectives & Research (9239/02, 03 and 04) Cambridge

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Syed Jalaluddin Governors State University

More information

Sales Management Portal

Sales Management Portal Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Fall 2016 Sales Management Portal Venkata Chakradhar Bonthala Governors State University

More information

Detailed Design. Java Problem Repository & Education Platform JPREP

Detailed Design. Java Problem Repository & Education Platform JPREP Team Members: Luke Greiner Denis Kalic Abigail McCarthy Robert Tateo Nguyen Truong Patrick White Detailed Design Java Problem Repository & Education Platform JPREP Revision: 1.1 Date: 3/07/14 1 D e l t

More information

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.2

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.2 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 Plug-in Configuration... 5 Dynamics CRM Configuration

More information

SE Assignment III. 1. List and explain primitive symbols used for constructing DFDs. Illustrate the use of these symbols with the help of an example.

SE Assignment III. 1. List and explain primitive symbols used for constructing DFDs. Illustrate the use of these symbols with the help of an example. SE Assignment III 1. List and explain primitive symbols used for constructing DFDs. Illustrate the use of these symbols with the help of an example. There are essentially 5 different types of symbols used

More information

An introduction for Calendar Editors (Note: Editors should use Internet Explorer 8, Firefox 3 or higher, or Safari)

An introduction for Calendar Editors (Note: Editors should use Internet Explorer 8, Firefox 3 or higher, or Safari) mycalendar An introduction for Calendar Editors (Note: Editors should use Internet Explorer 8, Firefox 3 or higher, or Safari) Accessing the Calendar as an Editor Go to the Calendar URL: http://www.healthsystem.virginia.edu/calendar

More information

Parent Portal Documents

Parent Portal Documents Parent Portal Documents v1.0 Error! Reference source not found. Version History Version Date Description I.S. - Template Page No: 1 of 12 Table of Contents Logging into MyEd Parent Portal... 4 Parent Accounts...

More information

To access EasyIEP, you must have a user name and a unique password.

To access EasyIEP, you must have a user name and a unique password. 2014 I. Logging into EasyIEP To access EasyIEP, you must have a user name and a unique password. Open a web browser and enter your districts URL in the address bar o URL: https://go3.pcgeducation.com/njirvington

More information

Performance Software

Performance Software Preliminary Design Automated Grading System for Microsoft Excel Spreadsheets Clients: Dr. Scott Hunter Professor - Department of Computer Science Siena College Ms. Jami Cotler Professor - Department of

More information

SOFTWARE DESIGN DOCUMENT

SOFTWARE DESIGN DOCUMENT SOFTWARE DESIGN DOCUMENT Version: 1.1 Date: 22.12.2013 MobileLibrary Project Prepared By: HebeleGubeleGom Team Ali Sahin Ali Cinar Yunus Emre Avci Upol Ryskulova 1 Preface This document contains the system

More information

Software Requirements Specification OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT

Software Requirements Specification OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT Software Requirements Specification For OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT Version 1.0 Prepared by Priyanka Manchanda and Shabna T.R. GROUP 2 - OPTIMIZING MOODLE LMS TO

More information

CV Manager Documentation

CV Manager Documentation CV Manager Documentation Ver 1.0 1 No more data loss! Recruit the right one! Online CV Manager is one of the most advanced online tools for processing candidates data that provides cost efficiency for

More information

Online Employment Application Guide

Online Employment Application Guide Online Employment Application Guide This guide describes how to apply for jobs using the Government Jobs web site. The process consists of the following steps: Create An Account Find Jobs Apply for a Job

More information

Module 5. Function-Oriented Software Design. Version 2 CSE IIT, Kharagpur

Module 5. Function-Oriented Software Design. Version 2 CSE IIT, Kharagpur Module 5 Function-Oriented Software Design Lesson 12 Structured Design Specific Instructional Objectives At the end of this lesson the student will be able to: Identify the aim of structured design. Explain

More information

USER MANUAL. for. Examination / Result Review Application Functions for Student (MyUPSI PORTAL) Prepared By:

USER MANUAL. for. Examination / Result Review Application Functions for Student (MyUPSI PORTAL) Prepared By: USER MANUAL for Application Functions for Student (MyUPSI PORTAL) Prepared By: ICT Centre Sultan Idris Education University July 2014 Version 1.0 TABLE OF CONTENTS 1 EXAMINATION / RESULT REVIEW APPLICATION...

More information

LIITE1 SoleMOVE KÄYTTÖOHJEET / GUIDELINES

LIITE1 SoleMOVE KÄYTTÖOHJEET / GUIDELINES LIITE1 SoleMOVE KÄYTTÖOHJEET / GUIDELINES HOW TO GET STARTED WITH SOLEMOVE SYSTEM FOR INTERNATIONAL MOBILITY ONLINE APPLICATION A detailed user guide in Finnish is available in the system once you login

More information

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual Mobiketa Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging Quick-Start Manual Overview Mobiketa Is a full-featured Bulk SMS and Voice SMS marketing script that gives you control over your

More information

Introduction to Frog Parent/Guardian Guide

Introduction to Frog Parent/Guardian Guide Introduction to Frog Parent/Guardian Guide October 2016 Frog Frog is Trinity s VLE (Virtual Learning Environment). It is used to aid students learning by providing access to lesson resources for both staff

More information

Learning Management System - User Guide

Learning Management System - User Guide Learning Management System - User Guide Contents Login to LMS... 2 Change Password... 4 Reset/ Forget Password... 6 Dashboard... 7 Updating User Profile... 8 E-Content Dashlet... 10 Download E-books...

More information

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes:

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes: ASTRA USER GUIDE 1. Introducing Astra Schedule Astra Schedule is the application used by Academic Space Scheduling & Utilization to schedule rooms for classes and by academic colleges, schools, and departments

More information

Creating a Parent Portal Account

Creating a Parent Portal Account Creating a Parent Portal Account Step 1: Go to https://focus.bayschools.net/focus/auth Step 2: Click on I DO NOT have an Account Registered on the Parent Portal but my child is Actively Enrolled Welcome

More information

Introduction. Welcome to PeopleAdmin 7, the new and improved Online Employment System. This system allows applicants to:

Introduction. Welcome to PeopleAdmin 7, the new and improved Online Employment System. This system allows applicants to: Table of Contents 1. Introduction 3 2. Navigation and Security 4 3. Employment Opportunities 5 4. Homepage 6 5. Viewing and Searching Available Positions 7-9 6. Viewing a Posting 10 7. Information to Gather

More information

2017 International Conference on Economics, Management Engineering and Marketing (EMEM 2017) ISBN:

2017 International Conference on Economics, Management Engineering and Marketing (EMEM 2017) ISBN: 2017 International Conference on Economics, Management Engineering and Marketing (EMEM 2017) ISBN: 978-1-60595-502-5 Design of Attendance Check System Based on Ethernet Technology and Fingerprint Recognition

More information

SECTION 19 THE esars WEB INTERFACE

SECTION 19 THE esars WEB INTERFACE SARS Anywhere Administration Manual Section 19: The esars Web Interface - 1 SECTION 19 THE esars WEB INTERFACE 19.0 Overview esars is the web interface for students to gain access to SARS Anywhere in order

More information

VeriGuide. VeriGuide Academic Student User Manual. (Updated November 15, 2010) Chapter 1: Login 3. Create Account 3. Enter URL 3.

VeriGuide. VeriGuide Academic Student User Manual. (Updated November 15, 2010) Chapter 1: Login 3. Create Account 3. Enter URL 3. Academic Student User Manual (Updated November 15, 2010) Chapter 1: Login 3 Create Account 3 Enter URL 3 Login 3 Select Service 4 Select School 4 Chapter 2: Upload Assignment 5 Select Upload Assignment

More information

USER MANUAL. Disclaimer

USER MANUAL. Disclaimer USER MANUAL Disclaimer The instructions in this document have been carefully checked for accuracy and are presumed to be reliable. Smart I Electronics Systems Pvt. Ltd. and its writers assume no responsibility

More information

SAS2000. Victorian Independent Schools: VCAA AIM Export Preparation. User Guide

SAS2000. Victorian Independent Schools: VCAA AIM Export Preparation. User Guide SAS2000 Victorian Independent Schools: VCAA AIM Export Preparation User Guide Human Edge Software Corporation Pty Ltd 417 City Road South Melbourne Vic 3205 Support Centre: 1300 301 931 Human Edge Software

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications MySQL Manager is a web based MySQL client that allows you to create and manipulate a maximum of two MySQL databases. MySQL Manager is designed for advanced users.. 1 Contents Locate your Advanced Tools

More information

Bloomsburg Area School District Parent Portal Instructions

Bloomsburg Area School District Parent Portal Instructions Bloomsburg Area School District Parent Portal Instructions Bloomsburg Area School District parents now have the ability to access important, up-to-date, student information online. Our online Grade Book

More information

nformaweb Teacher Manual V Melb Mar

nformaweb Teacher Manual V Melb Mar nformaweb Teacher Manual V 2.02.5 Melb Mar 2014 www.nforma.com.au Table of Contents 1 Hardware / Software Requirements... 3 2 Getting Started with nformaweb... 4 3 nreports... 5 3.1 Student Data Entry

More information

Requirements Specification

Requirements Specification Requirements Specification Smart Scheduling Requested by: Dr. Robert Yoder Associate Professor of Computer Science Computer Science Department Head Siena College Tom Mottola Jason Czajkowski Brian Maxwell

More information

Teacher User Easy Setup Guide. Teacher User Setup Guide - wushka.com.au -

Teacher User Easy Setup Guide. Teacher User Setup Guide - wushka.com.au - Teacher User Easy Setup Guide - - 5 Easy Steps to Set Up Your Students and Reading Groups Input your students details individually Step 1: Manage Class List Page OR Use the upload tool to set up all students

More information

ER/Studio Enterprise Portal User Guide

ER/Studio Enterprise Portal User Guide ER/Studio Enterprise Portal 1.0.3 User Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

Select "Folder from the list that appears in the pop-up screen in the bottom right corner.

Select Folder from the list that appears in the pop-up screen in the bottom right corner. Notability is an app that allows you to take notes and annotate pdfs. It is an app that has very basic functionality and should not be used for submitting written assignments that require any type of formatting

More information

Slide 1 Welcome to Fundamentals of Health Workflow Process Analysis and Redesign: Process Mapping: Gane-Sarson Notation. This is Lecture d.

Slide 1 Welcome to Fundamentals of Health Workflow Process Analysis and Redesign: Process Mapping: Gane-Sarson Notation. This is Lecture d. WORKFLOW ANALYSIS Audio Transcript Component 10 Unit 3 Lecture D Fundamentals of Health Workflow Process Analysis & Redesign Interpreting and Creating Process Diagrams Process Mapping Gane-Sarson Notation

More information

Getting Started. Information Technology Training

Getting Started. Information Technology Training Getting Started Information Technology Training Revised: November 3, 2017 Table of Contents Training and Support... 5 Course Objectives... 7 Introduction... 8 Course prerequisite... 8 Conventions used

More information

California Online First Report of Injury.

California Online First Report of Injury. California Online First Report of Injury www.lwpclaims.com Welcome to ClaimsLink LWP s online loss reporting tool for our California Clients This document is a guide for users. It is intended to offer

More information

What s new in Moodle 3.1. Coming to a computer near YOU! December 12, 2016

What s new in Moodle 3.1. Coming to a computer near YOU! December 12, 2016 What s new in Moodle 3.1 Coming to a computer near YOU! December 12, 2016 Moodle 3.1 Moodle matures further Moodle 3.1 features many incremental improvements: Professional interface labelling and organisation

More information

About Company. About product

About Company. About product About Company Intact is a software development firm which provides Software solution, Hardware & Networking solution and Training to the software professionals and students. Its aim to deliver not only

More information

MyCSF User Guide. Prepared By: HITRUST Frisco Square Blvd. Suite 327. Frisco, Texas P: (469) F: (469)

MyCSF User Guide. Prepared By: HITRUST Frisco Square Blvd. Suite 327. Frisco, Texas P: (469) F: (469) MyCSF User Guide Prepared By: HITRUST 6136 Frisco Square Blvd. Suite 327 Frisco, Texas 75034 P: (469)269-1110 F: (469)269-1101 www.hitrustalliance.net 1 P a g e Table of Contents MyCSF User Guide Browser

More information

Using the Sequence Diagram in Innoslate

Using the Sequence Diagram in Innoslate Using the Sequence Diagram in Innoslate This document discusses how to use the Sequence Diagram in Innoslate. Contents Introduction...2 Adding a Lifeline...2 Adding a New Lifeline (Asset)...2 Adding a

More information

MYSQL DATABASE SYNCHRONIZATION SOFTWARE FOR THE NEEDS OF DISTRIBUTED INTERNET PERFORMANCE SUPPORT ENVINROMENT FOR INDIVIDUALIZED LEARNING (DIPSEIL)

MYSQL DATABASE SYNCHRONIZATION SOFTWARE FOR THE NEEDS OF DISTRIBUTED INTERNET PERFORMANCE SUPPORT ENVINROMENT FOR INDIVIDUALIZED LEARNING (DIPSEIL) MYSQL DATABASE SYNCHRONIZATION SOFTWARE FOR THE NEEDS OF DISTRIBUTED INTERNET PERFORMANCE SUPPORT ENVINROMENT FOR INDIVIDUALIZED LEARNING (DIPSEIL) Dimitar Tokmakov, Nevena Mileva, Mihail Milev ECIT Dept.

More information

Community Web Portal. A Guide for Parents and Students

Community Web Portal. A Guide for Parents and Students Community Web Portal A Guide for Parents and Students Since 2002, Sapphire Software has provided exceptional software application solutions for school districts needs. To prepare students for success in

More information

ACGME CPT PROGRAM. How to Start the ACGME program. Main Form

ACGME CPT PROGRAM. How to Start the ACGME program. Main Form ACGME CPT PROGRAM How to Start the ACGME program The ACGME program will automatically start when you login. Do not look for an icon. The Login screen is similar to the picture below. If you do not see

More information

Syslog Technologies Innovative Thoughts

Syslog Technologies Innovative Thoughts ABSTRACT: - Syslog Technologies ANDROID PROCTER APP From the very beginning all over the globe the procedures of education system and the communication between students, staff, lectures, management or

More information

IDF Appraisee Guide to the IDF Online Appraisal Form. Contents

IDF Appraisee Guide to the IDF Online Appraisal Form. Contents IDF Appraisee Guide to the IDF Online Appraisal Form The IDF Appraisee Guide is a step by step handbook on how to complete the IDF online appraisal form. This document contains detailed guidance on how

More information

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.1

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 Plug-in Configuration... 5 Dynamics CRM Configuration

More information

Registration, Data Download, and Creating/ Restoring Backups

Registration, Data Download, and Creating/ Restoring Backups Registration, Data Download, and Creating/ Restoring Backups E Lab Users Register on the Armond Dalton Resources Website... Download the Three Initial Company Backup Files... Load Waren Sport Supply Dataset

More information

Register & Apply Online

Register & Apply Online Register & Apply Online Save time and Apply and Register for your course before enrolments! You can now Register and Apply to undertake a course at Central Regional TAFE. Registration and Applications

More information

SMART STUDENT COURSE REGISTRATION PROJECT REFERENCE NO.: 38S1632

SMART STUDENT COURSE REGISTRATION PROJECT REFERENCE NO.: 38S1632 SMART STUDENT COURSE REGISTRATION PROJECT REFERENCE NO.: 38S1632 COLLEGE : SRI SIDDHARTHA INSTITUTE OF TECHNOLOGY, TUMAKURU BRANCH : COMPUTER SCIENCE AND ENGINEERING GUIDE : MR. T.S.BHARATH STUDENTS :

More information

Android based Attendance Management System Offline and Online accessibility

Android based Attendance Management System Offline and Online accessibility IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 4, Ver. IV. (Jul.-Aug. 2017), PP 31-36 www.iosrjournals.org Android based Attendance Management System

More information

Software Design Document (SDD) Template (summarized from IEEE STD 1016)

Software Design Document (SDD) Template (summarized from IEEE STD 1016) Software Design Document (SDD) Template (summarized from IEEE STD 1016) Software design is a process by which the software requirements are translated into a representation of software components, interfaces,

More information

Requirements Specification

Requirements Specification Redesign of the Software Engineering Site (R.O.S.E.S.) Requested by: Dr. Timoth Lederman Professor Department of Computer Science Siena College Delivered By: Prepared By: Kurt Greiner Daniel Rotondo Ryan

More information

WCPSS Google Apps - Forms

WCPSS Google Apps - Forms WCPSS Google Apps - Forms May 2015 At a Glance... create web-based forms to collect information from page visitors Funnels all collected data into a spreadsheet Use for surveys, assessments, and more Part

More information

PowerSchool for Parents/Students

PowerSchool for Parents/Students PowerSchool for Parents/Students Logging Into PowerSchool Welcome to PowerSchool at St. Mary s College High School. By clicking on the PowerSchool Login link located at the St. Mary s College High School

More information

Software Design Document for Bits Bazaar

Software Design Document for Bits Bazaar Software Design Document for Bits Bazaar Prepared by Codaholics Software Systems, BITS Pilani 19-10-2014 1 Table of contents 1. Introduction 3 1.1 Purpose 3 1.2 Scope 3 1.3 Overview 3 2. System Overview

More information

Themis An Automated Online Programming Contest System

Themis An Automated Online Programming Contest System Themis An Automated Online Programming Contest System Software Requirement Specification SRS version 1.0.1 Aravindan V (CS03B002) Ravi Shankar K (CS03B018) Sriram Kalyanaraman (CS03B024) Karthekeyan C

More information

Implementation of Databox

Implementation of Databox Implementation of Databox Prof. Shabana Sultana 1,Ms. Naureen Khader Sait 2,Ms. Shumela 3,Mr. Saraansh Dayal 4,Mr. Siddhartha Jha 5 Department of Computer Science and Engineering The National Institute

More information

ISSN: K.Sudhakar 1, V.Priyanka 2, R.Pranathi 3, M.Manikanta 4, K.Venkat 5 1 Associate Professor, 2,3,4,5 Project Team

ISSN: K.Sudhakar 1, V.Priyanka 2, R.Pranathi 3, M.Manikanta 4, K.Venkat 5 1 Associate Professor, 2,3,4,5 Project Team International Journal of Computer Science & Mechatronics A peer reviewed international journal Article Available at www.ijcsm.in sjif-4.454 smsamspublications.com LP/ALP ASSESSMENT SYSTEM IN ETTC (South

More information

Preparing and submitting Cambridge Global Perspectives work

Preparing and submitting Cambridge Global Perspectives work Cambridge International AS & A Level Preparing and submitting Cambridge Global Perspectives work Guidance on preparing and submitting work for Cambridge International AS & A Level Global Perspectives &

More information

INDEX 1. ABSTRACT 1 2. ACKNOWLEDGEMENT 2

INDEX 1. ABSTRACT 1 2. ACKNOWLEDGEMENT 2 INDEX 1. ABSTRACT 1 2. ACKNOWLEDGEMENT 2 3. INTRODUCTION 3 3.1 PROJECT SUMMARY 3.2 PURPOSE : GOALS AND OBJECTIVE 3.3 SCOPE 3.4 TECHNOLOHY & LITERATURE REVIEW 4 SYSTEM REQUIREMENT STUDY 7 4.1USER CHARACTERISTICS

More information