CHAPTER 5 SYSTEM IMPLEMENTATION AND TESTING. This chapter describes the implementation and evaluation process conducted on the e-

Size: px
Start display at page:

Download "CHAPTER 5 SYSTEM IMPLEMENTATION AND TESTING. This chapter describes the implementation and evaluation process conducted on the e-"

Transcription

1 CHAPTER 5 SYSTEM IMPLEMENTATION AND TESTING 5.1 Introduction This chapter describes the implementation and evaluation process conducted on the e- BSC system. In terms of implementation, the development environment, tools, development platform, database used and levels of system users are also discussed. Meanwhile for testing, the type of testing procedure used, participants and analysis made on the results for the testing procedure are explained. 5.2 Development Environment The suitable development environment has to be established to ensure that the implementation process runs smoothly. The following describes the software and hardware requirement for the development process Hardware Requirements Table 5.1 describes the hardware requirements of the e-bsc system. Table 5.1 Hardware Requirements Hardware Processor Memory Hard disk space Others Description Intel Centrino 1.6 Ghz Processor or higher or other equivalent processors At least 512 MB Recommended: 1GB or more At least 50MB Internet access 156

2 5.2.2 Software Requirements Table 5.2 describes the software requirements for the e-bsc system. Table 5.2 Software Requirements Software Operating System Web Server Relational Database Management System Internet Browser Programming languages Web design and Development tool Image Editor Description Microsoft Windows XP or higher Apache or higher MySQL or higher Microsoft Internet Explorer PHP, Javascript, HTML Adobe Dreamweaver MX 2004 (formerly Macromedia Dreamweaver MX 2004) Adobe Photoshop 5.3 Development Tools PHP To develop the proposed e-bsc system, PHP (acronym for Hypertext Preprocessor) was selected as the server-side scripting language. PHP was first developed by Rasmus Lerdorf in 1995 (Kent et al., 2004), to track the online access of his personal resume. Since then, the creator improved the language with additional features such as database support and for web applications development. Subsequently, the creator felt the need to release the source codes to enable other programmers to contribute in how the language can be improved. Soon after, many threw in different ideas and even helped rectify the errors in the system while adding new functionalities to the language. Now, PHP is managed by the PHP Group and is widely used around the world due to its numerous strengths. The very fact that it is an open source language, its extensibility is limitless. In other words, developers around the world can easily write new extensions to further improve the functionality of the language. Besides that, its syntax which has been designed to support object-oriented programming makes it an attractive option for developers who prefer that concept. In addition to that, PHP can be easily 157

3 embedded into HTML codes to create interactive and dynamic web pages, which makes it especially appropriate for web development where the PHP code is executed in the web server which in turn creates the desired web page based on the codes. The platform compatibility of PHP is so vast that it can be used in most web servers, operating systems and can work in unison with majority databases. A sample of the programming codes for the e-bsc system is attached in Appendix I Javascript Javascript is the client-side scripting language used during the development phase. In certain circumstances, Javascript had to be used instead of PHP. One such instance includes displaying popup windows to alert users of errors in data entered during validation of input or possible loss of data when a delete operation is executed. The fact that the language works in a run-time environment which is especially true in web browsers, makes Javascript suitable for offering the required services that a server-side language cannot. However, Javascript is not used to pass sensitive data such as passwords in view that the codes are executed at the client side where the system can be vulnerable to malicious attacks HTML HTML, acronym for HyperText Markup Language, is a markup language used to describe the formatting of text in a document. It is useful in the sense that it allows text to be structured according to its purpose, namely as a heading, paragraph and so on. This is accomplished by writing the HTML in tags that describes to the web browser how the text is to be displayed. A scripting language such as PHP and JavaScript can be easily embedded in HTML to enhance the functionality of HTML. 158

4 5.3.4 Adobe Dreamweaver MX 2004 Adobe Dreamweaver MX 2004 was selected as the web design and development tool as it provides an easy way to build a site where graphics and webpage components can be dragged and dropped to the appropriate location. At the same time, Dreamweaver automatically generates the corresponding code where additional code manipulation can be made by the programmer. While using HTML alone is enough to build a website, other technologies such as scripting languages and database supported in Dreamweaver increases the functionality of the website and its dynamics. The development environment provided by Dreamweaver provides a simple and easy way of combining the strengths of PHP, Javascript, HTML and MySQL. 5.4 Development Platform The Windows XP operating system was selected as the platform for the development of the e-bsc system. The fact that the potential users are already using and are familiar with the Windows XP environment played an important role in the selection. Besides that, a simple observation on the computer labs in the university displayed that the operating system selected is widely adopted throughout the educational institution. Since the inception of the operating system, the developers of Windows XP have continually improved its stability while providing a user-friendly environment. 5.5 Database MySQL is a relational database management system (also known as an SQL Database Server) which is widely used around the globe due to it being open-sourced. Most SQL servers provide reliability but not ease of use unlike MySQL. MySQL is also mostly platform independent which means it can run on most operating systems such as Windows and Linux. When using PHP to develop a website, Macromedia 159

5 Dreamweaver MX 2004 only supports a MySQL database connection as both PHP and MySQL are tightly connected. Since PHP complements MySQL very well and given the fact that both technologies are widely used, it is can be certain that thorough testing has been done. 5.6 Levels of Users As identified in Chapter 4 there are four types of potential users of the system, namely SA, faculty deans, appraisers and the academic staff. In this section, the responsibilities of every user in the admin and faculty module are discussed in detail while demonstrating how the roles of each relate to the testing procedure that will be discussed in Section System Administrators (SA) SAs are responsible for system management and maintenance. The key role played by the SA involves adding new, editing or removing details of: KPIs as set at the corporate level. Evaluation score range values (edit only as these are permanently required by appraisers to evaluate staff). Faculties and corresponding information such as departments attached. Academic staff. Appraisers (except insertion and deletion as this is the responsibility of the respective faculty dean). Other system administrators. Notices. 160

6 Since the editing and deleting operations require seeking the correct data, whether KPI, faculty, academic staff and so on, search features have been implemented to ease this process. The testing procedure on the faculty module will also involve checking that the search features work as expected. The insertion, updating and deletion of data have to be implemented while ensuring referential integrity to make certain that there is data consistency while avoiding data redundancy. Furthermore, constraints have to be enforced during insertion and updating processes to avoid illegal data from being entered Faculty Dean The faculty module provides the functionalities for the faculty dean in terms of faculty performance planning and management. As the head of the faculty, the dean is responsible for ensuring that the whole unit works in alignment to corporate strategies and achieves the expectation of the management thus contributing to the advancement of the university. This can be accomplished if corporate level goals are well understood while preserving the alignment of management level KPIs to the faculty s KPIs. To do so, the faculty module includes providing features where the dean can select corporate KPIs to be cascaded into the faculty scorecard with the weight each carries, expected targets and measures. Hence, the testing procedure for this module requires that this feature be checked for errors where constraints such as maintaining that the total weight on the faculty scorecard is equal to 100, changes cannot be made on the scorecard when the contracting period has started. The dean is also responsible for assigning the first appraiser for each department attached to the faculty. Staff has to be first added by the SA in the admin module before the assignment process can take place. In the testing procedure for this feature, it has to 161

7 be made certain that each department can only have one first appraiser and therefore disabled when the assignment has already taken place. Besides that, as the head of the faculty, the dean has the authority to assign an appraiser to a different department. Lastly, the dean should be able to view the performance of individual staff, department or the entire faculty. To view the performance of an academic staff, a search has to take place first and foremost. Consequently, the performance of the respective individual can be viewed. The role played by the dean as the second appraiser for evaluating the performance of all academic staff in the faculty is covered in the appraiser module. 5.7 System Testing Before beta system testing was initiated, an alpha test was conducted on the integration of all four modules to ensure that the complete functionality of the e-bsc system can be presented and tested. Subsequently, a user acceptance test (beta testing) was conducted in the month of July 2008 in FCSIT and the Chancellery / Administration building with potential end users of the system, who are namely the lecturers, dean of FCSIT, members of the human resource department, representative from SPU, personnel from the IT centre and a BSC expert Testing Procedure Beta Testing was done to demonstrate the functionality of each module and how the responsibilities of the target users can be accomplished using the system. Besides that, the purpose of the procedure was to gather feedback through a system evaluation questionnaire distributed to the participants with regards to the system s usability and fitness for purpose. 162

8 Prior to conducting the test, a brief explanation of research objectives and descriptions of system modules with the roles and responsibilities played by each type of user was done. Consequently, a system demonstration was conducted to show the functions and features of the system. The participants were then presented with a system evaluation questionnaire (appended in Appendix J) to express their feedbacks towards the developed prototype. Subsequently results from the user acceptance test are used to substantiate the research in terms of improving PM and planning for lecturers as well as performance management and planning at the faculty level System Evaluation Questionnaire Format Participants for the user acceptance test were required to complete the system evaluation questionnaire that attempts to assess the usability of the prototype while verifying that the system truly delivers its business functions required. Subsequently, the results from the system evaluation test will determine if the e-bsc can indeed improve the performance measurement of the lecturers in UM. The questionnaire is divided into the two sections, where: i. Section 1 is divided into 4 parts each pertaining to the four system modules. Each part consists of 5 to 8 questions which require the participants to evaluate specific features of the system based on a 5-level Likert scale with the values 1 for Strongly Disagree, 2 for Disagree, 3 for Not Sure, 4 for Agree and 5 for Strongly Agree. The charts in Figures 5.1 to 5.3 and Tables 5.4 to 5.9 are based on the similar 5-level Likert scale. ii. Section 2 entails the overall evaluation of the e-bsc system, specifically the system s rate of complexity and its effectiveness in measuring the performance of the academic staff. In addition to that, the participants were 163

9 also required to rate the improvements, if any, of the system as compared to the staff PM system currently used Participants of the System Evaluation Test The following table lists the participants of the system evaluation. Table 5.3 List of participants in e-bsc system evaluation No. Name Role Date Tested 1 Respondent 1 Academic Staff 14 July Respondent 2 Academic Staff 21 July Respondent 3 Academic Staff 14 July Respondent 4 Academic Staff 18 July Respondent 5 Academic Staff / Appraiser 17 July Respondent 6 Academic Staff / Appraiser 17 July Respondent 7 Academic Staff / Appraiser 16 July Respondent 8 Academic Staff / Appraiser 17 July Respondent 9 Academic Staff / Appraiser / Dean 24 July HR Representative Human Resource (top 25 July 2007 management) 11 HR Representative Human Resource (top 25 July 2007 management) 12 HR Representative Human Resource (top 25 July 2007 management) 13 HR Representative Human Resource (top 25 July 2007 management) 14 IT centre representative SA 25 July IT centre representative SA 25 July SPU representative SPU (top management) 16 July Respondent 10 BSC expert 25 July 2007 Though the participants held different roles, all of them were presented with the same questionnaire to give their personal opinions with regards to each system module and the overall e-bsc effectiveness in measuring the performance of the academic staff in UM. 164

10 5.7.4 Test Data Analysis An analysis on the results obtained from the e-bsc system evaluation was carried out to determine the feedbacks from users with regards to the effectiveness and usability of the system. As explained earlier, the system evaluation questionnaire is divided into 2 sections where the first contains 4 distinct parts with questions pertaining to the respective system module while the second section contain questions with regards to the overall performance of the system. Since this portion of the study focuses on the faculty and system administration modules, only the results from these sections and the overall evaluation of e-bsc will be discussed Results of the evaluation on the System Administration module The chart in Figure 5.1 reveals results obtained from the evaluation on the system administration module. Evaluation on System Administrator Module Percentage (%) 100% 90% 80% 70% 60% 50% 40% 30% 20% 10% 0% Q1 Q2 Q3 Q4 Q5 Questions Not Sure Agree Strongly Agree Figure 5.1 Results for the Evaluation on the System Administration Module 165

11 Based on the results, positive results were evident for Questions 1, 3 and 4 which measured more agreement that the system displayed straightforward, sufficient of warnings for drastic actions and constraints to prevent users from performing illegal operations. Table 5.4 clearly displays the corresponding frequency distribution for the chart in Figure 5.1. Table 5.4 Results for the Evaluation on the System Administration Module Frequency Distribution Q1 Q2 Q3 Q4 Q5 Strongly Agree Agree Not Sure Total Based on Table 5.4, it is clear that more than half of the participants answered either agreed or strongly agreed for Questions 1, 3 and 4. The results are further validated by the mean of responses that were skewed towards agreement as shown in Table 5.5. Table 5.5 System Administration Module Descriptive Statistics Question Minimum Maximum Mean Std. Deviation Q Q Q Q Q However, almost half of the participants were unclear about the options for the search functions and the sufficiency of features for system management and maintenance with each having eight and six respondents who responded uncertainty that the system 166

12 displayed those features. One possible reason for the response is because these features were not highlighted during the system demonstration which emphasized more towards the value of the system in improving performance management and PM of academic staff. Another point to consider is the standard deviation showing the dispersion of data collected compared to the mean value. For questions 2 and 5, it can be seen that the standard deviation (Table 5.5) recorded higher than other values causing the consistency of responses to be queried. However, the inconsistency of data which led to the assumption will not be used as an excuse that the module does not need further refinement. Instead, all responses obtained will be taken into account to further investigate the possible weaknesses of the module and propose these for future enhancements. Nevertheless, no negative results to disagree that the system delivered specific purposes were noticeable among the responses. 167

13 Results of the evaluation on the Faculty module Figure 5.2 and Table 5.6 illustrates the results of evaluation on the faculty module of the e-bsc system. Evaluation on Faculty Module Percentage (%) 100% 90% 80% 70% 60% 50% 40% 30% 20% 10% 0% Q1 Q2 Q3 Q4 Q5 Q6 Q7 Questions Disagree Not Sure Agree Strongly Agree Figure 5.2 Results for the Evaluation on the Faculty Module Table 5.6 Results for the Evaluation on the Faculty Module Frequency Distribution Q1 Q2 Q3 Q4 Q5 Q6 Q7 Strongly Agree Agree Not Sure Disagree Total Based on the results, it is clear that most of the participants agree or strongly agree that the methods used in the module as sufficient for faculty performance management. 168

14 The result is further substantiated with the descriptive statistics shown in Table 5.7. Table 5.7 Faculty Module Descriptive Statistics Question Minimum Maximum Mean Std. Deviation Q Q Q Q Q Q Q In the table, the average responses for the questions ranged from 4.06 to 4.18 which showed strong inclination toward agreement that the module fits its purpose. Meanwhile, only a small proportion of the results showed uncertainty with regards to the features provided in this module as illustrated in the chart for Question Results of the evaluation on the overall e-bsc system Figure 5.3 shows the evaluation on the effectiveness of the overall e-bsc system. Evaluation on e-bsc Percentage (%) 100% 90% 80% 70% 60% 50% 40% 30% 20% 10% 0% Q1 Q2 Q3 Q4 Q5 Q6 Q7 Q8 Strongly Agree Agree Not Sure Disagree Questions Figure 5.3 Results for the Evaluation the overall e-bsc system 169

15 Table 5.8 displays the corresponding frequency distribution for the chart in Figure 5.3. Table 5.8 Results for the Evaluation the overall e-bsc system Frequency Distribution Q1 Q2 Q3 Q4 Q5 Q6 Q7 Q8 Strongly Agree Agree Not Sure Disagree Total In the results, most of the results agreed that the e-bsc system delivered its purpose. However, uncertainty is obvious in the responses for questions 6 and 7, where eight and ten respondents respectively answered unsure when evaluating the effectiveness of the system in aligning strategies at the university level with that of the faculties and supporting staff to develop positive work ethics. As recorded in Table 5.9, the mean values for these two questions also recorded indecision among the responses. Table 5.9 e-bsc system Descriptive Statistics Question Minimum Maximum Mean Std. Deviation Q Q Q Q Q Q Q Q It is important to note that the result for Question 6 does not concur with the result for Question 2 for the faculty module evaluation as shown in Figure 5.2 where the former records as much as 47 percent of uncertainty while the latter shows 88 percent (59% 170

16 +29%) agreement that the e-bsc is effective in organisation wide alignment of strategies. Nevertheless, this result will be used to fuel efforts for future enhancements on the system to make these features more obvious and easily understood by end-users. Figure 5.4 illustrates the results for the evaluation on the complexity of the e-bsc system. Figure 5.4 Complexity (Learnability) of e-bsc System From the results, it is clear that 100% of responses from the target users who are the staff evaluated the system as average or moderately easy to use. Similar results are observed for responses from users other than the human resource and IT centre personnel. Meanwhile, the dean expressed that the system as easy to use. Only a minimal percentage of responses from the human resource and IT centre representatives rated the system as complex. Otherwise the system has proven to be easy to learn as can be seen in the summary result for the complexity/learnability of e- BSC as exhibited in Figure

17 Figure 5.5 and Table 5.10 depicts the summary result for the complexity of e-bsc without the separation of ratings from each category of participants. Summary results for Complexity/Learnability of e-bsc % Percentage (%) % 12% 0% Ea s y to use Moderate / Average Complex S1 Very Complex Figure 5.5 Summary results Complexity (Learnability) of e-bsc System Table 5.10 Summary results Complexity (Learnability) of e-bsc System Frequency Distribution Complexity Frequency Percent (%) Easy to learn/use 1 6 Moderate/Average Complex 2 12 Very Complex 0 0 Total If compared to Figure 4.15 in Chapter 4 which illustrates the evaluation of respondents on the PM system currently used in UM, e-bsc has demonstrated that none of the participants of the system evaluation felt that the system is too complex to learn unlike the current system which recorded 5% in that category. In addition to that, if the positive results for the evaluation, in particular easy to use and moderate/average, are compared with the results for the current system, e-bsc responses totaled to 88% 172

18 (6% easy to use + 82% moderate/average) which showed a slight increased in satisfaction with its deliverables while the current PM system only recorded a total of 85% (20% easy to use + 65% moderate/average). Figure 5.6 displays the results for the ratings from every category of participants on the effectiveness and quality of the e-bsc system. Most of the responses showed positive results. Figure 5.6 Quality (Effectiveness) of e-bsc System 173

19 Figure 5.7 illustrates the summary of the response. When contrasted with figure 4.16 in chapter 4 which shows the evalution on the quality of the current PM system used, the results for e-bsc showed significant improvements. Unlike the current system which showed a high of 20% of respondents rating it as not suitable, the evaluation on e-bsc did not record any negative feedbacks. Instead, some 12% (from two participants out of the seventeen) even rated the e-bsc as very effective in delivering its purpose. Figure 5.7 Summary results Quality (Effectiveness) of e-bsc System 174

20 Figure 5.8 below demonstrates whether e-bsc displayed any form of improvements in comparison to the current PM system. Figure 5.8 Comparison of e-bsc System to the Current PM system From the results, most participants considered e-bsc to have some enhancement and improvement in terms of effectiveness compared to the current system. Only a small 25 percent of staff and human resource respectively (one person from each category) revealed uncertainty in their responses. 175

21 Meanwhile, the Figure 5.9 shows the summary of ratings with regards to the improvements in e-bsc compared to the current PM system. Figure 5.9 Summary Comparison of e-bsc System to the Current PM system As observed, the pie chart shows a feedback with a high of 47 percent, from eight of the participants who evaluated the system as delivering significant improvement in contrast to the current system. Also, seven participants who make up 41 percent rated e- BSC to have slight improvement over the current system. No more than 12 percent (from two participants) recorded uncertainty for that query Comments from participants During the e-bsc system demonstration, several comments from the participants were also recorded as recommendations for future enhancements purposes. Most of the comments were related to the appraiser, faculty and system administrator module where enhanced features had to be provided to ensure that the system truly performs alignment of all strategies while supporting user friendliness. Meanwhile, some 176

22 comments targeted on how to further ease data entry efforts. Please refer to Appendix K for the detailed comments and the contributors. At the same time, written comments on the system evaluation forms were also tabulated for easy comprehension of participants expectations and feedbacks on the e-bsc system. Table 5.11 summarizes the comments as follows: Table 5.11 Summary of Written Comments from System Evaluation Participant Category Comment(s) Staff My response is only based on what has been demonstrated during the meeting. I don t have prior knowledge and experience with the system before. System is adequate (referring to question 10) but still have rooms for improvements. Good effort and good system. Predefine the ISI journals titles and match that with staff s records. Very good. Appraiser A good effort. Well done. Particularly like the interface! More variables and lookup tables needed to facilitate data entry. Well done. Dean Well structured and very intuitive. IT Centre Needs to integrate with existing information systems and to the corporate scorecard so that it is cascaded upwards. SPU e-bsc must have features that will enable modifications to suit/accommodate feedbacks on the needs and requirements of users. System rigidity will kill it! Ease of use is of utmost importance. 177

23 5.8 Summary In this chapter, the system development environment and programming tools used were discussed in detail. Adding to that, the system evaluation procedure conducted on the finished product was explained. From the results obtained, it is obvious that the e-bsc is effective in meeting its objectives though there is still room for improvement to further enhance the features of the system. Nevertheless, satisfaction with the e-bsc was generally observed in the participants expression during the system demonstration to show their contentment with its features. Compared to the current PM system used in UM, e-bsc has shown to be suitable for measuring and managing the performance of academic staff. 178

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

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

Prepared By: PATEL DHARMESH M.( ) (C.E.)

Prepared By: PATEL DHARMESH M.( ) (C.E.) Prepared By: PATEL DHARMESH M.(090780107054) External guide: Atul Agraval Web developer Internal guide: Ravi patel assistant professor (C.E.) 1.0 Introduction Project summary Purpose Scope Technology &

More information

Final Project Report

Final Project Report 16.04.02 Final Project Report Document information Project Title HP Tool Repository of SESAR standard HP methods and tools Project Number 16.04.02 Project Manager DFS Deliverable Name 16.04.02 Final Project

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

Recording end-users security events: A step towards increasing usability

Recording end-users security events: A step towards increasing usability Section 1 Network Systems Engineering Recording end-users security events: A step towards increasing usability Abstract D.Chatziapostolou and S.M.Furnell Network Research Group, University of Plymouth,

More information

Scorebook Navigator. Stage 1 Independent Review User Manual Version

Scorebook Navigator. Stage 1 Independent Review User Manual Version Scorebook Navigator Stage 1 Independent Review User Manual Version 11.2013 TABLE OF CONTENTS Getting Started... 1 Browser Requirements... 1 Scorebook Navigator Browser Compatability... 1 Logging in...

More information

Assignment 2: Website Development

Assignment 2: Website Development Assignment 2: Website Development Overview In this second assignment, you are required to develop your personal website from scratch, based on the design document that you created in Assignment 1. You

More information

Web Systems Policies Database Guerilla Testing. Project Cover Sheet. Policies Database Usability Evaluation. UM Library Web Systems

Web Systems Policies Database Guerilla Testing. Project Cover Sheet. Policies Database Usability Evaluation. UM Library Web Systems Project Cover Sheet Policies Database Usability Evaluation Project Committee & Members Report Info Objectives Guerilla Testing The Policies Database is a soon to be released system by which a new policy

More information

Volume-4, Issue-1,May Accepted and Published Manuscript

Volume-4, Issue-1,May Accepted and Published Manuscript Available online at International Journal of Research Publications Volume-4, Issue-1,May 2018 Accepted and Published Manuscript Comparison of Website Evaluation after Ranking Improvement and Implementation

More information

CSCI 6312 Advanced Internet Programming

CSCI 6312 Advanced Internet Programming CSCI 6312 Advanced Internet Programming Section 01, Spring 2018, W, 5:55pm - 8:25pm Instructor: Emmett Tomai Office: ENGR 3.2100 Phone: 665-7229 Email: emmett.tomai@utrgv.edu Office hours: W 1 3pm, TR

More information

Syllabus Course Number: CS 412 Course Title: Web and Database Programming

Syllabus Course Number: CS 412 Course Title: Web and Database Programming Syllabus Course Number: CS 412 Course Title: Web and Database Programming Course Description CS412 - WEB AND DATABASE PROGRAMMING (3). Introduces web-based multi-tiered distributed application development.

More information

Visual Appeal vs. Usability: Which One Influences User Perceptions of a Website More?

Visual Appeal vs. Usability: Which One Influences User Perceptions of a Website More? 1 of 9 10/3/2009 9:42 PM October 2009, Vol. 11 Issue 2 Volume 11 Issue 2 Past Issues A-Z List Usability News is a free web newsletter that is produced by the Software Usability Research Laboratory (SURL)

More information

USER EXPERIENCE ASSESSMENT TO IMPROVE USER INTERFACE QUALITY ON DEVELOPMENT OF ONLINE FOOD ORDERING SYSTEM

USER EXPERIENCE ASSESSMENT TO IMPROVE USER INTERFACE QUALITY ON DEVELOPMENT OF ONLINE FOOD ORDERING SYSTEM USER EXPERIENCE ASSESSMENT TO IMPROVE USER INTERFACE QUALITY ON DEVELOPMENT OF ONLINE FOOD ORDERING SYSTEM 1 HANIF AL FATTA, 2 BAYU MUKTI 1 Information Technology Department, Universitas AMIKOM Yogyakarta,

More information

Usability Report. Author: Stephen Varnado Version: 1.0 Date: November 24, 2014

Usability Report. Author: Stephen Varnado Version: 1.0 Date: November 24, 2014 Usability Report Author: Stephen Varnado Version: 1.0 Date: November 24, 2014 2 Table of Contents Executive summary... 3 Introduction... 3 Methodology... 3 Usability test results... 4 Effectiveness ratings

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS. INTRODUCTION TO INTERNET SOFTWARE DEVELOPMENT CSIT 2230 (formerly CSIT 2645)

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS. INTRODUCTION TO INTERNET SOFTWARE DEVELOPMENT CSIT 2230 (formerly CSIT 2645) PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS INTRODUCTION TO INTERNET SOFTWARE DEVELOPMENT CSIT 2230 (formerly CSIT 2645) Class Hours: 2.0 Credit Hours: 3.0 Laboratory Hours: 2.0 Revised: Fall 2012

More information

Usability Evaluation of Cell Phones for Early Adolescent Users

Usability Evaluation of Cell Phones for Early Adolescent Users Yassierli*, Melati Gilang Industrial Management Research Division, Faculty of Industrial Technology, Bandung Institute of Technology Jl. Ganesa 10 Bandung 40134 Indonesia ABSTRACT:. The increasing number

More information

Hyacinth Macaws for Seniors Survey Report

Hyacinth Macaws for Seniors Survey Report Hyacinth Macaws for Seniors Survey Report http://stevenmoskowitz24.com/hyacinth_macaw/ Steven Moskowitz IM30930 Usability Testing Spring, 2015 March 24, 2015 TABLE OF CONTENTS Introduction...1 Executive

More information

For More Solved Assignments Visit - For More Ignou Solved Assignments Visit -

For More Solved Assignments Visit -  For More Ignou Solved Assignments Visit - For More Ignou Solved Assignments Visit - www.ignousolvedassignments.com Connect on Facebook : http://www.facebook.com/pages/ignousolvedassignmentscom/346544145433550 Subscribe and Get Solved Assignments

More information

Evaluating the suitability of Web 2.0 technologies for online atlas access interfaces

Evaluating the suitability of Web 2.0 technologies for online atlas access interfaces Evaluating the suitability of Web 2.0 technologies for online atlas access interfaces Ender ÖZERDEM, Georg GARTNER, Felix ORTAG Department of Geoinformation and Cartography, Vienna University of Technology

More information

E-valuation U of S Online Evaluation System Using SEEQ

E-valuation U of S Online Evaluation System Using SEEQ E-valuation U of S Online Evaluation System Using SEEQ http://training.usask.ca Information Technology Services Division Accessing Courses... 3 Creating Evaluations... 6 Previewing and Deleting Created

More information

Assignment 1: Design Document

Assignment 1: Design Document Assignment 1: Design Document Overview In this first assignment, you are required to prepare a Design document in the format of a report which will cover most of the analysis, planning, content and design

More information

Running Head: TREE TAP USABILITY TEST 1

Running Head: TREE TAP USABILITY TEST 1 Running Head: TREE TAP USABILITY TEST 1 Gogglefox Tree Tap Usability Test Report Brandon S. Perelman April 23, 2014 Final Design Documents Final Design Prototype White Paper Team Gogglefox Website Author's

More information

TERMS OF REFERENCE Design and website development UNDG Website

TERMS OF REFERENCE Design and website development UNDG Website TERMS OF REFERENCE Design and website development UNDG Website BACKGROUND The United Nations Development Coordination and Operations Office (UN DOCO) launched a new website in 2015 to ensure accessibility

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

2016 Suite. Cambridge TECHNICALS LEVEL 3. Unit 21 Web design and prototyping. Northbound Events assignment M/507/5024. Version 1 September 2017

2016 Suite. Cambridge TECHNICALS LEVEL 3. Unit 21 Web design and prototyping. Northbound Events assignment M/507/5024. Version 1 September 2017 2016 Suite Cambridge TECHNICALS LEVEL 3 IT Unit 21 Web design and prototyping Northbound Events assignment M/507/5024 Version 1 September 2017 1 Contents Scenario... 3 Part A Training... 3 Part B Designing

More information

Access from the University of Nottingham repository:

Access from the University of Nottingham repository: Gardner, Mike and Pinfield, Stephen (2001) Databasebacked library web sites: a case study of the use of PHP and MySQL at the University of Nottingham. Program, 35 (1). pp. 33-42. Access from the University

More information

Usability Testing. November 14, 2016

Usability Testing. November 14, 2016 Usability Testing November 14, 2016 Announcements Wednesday: HCI in industry VW: December 1 (no matter what) 2 Questions? 3 Today Usability testing Data collection and analysis 4 Usability test A usability

More information

KM COLUMN. How to evaluate a content management system. Ask yourself: what are your business goals and needs? JANUARY What this article isn t

KM COLUMN. How to evaluate a content management system. Ask yourself: what are your business goals and needs? JANUARY What this article isn t KM COLUMN JANUARY 2002 How to evaluate a content management system Selecting and implementing a content management system (CMS) will be one of the largest IT projects tackled by many organisations. With

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

PNC.com, Weather.com & SouthWest.com. Usability Analysis. Tyler A. Steinke May 8, 2014 IMS 413

PNC.com, Weather.com & SouthWest.com. Usability Analysis. Tyler A. Steinke May 8, 2014 IMS 413 PNC.com, Weather.com & SouthWest.com Usability Analysis Tyler A. Steinke May 8, 2014 IMS 413 2 P a g e S t e i n k e Table of Contents Introduction 3 Executive Summary 3 Methodology 4 Results 4 Recommendations

More information

USABILITY TEST REPORT

USABILITY TEST REPORT USABILITY TEST REPORT CS 5760 HUMAN COMPUTER INTERACTIONS AND USABILITY Ankitha Pille GRAD5 HCI TEAM 6 INTRODUCTION UI DESCRIPTION The Application can be identified as mobile based online web application

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

Code Administration Code of Practice

Code Administration Code of Practice Code Administration Code of Practice As part of the energy Codes Governance Review Ofgem proposed that a Code of Practice be established to facilitate convergence and transparency in code Modification

More information

HOLY ANGEL UNIVERSITY COLLEGE OF INFORMATION AND COMMUNICATIONS TECHNOLOGY WEB TECHNOLOGIES 1 COURSE SYLLABUS

HOLY ANGEL UNIVERSITY COLLEGE OF INFORMATION AND COMMUNICATIONS TECHNOLOGY WEB TECHNOLOGIES 1 COURSE SYLLABUS HOLY ANGEL UNIVERSITY COLLEGE OF INFORMATION AND COMMUNICATIONS TECHNOLOGY WEB TECHNOLOGIES 1 COURSE SYLLABUS Course Code : 6WEBTECH1 Prerequisite : N/A Course Credit : 3 Units (2 hours LEC,3 hours LAB)

More information

The Development of Critical Undergraduate Program Selection System (CUPSS) for Admission to Malaysian Public Universities

The Development of Critical Undergraduate Program Selection System (CUPSS) for Admission to Malaysian Public Universities The Development of Critical Undergraduate Program Selection System (CUPSS) for Admission to Malaysian Public Universities Mustaffa Kamal Mohd Nor 1*, Omar Zakaria 1, Chang Sok Kin 1 1 Faculty of Computer

More information

A network is a group of two or more computers that are connected to share resources and information.

A network is a group of two or more computers that are connected to share resources and information. Chapter 1 Introduction to HTML, XHTML, and CSS HTML Hypertext Markup Language XHTML Extensible Hypertext Markup Language CSS Cascading Style Sheets The Internet is a worldwide collection of computers and

More information

INFS 2150 (Section A) Fall 2018

INFS 2150 (Section A) Fall 2018 INFS 2150 (Section A) Fall 2018 Introduction to Web Development Class meets TUE & THU: 12:30am-1:45pm: in Wheatley 114 Instructor: Peter Y. Wu Office: Wheatley 309 Office Hours: Tuesday 9:00 am-12:00 noon;

More information

Usability Report for Online Writing Portfolio

Usability Report for Online Writing Portfolio Usability Report for Online Writing Portfolio October 30, 2012 WR 305.01 Written By: Kelsey Carper I pledge on my honor that I have not given or received any unauthorized assistance in the completion of

More information

The Information Technology Program (ITS) Contents What is Information Technology?... 2

The Information Technology Program (ITS) Contents What is Information Technology?... 2 The Information Technology Program (ITS) Contents What is Information Technology?... 2 Program Objectives... 2 ITS Program Major... 3 Web Design & Development Sequence... 3 The Senior Sequence... 3 ITS

More information

Chapter 17: INTERNATIONAL DATA PRODUCTS

Chapter 17: INTERNATIONAL DATA PRODUCTS Chapter 17: INTERNATIONAL DATA PRODUCTS After the data processing and data analysis, a series of data products were delivered to the OECD. These included public use data files and codebooks, compendia

More information

A User Study on Features Supporting Subjective Relevance for Information Retrieval Interfaces

A User Study on Features Supporting Subjective Relevance for Information Retrieval Interfaces A user study on features supporting subjective relevance for information retrieval interfaces Lee, S.S., Theng, Y.L, Goh, H.L.D., & Foo, S. (2006). Proc. 9th International Conference of Asian Digital Libraries

More information

Networked Access to Library Resources

Networked Access to Library Resources Institute of Museum and Library Services National Leadership Grant Realizing the Vision of Networked Access to Library Resources An Applied Research and Demonstration Project to Establish and Operate a

More information

DESK REFERENCE. Decision Support Only User Gaining DSOnly access and the basics of using Decision Support. Purpose

DESK REFERENCE. Decision Support Only User Gaining DSOnly access and the basics of using Decision Support. Purpose DESK REFERENCE Decision Support Only User Gaining DSOnly access and the basics of using Decision Support. A Decision Purpose Support (DS) provides the ability to grant limited access to faculty and staff

More information

ONLINE SHOPPING CHAITANYA REDDY MITTAPELLI. B.E., Osmania University, 2005 A REPORT

ONLINE SHOPPING CHAITANYA REDDY MITTAPELLI. B.E., Osmania University, 2005 A REPORT ONLINE SHOPPING By CHAITANYA REDDY MITTAPELLI B.E., Osmania University, 2005 A REPORT Submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE Department of Computing and Information

More information

Objectives of the Security Policy Project for the University of Cyprus

Objectives of the Security Policy Project for the University of Cyprus Objectives of the Security Policy Project for the University of Cyprus 1. Introduction 1.1. Objective The University of Cyprus intends to upgrade its Internet/Intranet security architecture. The University

More information

COLUMN. Worlds apart: the difference between intranets and websites. The purpose of your website is very different to that of your intranet MARCH 2003

COLUMN. Worlds apart: the difference between intranets and websites. The purpose of your website is very different to that of your intranet MARCH 2003 KM COLUMN MARCH 2003 Worlds apart: the difference between intranets and websites Beyond a common use of HTML, intranets and corporate websites (internet sites) are very different animals. The needs they

More information

Comparing the Usability of RoboFlag Interface Alternatives*

Comparing the Usability of RoboFlag Interface Alternatives* Comparing the Usability of RoboFlag Interface Alternatives* Sangeeta Shankar, Yi Jin, Li Su, Julie A. Adams, and Robert Bodenheimer Department of Electrical Engineering and Computer Science Vanderbilt

More information

Reducing Cybersecurity Costs & Risk through Automation Technologies

Reducing Cybersecurity Costs & Risk through Automation Technologies Reducing Cybersecurity Costs & Risk through Automation Technologies Sponsored by Juniper Networks Independently conducted by Ponemon Institute LLC Publication Date: November 2017 Ponemon Institute Research

More information

Atlantic Technical College Web Development Program Syllabus Instructor Office Hours:

Atlantic Technical College Web Development Program Syllabus Instructor Office Hours: Instructor Name: Deborah Berg Department Name: Business IT Office/Classroom Location: Bldg 7 Room 169 Phone Number: 754-321-5100 Email Address: Deborah.Berg@browardschools.com Atlantic Technical College

More information

Appendix F Course codes, descriptions, units, lecture/lab

Appendix F Course codes, descriptions, units, lecture/lab Appendix F Course codes, descriptions, units, lecture/lab CIS 003 Introduction to Microsoft Word Units: 1 Students will learn the basics of Windows and Microsoft Word. Specific topics covered include:

More information

ONS Beta website. 7 December 2015

ONS Beta website. 7 December 2015 ONS Beta website Terminology survey results 7 December 2015 Background During usability sessions, both moderated and online, it has become clear that users do not understand the majority of terminology

More information

User Interface Design

User Interface Design User Interface Design Lecture #4 Part-B Agenda Principles on User Interface Design Principle 1: Recognize the Diversity Usage Profiles Task Profiles Interaction styles Principle 2: Eight Golden Rules Principle

More information

SMK SEKSYEN 5,WANGSAMAJU KUALA LUMPUR FORM

SMK SEKSYEN 5,WANGSAMAJU KUALA LUMPUR FORM SMK SEKSYEN 5,WANGSAMAJU 53300 KUALA LUMPUR FORM 5 LEARNING AREA 4 MULTIMEDIA Ramadan, SMK Pekan 2007 MULTIMEDIA LESSON 21 MULTIMEDIA CONCEPTS DEFINITION OF MULTIMEDIA Multimedia has been used in many

More information

1.2 What Spotlight and Strata users can expect

1.2 What Spotlight and Strata users can expect 1 About 5 About 1.1 What is? is a set of integrated modules that enables your institution to make evidence-based strategic decisions. consists of four modules: Overview - Get an overview of the research

More information

EVALUATION OF THE USABILITY OF EDUCATIONAL WEB MEDIA: A CASE STUDY OF GROU.PS

EVALUATION OF THE USABILITY OF EDUCATIONAL WEB MEDIA: A CASE STUDY OF GROU.PS EVALUATION OF THE USABILITY OF EDUCATIONAL WEB MEDIA: A CASE STUDY OF GROU.PS Turgay Baş, Hakan Tüzün Hacettepe University (TURKEY) turgaybas@hacettepe.edu.tr, htuzun@hacettepe.edu.tr Abstract In this

More information

Threat and Vulnerability Assessment Tool

Threat and Vulnerability Assessment Tool TABLE OF CONTENTS Threat & Vulnerability Assessment Process... 3 Purpose... 4 Components of a Threat & Vulnerability Assessment... 4 Administrative Safeguards... 4 Logical Safeguards... 4 Physical Safeguards...

More information

Technology in Action. Chapter Topics. Scope creep occurs when: 3/20/2013. Information Systems include all EXCEPT the following:

Technology in Action. Chapter Topics. Scope creep occurs when: 3/20/2013. Information Systems include all EXCEPT the following: Technology in Action Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Chapter 10 Behind the Scenes: Software Programming Ninth Edition Chapter Topics Understanding software programming Life

More information

Portfolios Creating and Editing Portfolios... 38

Portfolios Creating and Editing Portfolios... 38 Portfolio Management User Guide 16 R1 March 2017 Contents Preface: Using Online Help... 25 Primavera Portfolio Management Overview... 27 Portfolio Management Software for Technology Leaders... 27 Solution

More information

3Lesson 3: Web Project Management Fundamentals Objectives

3Lesson 3: Web Project Management Fundamentals Objectives 3Lesson 3: Web Project Management Fundamentals Objectives By the end of this lesson, you will be able to: 1.1.11: Determine site project implementation factors (includes stakeholder input, time frame,

More information

Lab 1 MonarchPress Product Description. Robert O Donnell CS411. Janet Brunelle. September 20, Version #2

Lab 1 MonarchPress Product Description. Robert O Donnell CS411. Janet Brunelle. September 20, Version #2 Lab 1 MonarchPress Description 1 Lab 1 MonarchPress Product Description Robert O Donnell CS411 Janet Brunelle September 20, 2015 Version #2 Lab 1 MonarchPress Description 2 Table of Contents 1 INTRODUCTION...

More information

Synology Security Whitepaper

Synology Security Whitepaper Synology Security Whitepaper 1 Table of Contents Introduction 3 Security Policy 4 DiskStation Manager Life Cycle Severity Ratings Standards Security Program 10 Product Security Incident Response Team Bounty

More information

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

Ursuline College Accelerated Program

Ursuline College Accelerated Program Ursuline College Accelerated Program CRITICAL INFORMATION! DO NOT SKIP THIS LINK BELOW... BEFORE PROCEEDING TO READ THE UCAP MODULE, YOU ARE EXPECTED TO READ AND ADHERE TO ALL UCAP POLICY INFORMATION CONTAINED

More information

Web Development: Client Side

Web Development: Client Side Course Description This course introduces web site design and development using EXtensible HyperText Markup Language (XHTML) and Cascading Style Sheets (CSS). You will learn standard XHTML and CSS and

More information

COMMON ISSUES AFFECTING SECURITY USABILITY

COMMON ISSUES AFFECTING SECURITY USABILITY Evaluating the usability impacts of security interface adjustments in Word 2007 M. Helala 1, S.M.Furnell 1,2 and M.Papadaki 1 1 Centre for Information Security & Network Research, University of Plymouth,

More information

Scorebook Navigator. Stage 1 Independent Review User Manual Version

Scorebook Navigator. Stage 1 Independent Review User Manual Version Scorebook Navigator Stage 1 Independent Review User Manual Version 9.8.2010 TABLE OF CONTENTS Getting Started... 1 Browser Requirements... 1 Logging in... 2 Setting Up Your Account... 2 Find Your Scorebook...

More information

Folsom Library & RensSearch Usability Test Plan

Folsom Library & RensSearch Usability Test Plan Folsom Library & RensSearch Usability Test Plan Eric Hansen & Billy Halibut 1 Table of Contents Document Overview!... 3 Methodology!... 3 Participants!... 3 Training!... 4 Procedure!... 4 Roles!... 4 Ethics!5

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

Table of Contents. I) Project Planning. User Analysis. III) Tasks Analysis. IV) Storyboard. V) Function Design. VI) Scenario Design.

Table of Contents. I) Project Planning. User Analysis. III) Tasks Analysis. IV) Storyboard. V) Function Design. VI) Scenario Design. FINAL REPORT Table of Contents I) Project Planning II) User Analysis III) Tasks Analysis IV) Storyboard V) Function Design VI) Scenario Design VII) Database VIII) Usability Questionnaire IX) System Version

More information

Human Computer Interaction Lecture 14. HCI in Software Process. HCI in the software process

Human Computer Interaction Lecture 14. HCI in Software Process. HCI in the software process Human Computer Interaction Lecture 14 HCI in Software Process HCI in the software process Software engineering and the design process for interactive systems Usability engineering Iterative design and

More information

Foundation Level Syllabus Usability Tester Sample Exam

Foundation Level Syllabus Usability Tester Sample Exam Foundation Level Syllabus Usability Tester Sample Exam Version 2017 Provided by German Testing Board Copyright Notice This document may be copied in its entirety, or extracts made, if the source is acknowledged.

More information

Compile together the individual QA Testing Checklists for your team site.

Compile together the individual QA Testing Checklists for your team site. Overview In this phase of the project you test and revise your client site using three different testing methods: quality assurance testing (done individually), user testing, and heuristic evaluation.

More information

Automated Heuristic Evaluator

Automated Heuristic Evaluator Journal of Informatics and Mathematical Sciences Vol. 8, No. 4, pp. 301 306, 2016 ISSN 0975-5748 (online); 0974-875X (print) Published by RGN Publications http://www.rgnpublications.com Special Issue CRIMSTIC

More information

SYLLABUS. Departmental Syllabus. Modern Publication Design JOUR0180. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus

SYLLABUS. Departmental Syllabus. Modern Publication Design JOUR0180. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus DATE OF LAST REVIEW: 02/2013 CIP CODE: 10.0303 SYLLABUS SEMESTER: COURSE TITLE: COURSE NUMBER: Modern Publication Design JOUR0180 CREDIT HOURS: 3 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE: EMAIL:

More information

Evaluation and Design Issues of Nordic DC Metadata Creation Tool

Evaluation and Design Issues of Nordic DC Metadata Creation Tool Evaluation and Design Issues of Nordic DC Metadata Creation Tool Preben Hansen SICS Swedish Institute of computer Science Box 1264, SE-164 29 Kista, Sweden preben@sics.se Abstract This paper presents results

More information

Students completing CISB 15 - Microcomputer Applications will understand the importance of continuing their education in computer literacy.

Students completing CISB 15 - Microcomputer Applications will understand the importance of continuing their education in computer literacy. Course ID Course Name Course Outcome CISB 10 Office Skills Students completing CISB 10 - Office Skills will be able to correctly format a business style block letter using Microsoft Word. Students completing

More information

CHAIRSIDE 2009 USER MANUAL

CHAIRSIDE 2009 USER MANUAL INSTALLATION TECHNICAL SUPPORT For technical assistance, please contact DHC Software at Local : (416) 429-7003 Toll free in North America 1-800-519-6569 Don t forget to check in with our website regularly

More information

CaliberRDM. Installation Guide

CaliberRDM. Installation Guide CaliberRDM Installation Guide Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2010 Micro Focus (IP) Limited. All Rights Reserved. CaliberRDM contains derivative

More information

Inf 202 Introduction to Data and Databases (Spring 2010)

Inf 202 Introduction to Data and Databases (Spring 2010) Inf 202 Introduction to Data and Databases (Spring 2010) Jagdish S. Gangolly Informatics CCI SUNY Albany April 22, 2010 Database Processing Applications Standard Database Processing Client/Server Environment

More information

Human Computer Interaction Lecture 06 [ HCI in Software Process ] HCI in the software process

Human Computer Interaction Lecture 06 [ HCI in Software Process ] HCI in the software process Human Computer Interaction Lecture 06 [ HCI in Software Process ] Imran Ihsan Assistant Professor www.imranihsan.com aucs.imranihsan.com HCI06 - HCI in Software Process 1 HCI in the software process Software

More information

Version 1/2018. GDPR Processor Security Controls

Version 1/2018. GDPR Processor Security Controls Version 1/2018 GDPR Processor Security Controls Guidance Purpose of this document This document describes the information security controls that are in place by an organisation acting as a processor in

More information

To study the application of Data Visualization and Analysis tools

To study the application of Data Visualization and Analysis tools To study the application of Data Visualization and Analysis tools Mrs. Shibani Kulkarni, Department of Computer Science, Dr. D. Y. Patil ACS College, Pimpri, Pune-18 Ms. Neeta Takawale, Department of Computer

More information

Using Internet as a Data Source for Official Statistics: a Comparative Analysis of Web Scraping Technologies

Using Internet as a Data Source for Official Statistics: a Comparative Analysis of Web Scraping Technologies Using Internet as a Data Source for Official Statistics: a Comparative Analysis of Web Scraping Technologies Giulio Barcaroli 1 (barcarol@istat.it), Monica Scannapieco 1 (scannapi@istat.it), Donato Summa

More information

Request For Proposals. Information Technology (IT) Services. General: The City of Bishop requests proposals from consultants to provide IT services.

Request For Proposals. Information Technology (IT) Services. General: The City of Bishop requests proposals from consultants to provide IT services. Release: 10 June 2014 Closes: 27 June 2014 CITY OF BISHOP 377 West Line Street - Bishop, California 93514 Post Office Box 1236 - Bishop, California 93515 760-873-8458 publicworks@ca-bishop.us www.ca-bishop.us

More information

Screening applicants of SIIT scholarship

Screening applicants of SIIT scholarship NH5 Final Report Screening applicants of SIIT scholarship Group Members Thitirat Liaonoraset 5422770545 Khunanon Chunlakan 5422770842 Advisor: Dr.Nguyen Duy Hung School of Information, Computer and Communication

More information

Academic Program Review at Illinois State University PROGRAM REVIEW OVERVIEW

Academic Program Review at Illinois State University PROGRAM REVIEW OVERVIEW Academic Program Review at Illinois State University PROGRAM REVIEW OVERVIEW For Research and Service Centers Submitting Self-Study Reports Fall 2017 INTRODUCTION Primary responsibility for maintaining

More information

Testing the Date Maintenance of the File Allocation Table File System

Testing the Date Maintenance of the File Allocation Table File System Abstract Testing the Date Maintenance of the File Allocation Table File Tom Waghorn Edith Cowan University e-mail: twaghorn@student.ecu.edu.au The directory entries used in the File Allocation Table filesystems

More information

EVACUATE PROJECT WEBSITE

EVACUATE PROJECT WEBSITE FP7-313161 A holistic, scenario-independent, situation-awareness and guidance system for sustaining the Active Evacuation Route for large crowds EVACUATE PROJECT WEBSITE Deliverable Identifier: D.12.1

More information

Design Patterns for CGI Web Applications with Visual Basic

Design Patterns for CGI Web Applications with Visual Basic Design Patterns for CGI Web Applications with Visual Basic Mike Lopez, John Peppiat Manukau Institute of Technology Auckland, New Zealand Mike.Lopez@manukau.ac.nz ABSTRACT Many commercial organisations

More information

Chapter 13: CODING DESIGN, CODING PROCESS, AND CODER RELIABILITY STUDIES

Chapter 13: CODING DESIGN, CODING PROCESS, AND CODER RELIABILITY STUDIES Chapter 13: CODING DESIGN, CODING PROCESS, AND CODER RELIABILITY STUDIES INTRODUCTION The proficiencies of PISA for Development (PISA-D) respondents were estimated based on their performance on test items

More information

CO600 Group Project Magnus Bogucki, Christos Fragiadakis

CO600 Group Project Magnus Bogucki, Christos Fragiadakis Department of Computer Science CO600 Group Project E-Pinion An Online Questionnaire Management System Magnus Bogucki BSc (Hons) Computer Science and Business Administraion with a year in Industry, University

More information

for Q-CHECKER Text version 15-Feb-16 4:49 PM

for Q-CHECKER Text version 15-Feb-16 4:49 PM Q-MONITOR 5.4.X FOR V5 for Q-CHECKER USERS GUIDE Text version 15-Feb-16 4:49 PM Orientation Symbols used in the manual For better orientation in the manual the following symbols are used: Warning symbol

More information

Data Analysis and interpretation

Data Analysis and interpretation Chapter 4 Data Analysis and interpretation 4.1. Introduction This research is related to Network Security Management - A study with special reference to IT industrial units in Pune region. The researcher

More information

Cascading versus Indexed Menu Design

Cascading versus Indexed Menu Design February 2003, Vol. 5 Issue 1 Volume 5 Issue 1 Past Issues A-Z List Usability News is a free web newsletter that is produced by the Software Usability Research Laboratory (SURL) at Wichita State University.

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

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction Adaptable and Adaptive Web Information Systems School of Computer Science and Information Systems Birkbeck College University of London Lecture 1: Introduction George Magoulas gmagoulas@dcs.bbk.ac.uk October

More information

Job Interview / New Job Learn the Buzzwords. Lab Assignment Login and Explore Key Systems. Buzzwords. Outline. Saddleback

Job Interview / New Job Learn the Buzzwords. Lab Assignment Login and Explore Key Systems. Buzzwords. Outline. Saddleback Buzzwords Job Interview / New Job Learn the Buzzwords Lab Assignment Login and Explore Key Systems Professor T. DeDonno 1/2008 ACRONYMN Outline Saddleback: CIM, Blackboard, MySite Adobe: CS3 Flash Dreamweaver

More information

Printed Circuit Board Development Automation

Printed Circuit Board Development Automation Printed Circuit Board Development Automation Project Plan Date Submitted: February 11, 2003 Project/Team Number: Dec 03-09 Team Members Colin Burnett Advisor Client Khawaja-Shahzad Butt Christopher Rieck

More information

This PDF was generated from the Evaluate section of

This PDF was generated from the Evaluate section of Toolkit home What is inclusive design? Why do inclusive design? How to design inclusively Overview Map of key activities Manage This PDF was generated from the Evaluate section of www.inclusivedesigntoolkit.com

More information