SCHOOL MANAGEMENT SYSTEM

Size: px
Start display at page:

Download "SCHOOL MANAGEMENT SYSTEM"

Transcription

1 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 Science College, YogidhamGurukul, Kalawad Road, Rajkot Affiliated to Saurashtra University - Rajkot Academic Year Guided By PradipVanpariya& Hares Khachariya Developed By Bhut Uma DorasiyaRupna

2

3 DECLARATION We, The Team Members, hereby declare that the project work entitled Cyber School Management is an authenticated work carried out by us at College. Under the guidance of Mr. Pradip Vanparia & Haresh Khachariya for the partial fulfillment of the award of the degree of Bachelor of Computer Science in Information Technology and this work has not been submitted for similar purpose anywhere else except to Shree M & N Virani Science College, Rajkot. Bhut Uma Dorasiya Rupna Date: Place: Project Id : BIT13F119

4 INDEX CONTEXT PAGE NO. ACKNOWLEDGEMENT 6 PROJECT PROFILE 7 PROJECT PLANNING & SCHEDULING 8 ABSTRACT 9 PROJECT SUMMARY 10 USER REQUIREMENT 11 HARDWARE/SOFTWARE REQUIREMENT 12 FEASIBILITY STUDY 13 TOOLS & TECHNOLOGY 15 DATA FLOW DIAGRAM (DFD) 20 DATA DICTIONARY 21 DESIGN LAYOUT 24 TESTING 47 PROJECT RISK 49 FUTURE ENHANCEMENT 50 REFERENCES 51

5 Acknowledgement It is our great pleasure to present our project report on School Management System which we conceived during 5 th SEM of Bachelor of Computer Science(Information Technology) affiliated to Saurashtra Unniversity,Rajkot. We heartily thank Mr. Pradip Vanparia,Mr. Haresh Khachariya for his excellent guidance and kind support in our efforts at every stage of our project. We are indebted to our college Shree M & N Virani Science College for providing excellent lab facilities and reference books which were very helpful in project work.

6 Project Profile PROJECT PROFILE PROJECT-TITLE: CYBER SCHOOL MANAGEMENT INSTITUTIONS: SHREE M. & N. VIRANI SCIENCE FRONT-END: PHP BACK_END: MYSQL TEAM-SIZE: 2 PROJECT-GUIDE: MR.PRADIP VANPARIYA AND MR.HARESH KHACHARIYA SUBMITTED BY: SUBMITTED TO: UMA BHUT RUPNA DORASIYA SAURASHTRA UNIVERSITY

7 TIME LINE CHART Development Week Duration Phases Weeks Analysis 4 Design 5 Coding 11 Testing 2 Documentation 1

8 Abstract Project Description: The Cyber School Management System performs following task: 1. Sign In a. User can sign in with given id by administrator b. Secure login info using anti-sql Injection & CSRF Technology. 2. Administrator Side a. Administrator can change all the settings of students and employees. b. Administrator can manage employee salary and user id and password and also manage general setting 3. Employee Side Employee can done some task from their role. 4. Student Side Student can see the profile, news, set reminders, check the library status. out. 5. Sign Out User can exit from site using close button of browser it s automatically signed

9 Abstract Objectives: Currently most education institute are done their official work manually. This type of work are too boring and lengthy. So, we are decide to develop ERP base School Management System. To make complex or heavy workload to easy and simple way. At the end of that result known as Cyber School Management This project is developed for separate workload to every employee related to their task. They have different role to done different task. These role are given by administrator. System Study: About Existing System: Currently many software of school management are developed as desktop application in java or VB or.net. So they have some difficulty like version conflict and platform independence. Advantages of Proposed System: Make your transaction safe and transparent from others Better GUI to access and operate easily and faster using MVC framwork. Easy to learn and easy to use.

10

11 SYSTEM REQUIREMENT STUDY H/W & S/W Requirements Hardware Requirement System Windows 7 or higher Processor Dual Core or higher Hard Disk 80 GB Ram 1GB Software Requirement Back End MYSQL Scripting Language HTML, PHP(MVC), jquery, Javascript, Ajax,CSS Tools Macromedia Dreamweaver 8 Support Tools Ms Office 2010, Web Browsers

12 Feasibility Study: Why should we do Feasibility Analysis? The main aim of feasibility study is to determine whether developing the education is financially and technically feasible. The feasibility study involves analysis of the problem & collection of data which would be input to the system. The processing requirement to be carried out on these data, the output data requirement to be produced by the system, as well as study various constraints on the behavior of the system. There are three tests of Feasibility Study:- Operational Technical Economical /financial Operational feasibility:- This test of feasibility asks if the system will work when it is developed and installed. Here are questions that will help test the operational feasibility of a project. This feasibility observes the all operations like finding products, gathering information, getting supports & software & more.

13 Technical feasibility:- The technical issues raised during the feasibility stage of investigation include these. Economical feasibility:- The economical questions raised by analysis during the preliminary investigations are for the purpose of estimating the following:-1) Proper System will require.

14 Tools And Tachnology Front - end tool : 1 PHP : What is PHP? PHP stands for "PHP: HyperText Preprocessor". PHP is a server side scripting language for making logic driven websites. Ever wonder how they made that "contact us" form on their site, which sends out s? Well, they used PHP. Or, how they made that image upload tool? Well, they used PHP. PHP written scripts can use databases to keep track of your customer's and visitors activities on your site, send out periodical newsletters to your subscribers, upload files or images and drive the content on your site dynamically. The possibilities are endless. Most of the social networking websites you visit are writing in PHP. Yep! PHP is that powerful. Learning The Basics of PHP will help you tremendously in your Webpage development. How PHP Works? PHP sits between your browser and the web server. When you type in the URL of a PHP website in your browser, your browser sends out a request to the web server. The web server then calls the PHP script on that page. The PHP module executes the script, which then sends out the result in the form of HTML back to your browser, which you see on the screen. Here is a basic php diagram which illustrate the process. PHP Process Diagram

15 Back end tool : 2. MySql MySQL is a relational database management system (RDBMS) which has more than 11 million installations. The program runs as a server providing multi-user access to a number of databases. Features As of August 2007, MySQL offers MySQL 5.0 in two different variants: the MySQL Community Server and Enterprise Server. They have a common code base and include the following features: A broad subset of ANSI SQL 99, as well as extensions Cross-platform support Stored procedures Triggers Cursors Updatable Views True VARCHAR support INFORMATION_SCHEMA Strict mode

16 System Design

17 Data Dictionary

18 Login Screen

19 Settings Home

20 Human Resource Home settings. Human Resourcee Home Module to configure employee

21 HR Settings Manage employee position, category, grade, department. Admin can add, update, and delete the records.

22 Student Admission

23 Student Category

24 Student Profile

25 TESTING The publication provides an analysis of Situation Testing, with a comparative overview of its use in various cases in Europe and provides guidelines to the targets of discrimination and their organisations on conducting situation testing. It explains how cases have been adjudicated by the courts; examines the difficulties as well as the opportunities related to situation testing; and outlines the need for stringent and strategic application of the situation testing method. Black-Box Testing:- Also known as functional testing. A software testing technique whereby the internal workings of the item being tested are not known by the tester. For example, in a black box test on a software design the tester only knows the inputs and what the expected outcomes should be and not how the program arrives at those outputs. The tester does not ever examine the programming code and does not need any further knowledge of the program other than its specifications. The advantages of this type of testing include: * The test is unbiased because the designer and the tester are independent of each other. * The tester does not need knowledge of any specific programming languages. * The test is done from the point of view of the user, not the designer.

26 * Test cases can be designed as soon as the specifications are complete. The disadvantages of this type of testing include: * The test can be redundant if the software designer has already run a test case. * The test cases are difficult to design. * Testing every possible input stream is unrealistic because it would take a inordinate amount of time; therefore, many program paths will go untested. For a complete software examination, both white box and black box tests are required. White-box Testing:- White-box testing is a methodology used to ensure and validate the internal framework, mechanisms, objects and components of a software application. White-box testing verifies code according to design specifications and uncovers application vulnerabilities.white-box testing is a methodology used to ensure and validate the internal framework, mechanisms, objects and components of a software application. White-box testing verifies code according to design specifications and uncovers application vulnerabilities.

27 Project Risk Riskness of the project depends on many things but the first risk is analysis.if we are not good with the analysis or if analysis is not done in a proper manner, then our project goes in a wrong way because analysis is the basic thing for any kind of project. Other risks are use of different models and algorithm. If we do not use compatible model to the project, then it can create different risks. Then it depends on the algorithm selection also. If the selection is wrong, all the things go wrong so, it should be properly modeled. Sometimes the risks are technical.for ex. If we are filling the form and before clicking on the submit button if the power goes off, so, the form can not sent to the proper place.sometimes the server can also go down so, such risks are involved in project.

28 LIMITATION AND FUTURE ENHANCEMENT No system or software is 100% perfect or reliable in its sense of functionality and performance. There are always small or big bugs in the system. So our system has also some limitations. Chatting is not possible with our site. It is not possible to view colors of newly launched Computers while purchasing the Computer. Future enhancement will include all the functions which we are not able to implement in our system. Like in future we can make the messenger in which it is possible to chat with members of our site. And also try to connect with other messenger.

29 References Book References PHP6 wrox publication Web References

Incredible India. PreparedBy:Harshad Khamal &DivyeshDangar Page 1

Incredible India. PreparedBy:Harshad Khamal &DivyeshDangar Page 1 PreparedBy:Harshad Khamal &DivyeshDangar Page 1 Project Report On Submitted by :-Harshad Khamal & Divyesh Dangar. Guided by :-Pradip Vanpariya & Haresh Khachariya Sem :-B.Sc.IT- 5 th Sem. Year :-2013 College:-Shree

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

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

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

A PROJECT REPORT ON SHOPPING CART.COM

A PROJECT REPORT ON SHOPPING CART.COM A PROJECT REPORT ON SHOPPING CART.COM DEVLOPED BY: - SWETA POLARA SHRADDHA VAGhAMASI Guided by: - pradip vanpariya Keyur zala ACADEMIC YEAR 2010 2011 SUBMITTED TO M. & N. VIRANI SCIENCE COLLEGE 1 INDEX

More information

Building a Web-based Health Promotion Database

Building a Web-based Health Promotion Database 6 th International Conference on Applied Informatics Eger, Hungary, January 27 31, 2004. Building a Web-based Health Promotion Database Ádám Rutkovszky University of Debrecen, Faculty of Economics Department

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 Sarath Garimella Governors State University

More information

Syllabus INFO-GB Design and Development of Web and Mobile Applications (Especially for Start Ups)

Syllabus INFO-GB Design and Development of Web and Mobile Applications (Especially for Start Ups) Syllabus INFO-GB-3322 Design and Development of Web and Mobile Applications (Especially for Start Ups) Fall 2015 Stern School of Business Norman White, KMEC 8-88 Email: nwhite@stern.nyu.edu Phone: 212-998

More information

Cleveland State University Department of Electrical and Computer Engineering. CIS 408: Internet Computing

Cleveland State University Department of Electrical and Computer Engineering. CIS 408: Internet Computing Cleveland State University Department of Electrical and Computer Engineering CIS 408: Internet Computing Catalog Description: CIS 408 Internet Computing (-0-) Pre-requisite: CIS 265 World-Wide Web is now

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

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

External Guide : Mr. Mayursinh Vaghela. Internal Guide : Mr. R. L. Patel

External Guide : Mr. Mayursinh Vaghela. Internal Guide : Mr. R. L. Patel Presentation On External Guide : Mr. Mayursinh Vaghela. Internal Guide : Mr. R. L. Patel IDP At TechnoBright Prepared by : Pooja Patel (110780107002) Anmol Patel(120783107004) Mittal Parmar(110780107007)

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

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

CIS 408 Internet Computing (3-0-3)

CIS 408 Internet Computing (3-0-3) Cleveland State University Department of Electrical Engineering and Computer Science CIS 408 Internet Computing (3-0-3) Prerequisites: CIS 430 Preferred Instructor: Dr. Sunnie (Sun) Chung Office Location:

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 INFORMATION TECHNOLOGY TUTORIAL QUESTION BANK Course Name Course Code Class Branch : Web Technologies : ACS006 : B. Tech

More information

DR B.R.AMBEDKAR UNIVERSITY B.Sc.(Computer Science): III Year THEORY PAPER IV (Elective 4) PHP, MySQL and Apache

DR B.R.AMBEDKAR UNIVERSITY B.Sc.(Computer Science): III Year THEORY PAPER IV (Elective 4) PHP, MySQL and Apache DR B.R.AMBEDKAR UNIVERSITY B.Sc.(Computer Science): III Year THEORY PAPER IV (Elective 4) PHP, MySQL and Apache 90 hrs (3 hrs/ week) Unit-1 : Installing and Configuring MySQL, Apache and PHP 20 hrs Installing

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

Table of Contents. Page 2

Table of Contents. Page 2 Table of Contents Table of Contents... 2 Section 1: About the COBIT 2019 Foundation Certificate Program... 3 a. About the COBIT 2019 Foundation Certificate program... 3 b. About the COBIT 2019 Foundation

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

IERG 4210 Tutorial 07. Securing web page (I): login page and admin user authentication Shizhan Zhu

IERG 4210 Tutorial 07. Securing web page (I): login page and admin user authentication Shizhan Zhu IERG 4210 Tutorial 07 Securing web page (I): login page and admin user authentication Shizhan Zhu Content for today Phase 4 preview From now please pay attention to the security issue of your website This

More information

Using the New UCOP UAT Validation Reports for Graduate Admissions

Using the New UCOP UAT Validation Reports for Graduate Admissions To access the new UAT validation reports in Cognos for Graduate Admissions data, please follow the instructions outlined below: 1. Copy and paste the following link into your browser - http://data.ucop.edu.

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

Ministry of Higher Education and Scientific Research

Ministry of Higher Education and Scientific Research Morning Study Department of information technology Institute of Technical - Duhok. University of Polytechnic Duhok. Subject: Web Technology Course book for 2nd year. Lecturer s name: MSc. Ayman Nashwan

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

GLS UNIVERSITY. Faculty of Computer Technology Master of Computer Applications (MCA) Programme

GLS UNIVERSITY. Faculty of Computer Technology Master of Computer Applications (MCA) Programme GLS UNIVERSITY Faculty of Computer Technology Master of Computer Applications (MCA) Programme 1. GLS University s Master of Computer Applications programme is a three-year full-time postgraduate programme

More information

Instructions for the Hearst Foundations Online Grant Application

Instructions for the Hearst Foundations Online Grant Application Instructions for the Hearst Foundations Online Grant Application NOTE: All applicants should read this document thoroughly BEFORE starting the application process or seeking assistance from the Hearst

More information

DRACULA. CSM Turner Connor Taylor, Trevor Worth June 18th, 2015

DRACULA. CSM Turner Connor Taylor, Trevor Worth June 18th, 2015 DRACULA CSM Turner Connor Taylor, Trevor Worth June 18th, 2015 Acknowledgments Support for this work was provided by the National Science Foundation Award No. CMMI-1304383 and CMMI-1234859. Any opinions,

More information

20486-Developing ASP.NET MVC 4 Web Applications

20486-Developing ASP.NET MVC 4 Web Applications Course Outline 20486-Developing ASP.NET MVC 4 Web Applications Duration: 5 days (30 hours) Target Audience: This course is intended for professional web developers who use Microsoft Visual Studio in an

More information

A Level ICT Transition Pack

A Level ICT Transition Pack Sawtry Village Academy Extended Certificate Level 3 in IT- Single Award Diploma Level 3 in IT Double Award A Level ICT Transition Pack A Level ICT- Skills for the real business world In today s world,

More information

Level 5 Diploma in Computing

Level 5 Diploma in Computing Level 5 Diploma in Computing 1 www.lsib.co.uk Objective of the qualification: It should available to everyone who is capable of reaching the required standards It should be free from any barriers that

More information

Employee self-service guide

Employee self-service guide Employee self-service guide August 2016 (V.2) Contents Important note... 4 Login... 5 How do I know I am on the correct site and my connection is secure?... 5 How do I login?... 6 Username and password...

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

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

DEFINE THE QUERY AS ONE OF THE DATABASE OBJECTS A Query is database object that retrieves specific information from a database.

DEFINE THE QUERY AS ONE OF THE DATABASE OBJECTS A Query is database object that retrieves specific information from a database. LESSON 1 DATABASE OBJECT-QUERY DEFINE THE QUERY AS ONE OF THE DATABASE OBJECTS A Query is database object that retrieves specific information from a database. For example, you can retrieve a student s

More information

Bridge Course On Software Testing

Bridge Course On Software Testing G. PULLAIAH COLLEGE OF ENGINEERING AND TECHNOLOGY Accredited by NAAC with A Grade of UGC, Approved by AICTE, New Delhi Permanently Affiliated to JNTUA, Ananthapuramu (Recognized by UGC under 2(f) and 12(B)

More information

TUTORIAL QUESTION BANK

TUTORIAL QUESTION BANK + INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 COMPUTER SCIENCE AND ENGINEERING TUTORIAL QUESTION BANK Course Name Course Code Class Branch : Web Technologies : ACS006

More information

Mid Term Papers. Fall 2009 (Session 03) CS101. (Group is not responsible for any solved content)

Mid Term Papers. Fall 2009 (Session 03) CS101. (Group is not responsible for any solved content) Fall 2009 (Session 03) CS101 (Group is not responsible for any solved content) Subscribe to VU SMS Alert Service To Join Simply send following detail to bilal.zaheem@gmail.com Full Name Master Program

More information

Web Development: Dynamically Generated Content (SCQF level 8)

Web Development: Dynamically Generated Content (SCQF level 8) General information Unit title: Web Development: Dynamically Generated Content (SCQF level 8) Unit code: HP2T 48 Superclass: CB Publication date: August 2017 Source: Scottish Qualifications Authority Version:

More information

Information Systems Software

Information Systems Software Technology Briefing Information Systems Software TB2-1 Learning Objectives TB2-2 Learning Objectives TB2-3 Key IS Software Components Software o Programs o Sets of instructions o Allow the hardware components

More information

Bachelor of Information Technology (Network Security)

Bachelor of Information Technology (Network Security) Course information for Bachelor of Information Technology (Network Security) Course Number HE20524 Location Meadowbank Course Design The Bachelor of Information Technology (Network Security) is a three-year

More information

Learning outcome LO1. 1. Understand the concepts of web application development. (Assignment 1)

Learning outcome LO1. 1. Understand the concepts of web application development. (Assignment 1) 2015 2016 Phil Smith Learning outcome LO1 1. Understand the concepts of web application development. (Assignment 1) Previously We looked at types of users. Site analysis Accessibility Legislation Today

More information

DIABLO VALLEY COLLEGE CATALOG

DIABLO VALLEY COLLEGE CATALOG COMPUTER SCIENCE COMSC Despina Prapavessi, Dean Math and Computer Science Division Math Building, Room 267 The computer science department offers courses in three general areas, each targeted to serve

More information

Setting up Your Teacher Website Using ischooldistrict

Setting up Your Teacher Website Using ischooldistrict Setting up Your Teacher Website Using ischooldistrict This year we are transferring our web hosting and layout to a central system controlled and maintained at the county level. The goals of centralizing

More information

Analytics Open Labs: Introduction to Tableau at the University of Kentucky

Analytics Open Labs: Introduction to Tableau at the University of Kentucky 1 Analytics Open Labs: Introduction to Tableau at the University of Kentucky Carol Martin Gatton Business & Economics Building, Rm. 165 9 am-10 am 1st & 3rd Friday each month 2 Overview Introductions Tableau

More information

CMN310A Advanced Office: Word and Excel or concurrent enrollment

CMN310A Advanced Office: Word and Excel or concurrent enrollment CLASS NUMBER AND NAME: TOTAL CLOCK HOURS/UNITS: PREREQUISITE: TEXT AND MATERIALS: CMN310C POST-ADVANCED OFFICE: Word And Excel 24 HOURS/1 UNIT CMN310A Advanced Office: Word and Excel or concurrent enrollment

More information

Page 1 of 13. E-COMMERCE PROJECT HundW Consult MENA Instructor: Ahmad Hammad Phone:

Page 1 of 13. E-COMMERCE PROJECT HundW Consult MENA Instructor: Ahmad Hammad   Phone: E-COMMERCE PROJECT HundW Consult MENA Instructor: Ahmad Hammad Email: AhmadNassr@gmail.com Phone: 0599042502 1. Rationale This is the major project for both (Open Source and.net teams) as an E-Commerce

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

D6.1. Project website and internal IT communication infrastructure HINT. 36 months FP7/

D6.1. Project website and internal IT communication infrastructure HINT. 36 months FP7/ D6.1 Project website and internal IT communication infrastructure Project number: 317930 Project acronym: Project title: HINT Start date of the project: 1 st October, 2012 Duration: Programme: Holistic

More information

Web Applications Development

Web Applications Development Unit 35: Web Applications Development Unit code: K/601/1510 QCF Level 5: BTEC Higher National Credit value: 15 Aim To enable learners to understand the concepts of web applications and apply the skills

More information

Art 645 Introduction to Web Site Design Los Angeles City College

Art 645 Introduction to Web Site Design Los Angeles City College Art 645 Introduction to Web Site Design Los Angeles City College Course Syllabus Spring 2018 Weekly Schedule 12131 LEC TTh 12:45 pm - 1:35 pm Chem 210 12150 LAB TTh 1:45 pm - 3:00 pm Chem 210 Office Hours

More information

1) TABLE OF CONTENTS 2) WELCOME. Version 3.4. You can obtain support from our web site:

1) TABLE OF CONTENTS 2) WELCOME. Version 3.4. You can obtain support from our web site: Copyright 2009 Digiweb Ltd. Version 3.4 You can obtain support from our web site: http://www.digiappz.com http://www.digiappz.com/contact.asp 1) TABLE OF CONTENTS 1) Table of Contents 2) Welcome 3) Features

More information

defectx.com the internet defect tracking system defectx is more than just a way of tracking internet software bugs.

defectx.com the internet defect tracking system defectx is more than just a way of tracking internet software bugs. defectx.com the internet defect tracking system e defectx is more than just a way of tracking internet software bugs. control user access to documents share functional documents share test case documents

More information

Client Side Scripting. The Bookshop

Client Side Scripting. The Bookshop Client Side Scripting The Bookshop Introduction This assignment is a part of three assignments related to the bookshop website. Currently design part (using HTML and CSS) and server side script (using

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

QUALIFICATION: IC3 INTERNET AND COMPUTING CORE CERTIFICATION MODE OF DELIVERY: DISTANCE LEARNING

QUALIFICATION: IC3 INTERNET AND COMPUTING CORE CERTIFICATION MODE OF DELIVERY: DISTANCE LEARNING JOHANNESBURG CAMPUS: Tel: (011) 718-4000 Fax: (011) 482-1814 Cnr Main Road and Landau Terrace, Melville Ext 2 P O Box 91714, Auckland Park, 2006 Email: studentservices@milpark.ac.za Website: www.milpark.ac.za

More information

Using the New UCOP UAT Validation Reports For Undergraduate Admissions

Using the New UCOP UAT Validation Reports For Undergraduate Admissions To access the new UAT validation reports in Cognos for Course Enrollment data, please follow the instructions outlined below: 1. Copy and paste the following link into your browser - http://data.ucop.edu.

More information

A WEB BASED QUALITY FUNCTION INFORMATION MANAGEMENT, 1,2

A WEB BASED QUALITY FUNCTION INFORMATION MANAGEMENT, 1,2 A WEB BASED QUALITY FUNCTION INFORMATION MANAGEMENT, 1,2 M.Tech., Faculty, Department of CSE, SE&T, SPMVV, Tirupati, India. 1 vamsi.krish9@gmail.com, 2 harikrishna514@gmail.com 1042 ABSTRACT This work

More information

FSA e-learning Modules FAQ s

FSA e-learning Modules FAQ s FSA e-learning s FAQ s Who are the FSA modules for? participants come from a wide array of educational and career backgrounds. Most are Associates of the Society of Actuaries (ASAs) and have: Demonstrated

More information

SQA Advanced Unit specification. General information for centres. Unit title: Web Development Fundamentals. Unit code: HR7M 47

SQA Advanced Unit specification. General information for centres. Unit title: Web Development Fundamentals. Unit code: HR7M 47 SQA Advanced Unit specification General information for centres Unit title: Web Development Fundamentals Unit code: HR7M 47 Unit purpose: This Unit is designed to enable candidates to develop websites

More information

Chromebooks boot in seconds, and resume instantly. When you turn on a Chromebook and sign in, you can get online fast.

Chromebooks boot in seconds, and resume instantly. When you turn on a Chromebook and sign in, you can get online fast. chromebook meet chromebook What is a chromebook? Chromebooks are... A new type of computer that is fast, simple and secure. Built for the web best of Google and access to thousands of online web apps.

More information

PFE Online Application Help File

PFE Online Application Help File PFE Online Application Help File Please follow this step-by-step guide to help complete the PFE online application form for Educational Oversight. (Please note, failure to complete all required information

More information

Basics of Web. First published on 3 July 2012 This is the 7 h Revised edition

Basics of Web. First published on 3 July 2012 This is the 7 h Revised edition First published on 3 July 2012 This is the 7 h Revised edition Updated on: 03 August 2015 DISCLAIMER The data in the tutorials is supposed to be one for reference. We have made sure that maximum errors

More information

This FAQ is only applicable for hostings ordered after 23/6/2010

This FAQ is only applicable for hostings ordered after 23/6/2010 Webhosting FAQ This FAQ is only applicable for hostings ordered after 23/6/2010 1. How do I access my Webhosting control panel?... 1 2. On which server is my hosting set up (IP)?... 4 3. How do I install

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 Naga Venkata Sandeep Kavuru Governors State

More information

RITURAJ BORGOHAIN. ISTQB certified foundation Level. - Mob no.: / OBJECTIVE

RITURAJ BORGOHAIN. ISTQB certified foundation Level.   - Mob no.: / OBJECTIVE RITURAJ BORGOHAIN Email: - riturajborgohain@ymail.com Mob no.:- +919706786200/7002274743 OBJECTIVE To work as a Senior IT Professional in an organization where I can utilize my experienced, skills and

More information

BCS Level 3 Certificate in Software Development Context and Methodologies Syllabus QAN 603/1191/5

BCS Level 3 Certificate in Software Development Context and Methodologies Syllabus QAN 603/1191/5 Making IT good for society BCS Level 3 Certificate in Software Development Context and Methodologies Syllabus QAN 603/1191/5 Version 3.1 March 2018 This is a United Kingdom government regulated qualification

More information

Chapter 8: Hands-on Activity Web Page Construction

Chapter 8: Hands-on Activity Web Page Construction Chapter 8: Hands-on Activity Web Page Construction Web Page Construction software uses Web editors such as Microsoft s FrontPage and Macromedia s Dreamweaver to create web pages. The tools used to develop

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

ITT Technical Institute. SD3240T Creating Websites in the LAMP Environment Onsite and Online Course SYLLABUS

ITT Technical Institute. SD3240T Creating Websites in the LAMP Environment Onsite and Online Course SYLLABUS ITT Technical Institute SD3240T Creating Websites in the LAMP Environment Onsite and Online Course SYLLABUS Credit hours: 4.5 Contact/Instructional hours: 67 (41 Theory Hours, 26 Lab Hours) Prerequisite(s)

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

Bachelor of Science in Business Administration - Information Systems and Technology Major

Bachelor of Science in Business Administration - Information Systems and Technology Major Bachelor of Science in Administration - Information Systems and Technology Major Ling Li, Chair Harris Wu, Information Technology Area Coordinator Roya Ardalan, Chief Discipline Advisor The information

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

Click E Money Laravel Application

Click E Money Laravel Application Click E Money Laravel Application Admin User Manual Version 1.0 2016 Click E Money All Rights Reserved. Admin Panel User guide: Authentication: Admin sign-in Keep me logged in Forgot password Admin sign-in:

More information

MAJOR PROJECT ON ONLINE SHOPPING SYSTEM

MAJOR PROJECT ON ONLINE SHOPPING SYSTEM This project is a web based shopping system for an existing shop. The project objective is to deliver the online shopping application into PHP platform. MAJOR PROJECT ON Avick Naha 1 DINABANDHU ANDREWS

More information

INSTITUTE OF TECHNOLOGY AND ADVANCED LEARNING SCHOOL OF APPLIED TECHNOLOGY COURSE OUTLINE ACADEMIC YEAR 2012/2013

INSTITUTE OF TECHNOLOGY AND ADVANCED LEARNING SCHOOL OF APPLIED TECHNOLOGY COURSE OUTLINE ACADEMIC YEAR 2012/2013 INSTITUTE OF TECHNOLOGY AND ADVANCED LEARNING SCHOOL OF APPLIED TECHNOLOGY COURSE OUTLINE ACADEMIC YEAR 2012/2013 COMPUTER AND NETWORK SUPPORT TECHNICIAN COURSE NUMBER: NEST 401 COURSE NAME: INTERNET SCRIPT

More information

Table of Contents. Revision History. 1. Introduction Purpose Document Conventions Intended Audience and Reading Suggestions4

Table of Contents. Revision History. 1. Introduction Purpose Document Conventions Intended Audience and Reading Suggestions4 Software Requirements Specification for Python Checker Version 1.0 approved Prepared by Matthew Arnold, Seong, Ian Computer Science Team 4 February 4th 2015 Table of Contents Table of Contents Revision

More information

Software Testing and Maintenance

Software Testing and Maintenance Software Testing and Maintenance Testing Strategies Black Box Testing, also known as Behavioral Testing, is a software testing method in which the internal structure/ design/ implementation of the item

More information

DOCUMENT HISTORY REV. NO. CHANGES DATE. 000 New Document 30 Mar Document Revision:

DOCUMENT HISTORY REV. NO. CHANGES DATE. 000 New Document 30 Mar Document Revision: DOCUMENT HISTORY DOCU-PROOF ENTERPRISE INSTALLATION GUIDE REV. NO. CHANGES DATE 000 New Document 30 Mar. 2010 001 Document Revision: 23 Jun. 2010 Added database support for MS SQL Server and ORACLE. 002

More information

Online Intensive Ethical Hacking Training

Online Intensive Ethical Hacking Training Online Intensive Ethical Hacking Training Feel the heat of Security and Learn something out of the box 0 About the Course This is a 7 Days Intensive Training Program on Ethical Hacking & Cyber Security.

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

ONLINE ACADEMIC APPOINTMENT SCHEDULING SYSTEM TEH BIN SHUN

ONLINE ACADEMIC APPOINTMENT SCHEDULING SYSTEM TEH BIN SHUN ONLINE ACADEMIC APPOINTMENT SCHEDULING SYSTEM TEH BIN SHUN A project report submitted in partial fulfilment of the requirements for the award of Bachelor of Science (Hons.) Software Engineering Lee Kong

More information

GSU Event Portal. OPUS Open Portal to University Scholarship. Governors State University. Mohammed Awais Governors State University

GSU Event Portal. OPUS Open Portal to University Scholarship. Governors State University. Mohammed Awais Governors State University Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Fall 2017 GSU Event Portal Mohammed Awais Governors State University Zaki Ahmed Azmi

More information

A Web Database Development Course and a Unique Problem-Solving Project

A Web Database Development Course and a Unique Problem-Solving Project A Web Database Development Course and a Unique Problem-Solving Project Abstract Charles R. Moen, M.S. 1 and Morris M. Liaw, Ph.D. 2 Today, the content of most Web sites contains dynamically generated pages

More information

Enhancing Security With SQL Server How to balance the risks and rewards of using big data

Enhancing Security With SQL Server How to balance the risks and rewards of using big data Enhancing Security With SQL Server 2016 How to balance the risks and rewards of using big data Data s security demands and business opportunities With big data comes both great reward and risk. Every company

More information

A Web Based Registration system for Higher Educational Institutions in Greece: the case of Energy Technology Department-TEI of Athens

A Web Based Registration system for Higher Educational Institutions in Greece: the case of Energy Technology Department-TEI of Athens A Web Based Registration system for Higher Educational Institutions in Greece: the case of Energy Technology Department-TEI of Athens S. ATHINEOS 1, D. KAROLIDIS 2, P. PRENTAKIS 2, M. SAMARAKOU 2 1 Department

More information

Developing ASP.NET MVC 5 Web Applications

Developing ASP.NET MVC 5 Web Applications Developing ASP.NET MVC 5 Web Applications Course 20486C; 5 days, Instructor-led Course Description In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework tools

More information

SkyPoint Installation & Licensing Guide

SkyPoint Installation & Licensing Guide SkyPoint Installation & Licensing Guide Lenel Systems International, Inc. i 2012 Lenel Systems International, Inc. SkyPoint Installation & Licensing Guide Contents Table of Contents INTRODUCTION... 5

More information

Advanced PHP and MySQL

Advanced PHP and MySQL COURSE SYLLABUS Advanced PHP and MySQL Industrial Training (3 MONTHS) PH : 0481 2411122, 09495112288 E-Mail : info@faithinfosys.com www.faithinfosys.com Marette Tower Near No. 1 Pvt. Bus Stand Vazhoor

More information

Web Application Development (WAD) V th Sem BBAITM(Unit-1) By: Binit Patel

Web Application Development (WAD) V th Sem BBAITM(Unit-1) By: Binit Patel Web Application Development (WAD) V th Sem BBAITM(Unit-1) By: Binit Patel Introduction: PHP (Hypertext Preprocessor) was invented by Rasmus Lerdorf in 1994. First it was known as Personal Home Page. Later

More information

SYLLABUS POSTGRADUATE TRAINING FOR NORDIC COMPUTER FORENSIC INVESTIGATORS. Module 3E Windows Forensics 10 ECTS

SYLLABUS POSTGRADUATE TRAINING FOR NORDIC COMPUTER FORENSIC INVESTIGATORS. Module 3E Windows Forensics 10 ECTS SYLLABUS POSTGRADUATE TRAINING FOR NORDIC COMPUTER FORENSIC INVESTIGATORS Module 3E Windows Draft for the Board at NPUC 2 December2015 (5 November) 1. Introduction Personal computing has for years been

More information

AGRICULTURE BASED ANDROID APPLICATION

AGRICULTURE BASED ANDROID APPLICATION AGRICULTURE BASED ANDROID APPLICATION Prof.Aradhana D 1, Shiva Prasad K S 2, Shrivaishnavi J K 3, P. Sowmya 4, Tina Agarwal 5 1 Department of Computer Science & Engineering Ballari Institute of Technology

More information

Cyber security tips and self-assessment for business

Cyber security tips and self-assessment for business Cyber security tips and self-assessment for business Last year one in five New Zealand SMEs experienced a cyber-attack, so it s essential to be prepared. Our friends at Deloitte have put together this

More information

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World. System Requirements

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World. System Requirements Introduction Paradigm Publishing Paradigm understands the needs of today s educators and exceeds the demand by offering the latest technological advancements for coursework settings. With the success of

More information

UNIT 13 Web Management GCE Applied ICT 1

UNIT 13 Web Management GCE Applied ICT 1 6963 Web Management Commentary on Assessment of Student 6963 Edexcel Inset Training September 2007-08 Assessment criteria Unit 13: strand a) outlining the need for a web hosting service giving a brief

More information

Scholastic Learning Zone User s Guide

Scholastic Learning Zone User s Guide Scholastic Learning Zone User s Guide Copyright 2015 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. SCHOLASTIC, SCHOLASTIC LEARNING ZONE, TRUEFLIX, BOOKFLIX, and associated logos

More information

Application Security Approach

Application Security Approach Technical Approach Page 1 CONTENTS Section Page No. 1. Introduction 3 2. What is Application Security 7 3. Typical Approaches 9 4. Methodology 11 Page 2 1. INTRODUCTION Page 3 It is a Unsafe Cyber world..

More information

King s Apply Guidance Notes Pre-University Summer School in Hong Kong 2019

King s Apply Guidance Notes Pre-University Summer School in Hong Kong 2019 Summer School Pre-University, Hong Kong 15 July 19 July 2019 King s Apply Guidance Notes Pre-University Summer School in Hong Kong 2019 REGISTERING To apply for a Summer School programme at King s you

More information

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward Perch Documentation U of M - Department of Computer Science Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward 1 TABLE OF CONTENTS Introduction to Perch History of Perch ---------------------------------------------

More information

20486: Developing ASP.NET MVC 4 Web Applications (5 Days)

20486: Developing ASP.NET MVC 4 Web Applications (5 Days) www.peaklearningllc.com 20486: Developing ASP.NET MVC 4 Web Applications (5 Days) About this Course In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework

More information