Know Your Personality

Size: px
Start display at page:

Download "Know Your Personality"

Transcription

1 Project Report On Know Your Personality Submitted By: Guided By 1. Jatin Kinra Mrs. Kapila pareek 2. Neha Agrawal Assistant Professor, 3. Shipra Bhatt IIIM, Jaipur. Team Number:-8 1

2 ACKNOWLEDGEMENT The satisfaction that accompanies that the successful completion of any task would be incomplete without the mention of people whose ceaseless cooperation made it possible, whose constant guidance and encouragement crown all efforts with success. We are grateful to our project guide Mrs. Kapila Pareek for the guidance, inspiration and constructive suggestions that helpful us in the preparation of this project. We also thank our colleagues who have helped in successful completion of the project. Jatin Kinra Neha Agrawal Shipra Bhatt 2

3 CERTIFICATE This is to certify that this report of Attendance Management System embodies the original work done by Jatin Kinra, Neha Agrawal, Shipra Bhatt during this project submission as a partial fulfillment of the requirement for the System Design Project of Masters of Computer Application IV Semester, of the Rajasthan Technical University, Kota. Swati V. Chande Principal (MCA Department) International School of Informatics and Management Mrs. Kapila Pareek International School of Informatics and Management 3

4 Table of Contents 1. Synopsis 5 2. Feasibility Study 9 3. Data Tables Data Flow Diagrams Entity Relationship Diagram Screen Shots Of Form Future Scope Conclusion Bibliography 31 4

5 5

6 KNOW YOUR PERSONALITY 1. Introduction:- 1.1 Purpose:- The purposes of developing application are as follows: User can use this application for his/her personality assessment Any user can also use this software for getting information about his/her friends and colleague. By knowing the lucky color and lucky number one an use this information in his/her future User can also gather information related to the like and dislikes of her colleagues. 1.2 Scope:- are: The application areas where we can use this software Any organization can use this application for making environments friendlier. 6

7 Today s youth can use this application for gathering information about his/her personality. Some web sites can also use this software for entertainment of the visitors. We can also use this application for improving customer relationship with organization. 1.3 Technology Used:- Language:-VB.NET Backend:-MS-Access 1.4 System Requirement:- 1.5 Overview:- Minimum RAM:-256 MB Hard Disk:-40 GB Processor:-Intel Pentium 4 Operating System:-Windows XP Service Pack2 Know Your Personality is an application by which user will get information about his/her personality or the nature, likes, dislikes etc of his/her colleague. In this 7

8 application we will show the over all description of the user by using following parameters: Eye color Desert user likes First alphabet of name Zodiac sign On the basis of using these parameters we will tell the following information to the user Nature of the user Temper state Lucky Number Lucky Color On selecting the option relevant information will be shown to the user. 8

9 FEASIBILITY STUDY KNOW YOUR PERSONALITY is a system, which helps the user to assess and enhance its personality. People use this project to know about their relatives and friends. Organizations use this system to create user-friendly environment. The user know about itself using various parameters: Date of Birth (Zodiac Sign) First Alphabet of user s name Favorite Desert Eye color This project helps user to know about: His/her nature His/her lucky color Lucky number Temper status 9

10 In feasibility study we had undergone through various steps, which are as follows: Identify the need of present system: Each and every person wants to know about its personality. Identified the expectation of user from computerized system: User wants the system is user friendless and easy to access. We go through different books and websites to search information. Analyze the current report. Time: This project will take days to complete. Technical Feasibility: This project is technical feasible as required software s are easily available with our team. 10

11 Front-end: V.B. NET Back end: MS Access Economical Feasibility: No need to spend money on buying software s and any special hardware. No extra manpower is required. Behavioral Feasibility: The system working is quite easy to use and learn due to its simple but attractive interface. User requires no special training for operating the system. 11

12 Data Tables: Login Table: S.No. Field name Data Type Description 1. First_Name Text Store user s first name 2. Last_Name Text Store user s second name 3. DOB Text Store user s date of birth 4. Address Text Store user s Address 5. E mail Text Store user s address 6. Phone_no Number Store user s phone number 7. User_Name Text Store user s user name 8. Password Text Store password corresponding to username 9. Zodiac Text Store user s Zodiac Sign Eye Colour Table: S.No. Field name Data Type Description 1. Eye_color Text Store Different eye colors 2. Description Memo Description According to User s eye color 12

13 Deserts Table: S.No. Field name Data Type Description 1. Type Text Name of the Deserts 2. Description Memo Description of user nature according to user s favourite deserts Zodiac Table: S.No. Field name Data Type Description 1. Zodiac Text Zodiac of the user 2. One Word Text User nature in one word 3. Description Memo Description of user personality according to user s zodiac 4. Lucky Number Number Lucky number for user 5. Lucky Colour Text Lucky color for user 6. Temper Memo Temper state of user alphabet Table: S.No. Field name Data Type Description 1. alphabet text List of alphabets 13

14 2. Description Memo Store user s personality 3. Course Text This is the course in which the students are studying.by default course is MCA 4. Semester Text This is the semester in which Students are Studying. By default Semester is IV sem 14

15 Data Flow Diagram (DFD): 0-level DFD or Conext Diagram: User Know your personality Output 15

16 1-level DFD: Personal information New user User name Password Login Process User Sending authorized Login successfully Information user Login 16

17 2-level DFD: User Login process After login Login Zodiac Selected option What you want to know move to next form On which basis Related data 17

18 3. level DFD : User Login Process After login Login Next form Zodiac What you want to know Desert On which basis Data Stored User s personality Eye Zodiac 18

19 E R Diagram: System Register DOB First_Name Last_Name User login User_name Phone_no Password Address 19

20 20

21 21

22 22

23 23

24 24

25 25

26 26

27 27

28 Future Scope FUTURE SCOPE OF APPLICATION : This application can be easily implemented under various situations. We can add new features as and when we require. Reusability is possible as and when require in this application. There is flexibility in all the modules. SOFTWARE SCOPE: Extensibility: This software is extendable in ways that its original developers may not expect. The following principles enhances extensibility like hide data structure, avoid traversing multiple links or methods, avoid case statements on object type and distinguish public and private operations. Reusability: Reusability is possible as and when require in this application. We can update it next version. Reusable software reduces design, coding and testing cost by amortizing effort over several designs. Reducing the amount of code also simplifies understanding, which increases the likelihood that the code is correct. We follow up both types of reusability: 28

29 Sharing of newly written code within a project and reuse of previously written code on new projects. Understandability: A method is understandable if someone other than the creator of the method can understand the code (as well as the creator after a time lapse). We use the method, which small and coherent helps to accomplish this. Cost-effectiveness: Its cost is under the budget and make within given time period. It is desirable to aim for a system with a minimum cost subject to the condition that it must satisfy the entire requirement. Scope of this document is to put down the requirements, clearly identifying the information needed by the user, the source of the information and outputs expected from the system. 29

30 Conclusion From a proper analysis of positive points and constraints on the component, it can be safely concluded that the product is a highly efficient GUI based component. This application is working properly and meeting to all user requirements. This component can be easily plugged in many other systems. 30

31 Bibliography Books: Step-by-Step in Asp.net (Microsoft Press; G. Andrew Duthie- 2003) Unleashed Asp.net (SAMS-2008) Asp.net Bible The Complete Reference Asp.net(McGrawhill; Matthew MacDonald- reprint 2008) Introduction to MS-Access(Aptech) Web Sites:

Online CD Gallery. A Project Report On ONLINE CD GALLERY INTERNATIONAL SCHOOL OF INFORMATICS AND MANAGEMENT

Online CD Gallery. A Project Report On ONLINE CD GALLERY INTERNATIONAL SCHOOL OF INFORMATICS AND MANAGEMENT A Project Report On ONLINE CD GALLERY INTERNATIONAL SCHOOL OF INFORMATICS AND MANAGEMENT Sector -12, Mahaveer Marg, Mansarovar, Jaipur Submitted By: Guided By 1. Yogesh Jain Mr. Vijay Gupta 2. Manish Kumar

More information

International School of informatics and Management

International School of informatics and Management 1 International School of informatics and Management Subject: System Design Lab Project Name: Student Admission System Group Number: 5 Team Guide: Jyoti Khurana (Lecturer) Members: Ashok Kumar Soni Hridayesh

More information

ONLINE VOTING SYSTEM

ONLINE VOTING SYSTEM ONLINE VOTING SYSTEM M. Deepa 1,, M.B.Benjula Anbu Malar 2, S.Deepikaa 3, K.Santhi 4 1,2,3,4 School of Information Technology and Engineering, VIT University, Vellore, Tamilnadu, (India) ABSTRACT Online

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

PROJECT ON ONLINE EXAM

PROJECT ON ONLINE EXAM SHREE M.&N. VIRANI SCIENCE COLLAGE RAJKOT PROJECT ON ONLINE EXAM Created By: Amit vora Alpesh yadav Nayan sorathiya Project Proposal 1. Acknowledgement 2. Abstraction 3. Project Summary 4. System Requirement

More information

A PROJECT REPORT ON SYSTEM

A PROJECT REPORT ON  SYSTEM A PROJECT REPORT ON E-MAIL SYSTEM (Website) With special reference to Submitted to, SHIVAJI UNIVERSITY, KOLHAPUR. For the partial fulfillment of requirement For the award of degree of, BACHELOR OF COMPUTER

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

Chandni Soneji Kinjal Tada

Chandni Soneji Kinjal Tada 2012 Chandni Soneji Kinjal Tada ACKNOWLEDGEMENT This is HOTEL MANAGEMENT SYSTEM project based on new techniques and based on new idea. This is totally different and beneficial for other to easily use and

More information

International School of Informatics and management, Jaipur Billing System Synopsis TEAM GROUP - 04 TEAM MEMBERS -ANIL KUMAR ANJANA -BHAIYA LAL ANJANA

International School of Informatics and management, Jaipur Billing System Synopsis TEAM GROUP - 04 TEAM MEMBERS -ANIL KUMAR ANJANA -BHAIYA LAL ANJANA International School of Informatics and management, Jaipur Billing System Synopsis TEAM GROUP - 04 TEAM MEMBERS -ANIL KUMAR ANJANA -BHAIYA LAL ANJANA -SAURABH JAIN PROJECT GUIDE - Ms JYOTI KHURANA (Lecturer

More information

User Manual of SADP Software

User Manual of SADP Software User Manual of SADP Software Search Active Device Protocol V2.0 User Manual of SADP Software 1 Table of Contents Chapter 1 Overview... 1 1.1 Description... 1 1.2 System Requirements... 1 Chapter 2 Running

More information

Mapping of Organization using Google Map

Mapping of Organization using Google Map ISSN: 2454-132X Impact factor: 4.295 (Volume 4, Issue 2) Available online at: www.ijariit.com Mapping of Organization using Google Map Aradhya N Sasi Dr. A. V. Senthil Kumar aradhyansasi@gmail.com avsenthilkumar@yahoo.com

More information

A Novel Approach Of Mobile Based Student Attendance Tracking System Using Android Application

A Novel Approach Of Mobile Based Student Attendance Tracking System Using Android Application A Novel Approach Of Mobile Based Student Attendance Tracking System Using Android Application K. Akhila 1 B. Prathyusha 2 M. PavanKumar 3 M. Amrutha 4 Research Scholar Research Scholar Research Scholar

More information

A Project Report On Web Furniture

A Project Report On Web Furniture A Project Report On Web Furniture Submitted By: Shah Pratik Bharatwala Mustafa 1 Acknowledgement Before we describe about our project, we would like to add a few heart touching words for the people who

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

MEDIA Z TECHNOLOGIES IInd Floor Satyam Complex, Jawahar Chowk, Maninagar, Ahmedabad Gujarat, India

MEDIA Z TECHNOLOGIES IInd Floor Satyam Complex, Jawahar Chowk, Maninagar, Ahmedabad Gujarat, India Online Bus Reservation System (By : DESAI HARSHIL.O.) NAME OF COMPANY / INSTITUTE MEDIA Z TECHNOLOGIES IInd Floor Satyam Complex, Jawahar Chowk, Maninagar, Ahmedabad 380008 Gujarat, India +91 9925599360

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

2015 Computerized Assessments and Learning, LLC 8/20/2015. Installation Guide

2015 Computerized Assessments and Learning, LLC 8/20/2015. Installation Guide 2015 Computerized Assessments and Learning, LLC 8/20/2015 Installation Guide Table of Contents Table of Contents... 2 About This Guide... 3 Minimum Requirements for Testing Devices... 3 System Requirements...

More information

Development of Lost Articles and Reconciliation System for Post Office

Development of Lost Articles and Reconciliation System for Post Office ISSN: 2454-132X Impact factor: 4.295 (Volume 4, Issue 2) Available online at: www.ijariit.com Development of Lost Articles and Reconciliation System for Post Office Deeksha K deekshakarkera1@gmail.com

More information

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

Networked Restaurant Reservation

Networked Restaurant Reservation Networked Restaurant Reservation Rushika Verma SIES Graduate School of Technology, Navi Mumbai, Maharashtra Abstract:- This paper presents procedures for automating a reservation made at a restaurant.

More information

UCSC Visa Document Request Tool Quick Guide **Please make sure you are able to receive s from

UCSC Visa Document Request Tool Quick Guide **Please make sure you are able to receive  s from UCSC Visa Document Request Tool Quick Guide **Please make sure you are able to receive emails from istudent@ucsc.edu** Part 1: Accessing the Document Request Tool 1. All communication will be sent to your

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

Introduction to the Module Management System (MMS)

Introduction to the Module Management System (MMS) Student User Guide Introduction to the Module Management System (MMS) Revised Sept 2009 (Version 4) University of St Andrews Table of Contents 1 Introduction...3 1.1 MMS...3 1.2 Accessing the system...3

More information

Jewelry management system

Jewelry management system Jewelry management system ACHARYA MOTIBHAI PATEL INSTITUTE OF COMPUTER STUDIES GANPAT UNIVERSITY Internal Guide PROF. PAVAN SONI Group No :- C15 Page 1 of 63 Project profile Project name : Jewelry management

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

ONLINE JOB SEARCH SWETHA DEVA A REPORT. submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE

ONLINE JOB SEARCH SWETHA DEVA A REPORT. submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE ONLINE JOB SEARCH By SWETHA DEVA A REPORT submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE Department of Computing and Information Sciences College of Engineering KANSAS

More information

HOME AUTOMATION BASICS - PRACTICAL APPLICATIONS USING VISUAL BASIC 6 (SAMS TECHNICAL PUBLISHING CONNECTIVITY SERIES) BY THOMAS LEONIK

HOME AUTOMATION BASICS - PRACTICAL APPLICATIONS USING VISUAL BASIC 6 (SAMS TECHNICAL PUBLISHING CONNECTIVITY SERIES) BY THOMAS LEONIK Read Online and Download Ebook HOME AUTOMATION BASICS - PRACTICAL APPLICATIONS USING VISUAL BASIC 6 (SAMS TECHNICAL PUBLISHING CONNECTIVITY SERIES) BY THOMAS LEONIK DOWNLOAD EBOOK : HOME AUTOMATION BASICS

More information

EZ-NET PROVIDER PORTAL USER GUIDE

EZ-NET PROVIDER PORTAL USER GUIDE EZ-NET PROVIDER PORTAL USER GUIDE Table of Contents Provider Office User Guide EZ-NET Introduction... 3 Browser Requirements... 3 WORKSTATION System Requirements... 3 EZ NET Benefits to Business Partners...

More information

Parent Portal - Create an Account And Forgot Password

Parent Portal - Create an Account And Forgot Password Parents and guardians of Miami-Dade County Public School (M-DCPS) students are encouraged to open a Parent Portal account. The Portal contains valuable student information including the Electronic Gradebook,

More information

SOFTWARE REQUIREMENT SPECIFICATION

SOFTWARE REQUIREMENT SPECIFICATION SOFTWARE REQUIREMENT SPECIFICATION AIM The aim of the experiment is to prepare and document the Software Requirements Specification for the project Library Management System 1. INTRODUCTION 1.1 Purpose

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

Student Portal. A guide for students. Department of Education and Training, Western Australia,

Student Portal. A guide for students. Department of Education and Training, Western Australia, Student Portal A guide for students Department of Education and Training, Western Australia, 2009 1 Table of Contents What is the Portal?...3 What will I need to access the portal?...3 Safety and responsibility

More information

Design and Implementation of E-Commerce Site for Online Shopping

Design and Implementation of E-Commerce Site for Online Shopping Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Summer 2014 Design and Implementation of E-Commerce Site for Online Shopping Sidhartha

More information

As a precaution, make sure that you have a Backup of MDCParams.MDB, extmdcm.mdb and all Crystal Report files, which are in the application folder.

As a precaution, make sure that you have a Backup of MDCParams.MDB, extmdcm.mdb and all Crystal Report files, which are in the application folder. The MAX Data Collection Monitor requires Windows 2000, Windows 2003 or Windows XP, which is connected to a network using TCP/IP protocols. The PC must have access to both the data collection devices and

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

Passport Automation System

Passport Automation System 1.Objective: To develop the passport automation system software using UML language. It is the interface between applicant and authority responsible for issue the passport. It aims at improving efficiency

More information

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

SYSTEM DESIGN. 1 Introduction: 1.1 Overview: 1.2 Scope: 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

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

Gateway. User instructions for Co-ordinators September 2017 V3.0

Gateway. User instructions for Co-ordinators September 2017 V3.0 Gateway User instructions for Co-ordinators September 2017 V3.0 Contents Contents 2 Introduction 3 Logging on 4 Switching centres 5 Forgotten password 6 Changing your password 6 Uploading a Claim Form

More information

Parent User Guide.

Parent User Guide. Parent User Guide www.intellimedia.ca Table of Contents INTRODUCTION 3 PARENT USER INSTRUCTIONS 4 PARENT ACCESS TO SCHOOLENGAGE 5 NEW PARENT SIGN UP 5 EXISTING PARENT SIGN IN PARENT PORTAL 7 EXISTING PARENT

More information

Constituency Management System Software Requirements Specification. Team Ready2Code. Team Members Abdul Gaffar Mallanagouda Patil Sameer S Vivekananda

Constituency Management System Software Requirements Specification. Team Ready2Code. Team Members Abdul Gaffar Mallanagouda Patil Sameer S Vivekananda 1 Constituency Management System Software Requirements Specification Team Ready2Code Team Members Abdul Gaffar Mallanagouda Patil Sameer S Vivekananda Project guide Manish Kumar 2 Index & Tables 1. Introduction

More information

Tk20 Guide for Mentors and Cooperating Teachers. Submitting Clinical II Assessments: Progress Reports and Summarized Records of Clinical II

Tk20 Guide for Mentors and Cooperating Teachers. Submitting Clinical II Assessments: Progress Reports and Summarized Records of Clinical II Tk20 Guide for Mentors and Cooperating Teachers Submitting Clinical II Assessments: Progress Reports and Summarized Records of Clinical II 1 TK20 is the new database for Clinical I and II intern information,

More information

Student Online Registration Version 2.0. Getting Started

Student Online Registration Version 2.0. Getting Started 1 Getting Started Before you begin the Student Online Registration you must have an e-mail address and immediate access to read email messages from it. To use the Student Online Registration, you must

More information

Note: You must already be enrolled and issued with a Username and Password

Note: You must already be enrolled and issued with a Username and Password Diploma of Management and Diploma of International Business Student Login: Note: You must already be enrolled and issued with a Username and Password www.hs.edu Start here Select your course Enter Username

More information

SIMS LEARNING GATEWAY. Quick Start Guide for Parents

SIMS LEARNING GATEWAY. Quick Start Guide for Parents SIMS LEARNING GATEWAY Quick Start Guide for Parents Holy Trinity Academy is implementing SIMS Leaning Gateway (SLG) a web based system of access to data held by the Academy about pupils. SIMS stands for

More information

SYNOPSIS LIBRARY MANAGEMENT

SYNOPSIS LIBRARY MANAGEMENT Project Helpline SYNOPSIS LIBRARY MANAGEMENT SYSTEM 1 1. TITLE OF THE PROJECT LIBRARY MANAGEMENT SYSTEM 2. INTRODUCTION The library management deals in management of records. The records include books

More information

Getting Started with Blackboard

Getting Started with Blackboard @ Getting Started with Blackboard Information Technology Services The College of Saint Rose Table of Contents What is Blackboard?... 2 Why do professors want to use Blackboard?... 2 Web browsers and hardware

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

SMART Classroom Suite 2011

SMART Classroom Suite 2011 SMART Classroom Suite 2011 Windows operating systems System administrator s guide Trademark notice SMART Board, SMART Classroom Suite, SMART Notebook, SMART Response, SMART Sync, SMART Document Camera,

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 Mirza Nadeem Baig Governors State University

More information

Project Overview and Scope

Project Overview and Scope Project Overview and Scope MISSION What problem does this project address? Historically, students tend to skip class. This system aids instructors in tracking the attendance of their students. It will

More information

One Touch Alarm System for Women s Safety using GSM

One Touch Alarm System for Women s Safety using GSM ISSN: 2454-132X Impact factor: 4.295 (Volume 4, Issue 2) Available online at: www.ijariit.com One Touch Alarm System for Women s Safety using GSM Remya E K Remyaek95@gmail.com Hindusthan College of Arts

More information

GSU Event Portal. OPUS Open Portal to University Scholarship. Governors State University. Venugopal Doppalapudi Governors State University

GSU Event Portal. OPUS Open Portal to University Scholarship. Governors State University. Venugopal Doppalapudi Governors State University Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Fall 2016 GSU Event Portal Venugopal Doppalapudi Governors State University Anurag

More information

Insight Parent Portal : User Guide

Insight Parent Portal : User Guide Insight Parent Portal : User Guide Logging on for the first time 1. Go to https://tasc.churchill-academy.org/insight and you will see this screen: 2. Click on the Don t know your password? link. 3. Enter

More information

Flight Academy Scholarship Application Instructions and Checklist

Flight Academy Scholarship Application Instructions and Checklist Flight Academy Scholarship Application Instructions and Checklist Current as of 15 Aug 18 All Previous Versions are Obsolete Note: Applications are fillable Adobe PDF forms and you must use a computer

More information

Online Classified Portal

Online Classified Portal Online Classified Portal Presented By Prajapati Sunil N (11034211047) Patel Chetan S (11034211026) MCA Semester-VI Acharya Motibhai Patel Institute of Computer Studies Project Profile Project Title Classified

More information

PILOTS Internet User Manual

PILOTS Internet User Manual PILOTS Internet User Manual (Pennsylvania Independent Living Outcome Tracking System) Revision 1.0b March 12, 2003 Independent Living Project 2 Market Plaza Way, Suite 102, Mechanicburg, PA 17055 Phone

More information

A Project Report On Property Consultancy information System

A Project Report On Property Consultancy information System A Project Report On Property Consultancy information System Submitted By :- Guide By :- Patel Manali Pankajkumar Patel Margi Sevantilal MR. Jasmin D Patel Submitted To :Acharya Motibhai Patel Institute

More information

Home Installation Instructions

Home Installation Instructions Home Installation Instructions February 2013 System Requirements Troy School District is pleased to offer its students home access to Type to Learn 4. Type to Learn 4 is a powerful web based keyboarding

More information

WDD Fall 2016Group 4 Project Report

WDD Fall 2016Group 4 Project Report WDD 5633-2 Fall 2016Group 4 Project Report A Web Database Application on Loan Service System Devi Sai Geetha Alapati #7 Mohan Krishna Bhimanadam #24 Rohit Yadav Nethi #8 Bhavana Ganne #11 Prathyusha Mandala

More information

A Project Report On E-Watch Shopping System

A Project Report On E-Watch Shopping System A Project Report On E-Watch Shopping System Submitted By Patel Jigisha M Patel Payal V. Group No: 50 M.Sc. (CA & IT) Semester-III Guided By Mrs.Komal.H.Patel Submitted to Department

More information

Concept of Trusted Transaction for Secure Cloud Transactions

Concept of Trusted Transaction for Secure Cloud Transactions Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2016 Concept of Trusted Transaction for Secure Cloud Transactions Taufeeq Mohammed

More information

Visitor Information Management System

Visitor Information Management System Visitor Information Management System Introduction Handling incoming visitors and generating GATE PASS for them. Features: 1. Database of Visitor Company and Visitors coming more frequently. Each new visitor

More information

Remote Printing System

Remote Printing System Remote Printing System Ritesh Varyani Computer Engineering VESIT, Mumbai Deepika Kadam Computer Engineering VESIT, Mumbai Supriya Kharade Computer Engineering VESIT, Mumbai Abstract This paper concerns

More information

ETSY.COM - PRIVACY POLICY

ETSY.COM - PRIVACY POLICY At Etsy, we value our community. You trust us with your information, and we re serious about that responsibility. We believe in transparency, and we re committed to being upfront about our privacy practices,

More information

Telephone Billing System

Telephone Billing System A Project Report On Telephone Billing System Submitted To: Parul Institute of Engineering and Technology MCA Programme Submitted By: Chauhan Arpit (115250693055) Patel Nishit (115250693006) Guided By:

More information

LED Online Application Instruction Manual

LED Online Application Instruction Manual 2015 LED Online Application Instruction Manual 1 Dear Economic Development Colleagues, It was my pleasure to see many of you at the legislative meeting of the West Virginia Economic Development Council.

More information

Click-N-Ship Business Pro TM (CNS BPro) External User Guide

Click-N-Ship Business Pro TM (CNS BPro) External User Guide Click-N-Ship Business Pro TM (CNS BPro) External User Guide Status: Final Version 7.0 Date Last Modified: 03/03/2016 03/03/2016 Click-N-Ship Business Pro TM (CNS BPro) External Guide Page 1 of 40 Table

More information

Training Site Access Instructions. Presentation for All Users

Training Site Access Instructions. Presentation for All Users Training Site Access Instructions Presentation for All Users Welcome! 2019 Centene Medicare Advantage Certification Training Instructions: Centene encourages all producers to certify prior to 10/01/18

More information

National Audit of Dementia (NAD) Guidance for online data submission

National Audit of Dementia (NAD) Guidance for online data submission National Audit of Dementia (NAD) Guidance for online data submission NAD3 2016 About this guidance This guidance is provided to assist your hospital in submitting data online for the National Audit of

More information

Vodacom One Net app Quick Start Guide For iphone

Vodacom One Net app Quick Start Guide For iphone Vodacom One Net app Quick Start Guide For iphone Contents What is the One Net app? 1 Installing the One Net app 2 Logging in and out 2 Logging in for the first time 2 Logging out 2 Changing display language

More information

AERMOD View. Course Installation & Web License Activation

AERMOD View. Course Installation & Web License Activation AERMOD View AERMOD View is a Microsoft Windows -based program that can be installed in the following Windows operating systems (32-Bit or 64-Bit): Microsoft Windows 7 (Home Premium, Professional and Ultimate

More information

eirb Electronic Institutional Review Board User Guide For more information contact: Research Administration (803)

eirb Electronic Institutional Review Board User Guide For more information contact: Research Administration (803) eirb Electronic Institutional Review Board User Guide For more information contact: Research Administration (803) 434 4899 Developed August 2008 by Research Development University of South Carolina 1 Introduction

More information

CPD Leader User Guide. How can I authorise a booking request for a colleague 5. How I can view colleague s events they are due to attend 13

CPD Leader User Guide. How can I authorise a booking request for a colleague 5. How I can view colleague s events they are due to attend 13 CPD Leader User Guide Contents Role of the CPD Leader 2 Log In 2 My CPD Online 4 How can I authorise a booking request for a colleague 5 How can I book an event on behalf of a colleague 6 How do I substitute

More information

WYOMING CME. User Administration for Managing Youth Assignment

WYOMING CME. User Administration for Managing Youth Assignment WYOMING CME User Administration for Managing Youth Assignment Introduction This guide outlines the steps required by Administrators (typically the Clinical Program Director) to manage Youth Assignments

More information

ON-LINE REGISTRATION & APPLICATION AT MAASTRICHT UNIVERSITY, SCHOOL OF BUSINESS AND ECONOMICS

ON-LINE REGISTRATION & APPLICATION AT MAASTRICHT UNIVERSITY, SCHOOL OF BUSINESS AND ECONOMICS ON-LINE REGISTRATION & APPLICATION AT MAASTRICHT UNIVERSITY, SCHOOL OF BUSINESS AND ECONOMICS General information The application deadline for the Fall 2014-2015 semester is 15 May 2014. The application

More information

Help Manual. Important Instructions for Applicants Filling Online Registration Form

Help Manual. Important Instructions for Applicants Filling Online Registration Form Help Manual Important Instructions for Applicants Filling Online Registration Form (Student enter the URL in the browser then a Login Page will be open, on the login page Student click on New Registration

More information

Your Essential Skills Online program is a web application, which runs in your web browser on a Windows PC or Macintosh computer.

Your Essential Skills Online program is a web application, which runs in your web browser on a Windows PC or Macintosh computer. TABLE OF CONTENTS OVERVIEW... 3 SYSTEM REQUIREMENTS... 4 SETTING UP YOUR ENVIRONMENT... 5 TEACHER PASSWORDS... 6 GETTING YOUR STUDENTS STARTED... 7 OPEN LOGIN... 7 PRIVATE LOGIN... 7 PRE-TEST... 9 ASSIGNMENT...

More information

UBC Graduate Information System (GIS)

UBC Graduate Information System (GIS) UBC Graduate Information System (GIS) Project Design University of British Columbia Okanagan COSC 304 Fall 2009 Version: 1.4 Date: 12/02/2009 Project Team Kyle Kotowick () Andrew Campbell () Document Control

More information

Lecture c, Process Mapping: Yourdon Notation for Data Flow Diagrams, covers Yourdon notation for data flow diagrams.

Lecture c, Process Mapping: Yourdon Notation for Data Flow Diagrams, covers Yourdon notation for data flow diagrams. WORKFLOW ANALYSIS Audio Transcript Component 10 Unit 3 Lecture C Fundamentals of Health Workflow Process Analysis & Redesign Interpreting and Creating Process Diagrams Process Mapping Yourdon Notation

More information

Installation Quick Start SUSE Linux Enterprise Server 11

Installation Quick Start SUSE Linux Enterprise Server 11 Installation Quick Start SUSE Linux Enterprise Server 11 NOVELL QUICK START CARD Use the following procedures to install a new version of SUSE Linux Enterprise Server 11. This document gives a quick overview

More information

Electronic Grants Administration & Management System - EGrAMS

Electronic Grants Administration & Management System - EGrAMS Electronic Grants Administration & Management System - EGrAMS Introduction EGrAMS is an enterprise-wide web-based scalable, configurable, business rule driven and workflow based end-to-end electronic grants

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

Database Design. 6-2 Normalization and First Normal Form. Copyright 2015, Oracle and/or its affiliates. All rights reserved.

Database Design. 6-2 Normalization and First Normal Form. Copyright 2015, Oracle and/or its affiliates. All rights reserved. Database Design 6-2 Objectives This lesson covers the following objectives: Define the purpose of normalization in database models Define the rule of First Normal Form in the normalization process Determine

More information

Version 4.1 Software Installation Guide (Full)

Version 4.1 Software Installation Guide (Full) Version 4.1 Software Installation Guide (Full) Important! Read First You must have administrative rights to install the E-A-Rfit software and the drivers for the hardware (speaker). Ensure your PC meets

More information

A practitioner can do the following by logging into the Pennsylvania EMS EPortal:

A practitioner can do the following by logging into the Pennsylvania EMS EPortal: Section A: Getting registered for the Pennsylvania EMS EPortal A practitioner can do the following by logging into the Pennsylvania EMS EPortal: 1. Search for Continuing Education Classes being held. 2.

More information

USER S MANUAL. of Proposal Management System Scheme for Promotion of Academic Research Collaboration (SPARC)

USER S MANUAL. of Proposal Management System Scheme for Promotion of Academic Research Collaboration (SPARC) USER S MANUAL of Proposal Management System Scheme for Promotion of Academic Research Collaboration (SPARC) SPARC Team, IIT Kharagpur October 2018 TABLE OF CONTENTS Page # 1. ABOUT THE SCHEME... 1-1 2.

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 Process Mapping: Yourdon Notation for Data Flow Diagrams This material Comp10_Unit3c was developed by Duke University, funded by the Department

More information

Vocational Gateway User guide for Tech Level centres

Vocational Gateway User guide for Tech Level centres Vocational Gateway User guide for Tech Level centres Version 4.3 November 2017 This document has been produced to assist s Officers with submitting learner registrations using AQA Gateway for Tech Levels.

More information

ABSTRACT. The project discusses the design and implementation of the Task Management

ABSTRACT. The project discusses the design and implementation of the Task Management ABSTRACT The project discusses the design and implementation of the Task Management System (TMS) for the University Services Center at Texas A&M University-Corpus Christi. The Task Management System is

More information

Assessment Performance Analyzer

Assessment Performance Analyzer Volume 02 - Issue 02 February 2017 PP. 61-72 Assessment Performance Analyzer Swathi Shastry 1, Farzana Nadaf 2, Sourabh Kulkarni 3 1 (CSE, KLS, VDRIT, Haliyal, India) 2 (CSE, KLS, VDRIT, Haliyal, India)

More information

3 INSTALLING WINDOWS XP PROFESSIONAL

3 INSTALLING WINDOWS XP PROFESSIONAL INSTALLING WINDOWS XP PROFESSIONAL.1 Preparing for installation Objectives.1.1 Windows XP Professional Hardware Requirements.1.2 Hardware Compatibility List (HCL) check.1. Hard Disk Partition.1.4 Required

More information

ACT Test Accessibility and Accommodations System (TAA) User Guide

ACT Test Accessibility and Accommodations System (TAA) User Guide ACT Test Accessibility and Accommodations System (TAA) User Guide www.act.org ACT Test Accessibility and Accommodations System (TAA) User Guide Table of Contents Overview... 2 Introduction to the Test

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

D106.2: DEMO OF ISO 27001:2013 PROCEDURES DOCUMENT KIT Price 160 USD. Chapter-1.0 Contents of ISO 27001:2013 Procedures Document Kit

D106.2: DEMO OF ISO 27001:2013 PROCEDURES DOCUMENT KIT Price 160 USD. Chapter-1.0 Contents of ISO 27001:2013 Procedures Document Kit Chapter-1.0 Contents of ISO 27001:2013 Procedures Document Kit Sr. No. List of Directory Document of Details 1. ISO 27001:2013 Procedures 19 procedures - 100 pages in Ms. word Information Security Procedures

More information

DDU-GKY esop Learning Portal. Process for Appearing esop Final Assessment Test

DDU-GKY esop Learning Portal. Process for Appearing esop Final Assessment Test DDU-GKY esop Learning Portal Process for Appearing esop Final Assessment Test Why to appear for Final Assessment? Certification Requirements Certification Requirements of Project Functionaries (CTSA/ PIA).

More information

BINUS INTERNATIONAL UNIVERSITAS BINA NUSANTARA. Computer Science Major. Multimedia Stream. Computer Science Thesis Bachelor

BINUS INTERNATIONAL UNIVERSITAS BINA NUSANTARA. Computer Science Major. Multimedia Stream. Computer Science Thesis Bachelor BINUS INTERNATIONAL UNIVERSITAS BINA NUSANTARA Computer Science Major Multimedia Stream Computer Science Thesis Bachelor Even Semester Year 2006/2007 School Support Integrated System An Approach to Improve

More information

Acceptance Test Client: Dr. Darren Lim, Assistant Professor

Acceptance Test Client: Dr. Darren Lim, Assistant Professor Acceptance Test Client: Dr. Darren Lim, Assistant Professor Project: Java Online Learning Tool (J.O.L.T.) Delivered by: 518 Interactive Team Members: Erik Stegmann Lawrence Gregory Connor Vander Bogart

More information

Automated Medical Patient Evaluation System - Phase 2 Design Report

Automated Medical Patient Evaluation System - Phase 2 Design Report Automated Medical Patient Evaluation System - Phase 2 Design Report Team Number Dec02-01 Date Submitted 4/23/2002 Client Dr. David Carlyle Family Practice East McFarland Clinic Ames, IA Faculty Advisors

More information

Workplace Risk Assessment System (WRAS) User Guide

Workplace Risk Assessment System (WRAS) User Guide Workplace Risk Assessment System (WRAS) User Guide This user guide provides a step by step walkthrough on the use of WRAS. Please contact the Office of Health and Safety @ : ohs@ntu.edu.sg If you have

More information