THE BCS PROFESSIONAL EXAMINATIONS Certificate in IT. October Examiners Report. Information Systems
|
|
|
- Augustus Brown
- 10 years ago
- Views:
Transcription
1 THE BCS PROFESSIONAL EXAMINATIONS Certificate in IT October 2006 Examiners Report Information Systems General Comments The pass rate for Section A was disappointing, being lower than previously. One reason for this still lies with the candidates poor examination technique. They should be encouraged to read the question carefully and make a note of the number of marks allocated to each. This indicates the amount of detail required. There were also a larger number of very weak students, which invariably lowers the pass rate. Question 1 1. A sports clothing business specialising in gymnastics and fitness clothing is developing an on-line web site to sell and promote their products. The following functions are required: displaying the product, allowing customers to check availability of size and colour, producing a shopping basket, dealing with credit card payments and arranging delivery. a) You are the project manager for a small software house employed to manage the above development and have been asked to give a presentation to the directors of the above company detailing your development methods. Write a short report describing the following development methods and techniques used in each, indicating which you would choose and why you chose it: i) Prototyping ii) Object oriented analysis iii) Hard system methodologies (15 marks) b) Sketch a series of screens enabling the customer to pick the product he/she requires, build up a shopping basket and enter payment and credit details. (15 marks) Part a): Candidates were able to discuss prototyping, but many failed to be able to describe object-oriented techniques. As this area is now as common as the traditional hard system methodologies, this is surprising. There are many published textbooks and information is available on the internet. Candidates should be encouraged to carry out research into modern techniques. Part b): There was an improvement in the screen design. Many candidates indicated the differing techniques that were used, which gained more marks as it helped describe functionality. Part a): Prototyping is a user-oriented process used to build the system with the co-operation of the user. It concentrates on the business needs and flexibility within development. There are several prototyping techniques that can be used such as evolutionary, spiral, dummy, staged, phased. Examples of commercial products are DSDM, Agile products etc. OOA concentrates on the objects, which exist in the real world, their roles and responsibilities (attributes and operations), the way they work together (interaction). Objects are classified within classes containing attributes and methods. Techniques include class diagrams, use-case diagrams, the theories of inheritance and persistence. Examples include UML.
2 Hard systems methodologies such as SSADM deal with the detailed and methodical approach to analysis and design. Techniques include data flow diagramming, logical data modelling, entity life histories, normalisation etc. The choice of method and reasons are up to the individual. Part b): The screens need to show good functionality, basic screen design and consistency. The nature of the system allowed the use of many differing techniques, such as images, video clips, radio buttons, help, drop down lists etc. Showing how users can navigate through the screens should indicate the usability of them. Exit strategies and help are expected. Question 2 2. a) The production of a large project requires good project management skills and techniques. Describe the mechanisms and stages you would produce in order to manage and control such a project to ensure a good quality system, which is produced on time. (13 marks) b) Using the system development life cycle as an example, draw a Gantt chart and a PERT chart for a project lasting twelve weeks, making reasonable assumptions as to the length of each stage. (8 marks) c) Write brief notes on the following: i) Outsourcing (3 marks) ii) Facilities management (3 marks) iii) The role of a software house (3 marks) This question was the least popular and those who attempted it, found it very difficult. Many misread part a), and described the system development cycle rather that the management of the development process. This has been a common error in previous papers. Part b): There are many examples of Gantt and PERT charts using the system development life cycle as an example and yet very few candidates attempted the question. Those who did obtained high marks. Part c): The majority of candidates ignored this question; those who did attempt it were not familiar with the facilities, which are often used by large companies. Part a): Project management is crucial to system development. Teams need to be organised, the project needs to be broken down into stages and tasks, time and cost budgets decided, tasks and resources allocated, recovery mechanisms devised etc. Techniques include the use of good methodologies, regular progress meetings, structured walkthroughs etc Part b): A good example of a Gantt chart should indicate the stages and length of time each should take using a histogram. The PERT chart should indicate start and finish times with a critical path. Part c): Outsourcing is a mechanism of using external sources for example to develop a system, run a system such as payroll, provide input to a system It saves time and resources and can reduce costs by taking responsibility for employing specialist staff for example. It can also be used as a security measure (egg payroll). Facilities management is a mechanism whereby a company carries out the entire running and processing of systems. That company, thus releasing the necessity to employ any specialised
3 technical or development staff, absorbs all the responsibility. An excellent example would be overseas call centres and support centres. A software house/company develops systems and provides the software to a company. Support and maintenance would normally be provided by use of a contract. There are many examples of companies, e.g. Microsoft providing operating systems and packages such as word processing, as well companies who provide turnkey solutions, accountancy systems, payroll system etc. Question 3 3. a) There are several issues that need to be taken into account when investigating the feasibility of a project. Describe what should be contained in a typical feasibility report. (10 marks) b) A system s data is stored in a database, which is supported by a database management system (DBMS). Describe what functions should be contained in a typical DBMS in order to be able to present good quality data when required. Use an example with which you are familiar. (10 marks) c) Your manager has expressed an interest in buying help desk software to support the hardware and software within a company. Produce a report showing the main functions and data required to support a help desk database. (10 marks) Part a): This is a very common question and was answered reasonably well. However, candidates tended to spend too much time, for example describing feasibility techniques such and interviews, questionnaires etc, none of which was required. Part b): Despite this being a common question, it was not answered well Part c): Many candidates misunderstood the question and ignored it. They should be familiar with the functions of a help desk and were expected to describe what information is required to support these functions. Part a): The main issues are: economical, technical, operational, social and legal. Descriptions of each are expected. Part b): Security (including passwords and roles), referential integrity, privacy, locking mechanisms, recovery e.g. roll back, roll forward, back up, performance and response. Examples such as Access, Oracle etc Part c): The database should hold details of all the hardware (type, manufacturer, serial no) and software including name, location and version, user names, passwords, roles etc. details of the queries/problems with user codes, dates, severity code, solution, FAQs (frequently asked questions) etc
4 Question 4 4. a) There are several types of testing strategies and stages when testing should occur. Prepare a brief report identifying THREE different types of testing and THREE stages, which should be included in testing. b) Documentation is vital to provide good maintenance facilities. Briefly describe what should be contained in the following: i) System specification ii) User training and reference guide iii) Technical documentation (9 marks) c) Discuss what measures you would take to ensure that your company s data is secure and recoverable at all times. (9 marks) Examiner s Comment This was the most successful question and yet not the most popular. Part a): This was answered well and high marks obtained. Part b): Most candidates were able to show some understanding of the three different types of documentation, but often confused the system specification with the technical documentation. The former is logical/physical attributes of the system and the latter the physical attributes of the implementation. Part c): This was answered reasonably well. Part a): Functional testing showing the system contains the required functionality, i.e. it does what was expected. Usability testing ensuring it meets the user criteria in terms of look and feel, response etc. Performance testing ensuring it can cope with the required volume. Could also include black/white testing and Pareto analysis. Stages to be tested include module/screen/program testing, system testing, integration testing, alpha and beta testing, and user acceptance. Part b): The system specification should contain the detail of the analysis and design including data flow diagrams, data models, normalisation, screen, database and output design, function/module specification (pseudo code, structured English etc). User training and reference guides should contain access and help guides, screen layouts, print layouts, terminology, support details etc documentation is vital. It should enable the users to understand how to use and navigate the system and how to recover from errors. Technical documentation should contain the technical information concerning the hardware and software, details of maintenance contracts, contact details etc. Part c): Security of data is covered by the use of passwords, user roles, back-up procedures on and off site, use of fireproof safes, disaster recovery procedures, antivirus and spyware software, measures to prevent malicious access to servers/computer rooms etc.
5 Question 5 5. a) An Entity Relationship Diagram (ERD) consists of the Entity Relationship Model (ERM) and associated documentation. What information should be included in the additional documentation? (5 marks) b) Outline what you consider to be good practice for drawing an ERD. (4 marks) c) List THREE other techniques that could be used to support an ERD. (3 marks) a) A range of documentation one mark for each validate document, will reduce marks for duplication Attribute list, primary key, foreign key, domain constraints, examples of business rules not support by standard constraints b) Open ended, open for the students None plurals, all relationships named, all entities have a relationship, no cyclic relationships, no circular relationships One mark for each relevant point Some candidates stated that training or knowledge was a key point, as was an understanding of the problem domain. c) One mark for each relevant example DFD, ECD, EAM etc. Well answered by candidates who had clearly read around the subject or understand the technique. Question 6 6. Internet sites should be accessible to all users regardless of whether they do or do not have special needs. Comment on how you would structure test scripts and conditions to ascertain whether an internet site was accessible to all types of users. Open ended style question but should cover a range of special needs users not just one group. The test scripts should cover areas such as: Alternative methods of delivery of material - use of text instead of sound, - sound instead of text etc. Sites decided so that images have alt text tags Uses of messages conveyed in imagery reduced. Reduction in amount of frames
6 Consistency between existing web sites Use of third party validation sites like the bobby standard A poorly answered question. It seemed clear that those answering this question did not really understand the question. Providers might need to discuss this domain in greater detail, and discuss the needs of disabled users and other ethical considerations with the IS realm. Question 7 7. What is meant by the following terms and outline the principles and techniques behind each term: a) RAD b) SSADM c) PRINCE i) Rapid Application Development Based on James Martin approach, Increased reliance and use of users and prototypes to develop systems JAD and JRP sessions Time boxes and parallel development Use of swat teams Marks are awarded for relevant points. ii) Structured Systems Analysis and Design Methodology UK Government standard Currently at version 4* Use of standard techniques (CD, DFD, ERD etc) Data focused, Traditionally limited user involvement Marks are awarded for relevant points. iii) Projects in a Commercial Environment Project management method UK government standard, Structures stages, Deliverables include lessons learnt log / risk log The student discusses the terms and needs to provide a relevant explanation of the term, in terms of the tools and techniques that differentiate them. One mark for each relevant point made.
7 Reasonable well answered question for parts 1 and 2. Prince seemed to a weak award, which is of some concern when the latest methods utilise terms from Prince (for example SSADM, Prestwood) Question 8 8. What features and functions does a CASE tool provide? Up to 12 marks for valid points as to how CASE can assist in software engineering Generation of part of the diagram Provide generation of the next level of diagram Generate supporting documentation Providing conformance to the rules and regs of the diagram technique Provide diagram cross checking Generation of (part) code and application Provide methodology support Provide help One or two marks for each relevant point made. Reasonable attempts at this question. Question 9 9. Define the following terms and explain their use: a) ASP b) XML c) ODBC d) DBMS a) Active server pages (4 x 3 marks) server side technology, generates HTML code for the client browser Microsoft product Can connect to a number of databases a) Extensible Mark up Langage markup language used to describe the structure of data XML Meta language Can be combined with XSL and HTML etc c) Open Database Connectivity Microsoft standard
8 Open source, part of Windows Open Standards Architecture middleware for database connections slow, d) Database Management System software that supports the database functions etc. hide the database function from the users examples, Oracle, Access Up to 2 marks for each discussion, 1 mark for each relevant comment made in each area. Reasonable attempts by some candidates, but there were a number of answers that were in the pure guess variety. When you consider this are standard terms within IS, candidates should have been better prepared. Question Company X is recording defects information about all its current products, including those under development and those in operation. Defects can be reported by: system designers (during formal inspections); testers (during systems and integration testing) or users. What information should be collected when defects are reported? Sketch a screen layout containing this information. / a) The major problem is the lumping together of faults and failure into defects. Clearly system designers are reporting faults while users are reporting failures. Testers finding defects during system and integration testing may be finding faults or failures. The distinct groups cannot be expected to produce the same kind of information (e.g. cause cannot be given by users). Users cannot be expected to provide information about faults. They can only report on incidents that they believe are failures. It is up to the software developers to determine if these really are (new) failures and if so it is up to them to find the fault that has caused it and then fix the fault. [4 marks] Other weaknesses to note (1 mark each up to maximum of 4 total marks) a. No name field b. Date ambiguous; is date the date of incident or the date reported? c. Description could mean anything: ideally need to separate out symptom, end result and mechanism. d. Too much reliance on free-form entry (simple scale choices are much better). e. Does not provide a simple scale of severity f. Does not identify location/version number [4 marks] Marks were award for a reasonable attempt at a screen layout. Marks will be awarded on how relevant the point is. Most answers showed a level of understanding for this question. Question a) A standard Microsoft Windows development environment has a number of features that would assist with the development of a data entry application. Discuss THREE such features and give examples of where they would be used to assist data entry and validation. (3 x 2 marks) b) What are the relevant advantages and disadvantages of server side and client side validation? (6 marks)
9 a) 3 times 1 mark for feature, 1 for examples Features could include, drop down lists, query based options, check boxes, 1 mark for a relevant Example Poorly answered question. Lots of answers discussed applications rather than features. b) up to 2 marks for a discussion on server side validation up to 2 marks for client side validation Server side validation ensures that all business rules are met, but does require all transactions have to be validated on the server. Client side validation utilises resources on the client machine, but may have business rules that are out of date, due to the client machine being out of step with the current application. 2 marks for comments, I would hope / expect that both would be used. The client would be used to ensure that data is within acceptable domains and that the server then ensures that the data is accurate. There were a number of reasonable answers this question. Question Measurements and Metrics play a key role in the management of a RAD approach to project development. Outline the type of information that needs to be collected, so that subsequent projects can be better estimated and the overall quality improved. / The answers to this question were the poorest on the paper. Any reasonable statistics could be used to improve quality and estimates. a) Number of days taken to a. development an application b. write reports c. test applications d. etc b) Number of faults found a. before testing, b. after testing, c. found by customer d. etc. Any metrics that shows how much effort or how well the application mapped to the requirements catalogue can be used.
BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 4 Certificate in IT. September 2013 EXAMINERS REPORT
BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 4 Certificate in IT September 2013 EXAMINERS REPORT Information Systems General comments on candidates' performance There
Investigate Requirements for Software Solutions
Unit 29: Investigate Requirements for Software Solutions Learning Outcomes A candidate following a programme of learning leading to this unit will be able to: Gather and analyse appropriate and relevant
GCE APPLIED ICT A2 COURSEWORK TIPS
GCE APPLIED ICT A2 COURSEWORK TIPS COURSEWORK TIPS A2 GCE APPLIED ICT If you are studying for the six-unit GCE Single Award or the twelve-unit Double Award, then you may study some of the following coursework
THE BCS PROFESSIONAL EXAMINATIONS Diploma. April 2006 EXAMINERS REPORT. Systems Design
THE BCS PROFESSIONAL EXAMINATIONS Diploma April 2006 EXAMINERS REPORT Systems Design Question. a) Write a BRIEF explanation of the purpose of TWO of the following UML diagrams as used in Object- Oriented
SYSTEMS ANALYSIS DESIGN
SYSTEMS ANALYSIS DESIGN Third Edition ALAN DENNIS Indiana University BARBARA HALEY WIXOM University of Virginia ROBERTA M. ROTH University of Northern Iowa WILEY John Wiley & Sons, Inc. http://www.wiley.com/college/dennis
D6 INFORMATION SYSTEMS DEVELOPMENT. SOLUTIONS & MARKING SCHEME. June 2013
D6 INFORMATION SYSTEMS DEVELOPMENT. SOLUTIONS & MARKING SCHEME. June 2013 The purpose of these questions is to establish that the students understand the basic ideas that underpin the course. The answers
What is a life cycle model?
What is a life cycle model? Framework under which a software product is going to be developed. Defines the phases that the product under development will go through. Identifies activities involved in each
Unit Title: Personnel Information Systems Unit Reference Number: F/601/7510 Guided Learning Hours: 160 Level: Level 5 Number of Credits: 18
Unit Title: Personnel Information Systems Unit Reference Number: F/601/7510 Guided Learning Hours: 160 Level: Level 5 Number of Credits: 18 Unit objective and aim(s): This unit aims to give learners a
Karunya University Dept. of Information Technology
PART A Questions 1. Mention any two software process models. 2. Define risk management. 3. What is a module? 4. What do you mean by requirement process? 5. Define integration testing. 6. State the main
(Refer Slide Time: 01:52)
Software Engineering Prof. N. L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture - 2 Introduction to Software Engineering Challenges, Process Models etc (Part 2) This
Certified Information Systems Auditor (CISA)
Certified Information Systems Auditor (CISA) Course Introduction Course Introduction Module 01 - The Process of Auditing Information Systems Lesson 1: Management of the Audit Function Organization of the
BCS Professional Examination 2015 Professional Graduate Diploma. April 2015. Examiners Report. System Design Methods
BCS Professional Examination 2015 Professional Graduate Diploma April 2015 Examiners Report System Design Methods Question 1 1.a) Discuss why prototyping and agile approaches to systems design are increasingly
Information Technology Engineers Examination. Information Security Specialist Examination. (Level 4) Syllabus
Information Technology Engineers Examination Information Security Specialist Examination (Level 4) Syllabus Details of Knowledge and Skills Required for the Information Technology Engineers Examination
MCQ on Management Information System. Answer Key
MCQ on Management Information System. Answer Key 1.Management information systems (MIS) 1. create and share documents that support day-today office activities 2. process business transactions (e.g., time
Process Models and Metrics
Process Models and Metrics PROCESS MODELS AND METRICS These models and metrics capture information about the processes being performed We can model and measure the definition of the process process performers
INTEGRATED STAFF ATTENDANCE SYSTEM (ISAS) WEE PEK LING
INTEGRATED STAFF ATTENDANCE SYSTEM (ISAS) WEE PEK LING A report submitted in partial fulfillment of the requirements for the award of the degree of Bachelor of Computer Science (Computer Systems & Networking)
BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS. BCS Level 5 Diploma in IT APRIL 2013 IT PROJECT MANAGEMENT EXAMINERS REPORT
BCS THE CHARTERED INSTITUTE FOR IT BCS HIGHER EDUCATION QUALIFICATIONS BCS Level 5 Diploma in IT APRIL 2013 IT PROJECT MANAGEMENT EAMINERS REPORT Section A A1 a) Name FOUR criteria by which a project can
Web Design Specialist
UKWDA Training: CIW Web Design Series Web Design Specialist Course Description CIW Web Design Specialist is for those who want to develop the skills to specialise in website design and builds upon existing
2.1 The RAD life cycle composes of four stages:
2.1 The RAD life cycle composes of four stages: A typical RAD life cycle is composed of the following Stages 2.1.1. Requirements Planning; 2.1.2 User Design; 2.1.3 Rapid Construction; 2.1.4 Transition.
HOW TO START WORKING WITH P2WARE PROJECT MANAGER 7?
HOW TO START WORKING WITH P2WARE PROJECT MANAGER 7? This document contains introduction to P2ware Project Manager 7 views (P2ware Project Manager 7 walkthrough) and shows how to create high quality plans
MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.
Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) Which of the following requires a systems development method that uses a data orientation
Unit 21: Hosting and managing websites (LEVEL 3)
Unit 21: Hosting and managing websites (LEVEL 3) Learning outcomes By completing this unit candidates will develop a thorough knowledge of how a website is hosted and managed, once the initial design and
DBMS Questions. 3.) For which two constraints are indexes created when the constraint is added?
DBMS Questions 1.) Which type of file is part of the Oracle database? A.) B.) C.) D.) Control file Password file Parameter files Archived log files 2.) Which statements are use to UNLOCK the user? A.)
T141 Computer Systems Technician MTCU Code 50505 Program Learning Outcomes
T141 Computer Systems Technician MTCU Code 50505 Program Learning Outcomes Synopsis of the Vocational Learning Outcomes * The graduate has reliably demonstrated the ability to 1. analyze and resolve information
How To Test A Web Based System
Testing Web-Based Systems-Checklists Testing Web-Based Systems -Checklist Overview-: Web-based testing should be RISK ORIENTED. This article describes the risks, presents the types of testing that can
2667A - Introduction to Programming
2667A - Introduction to Programming Table of Contents Introduction Audience At Course Completion Prerequisites Microsoft Certified Professional Exams Student Materials Course Outline Introduction Elements
Phase 2 Systems Analysis. Dr. Feng-Jen Yang
Phase 2 Systems Analysis Dr. Feng-Jen Yang Phase Description Systems analysis is the 2nd phase in the systems development life cycle (SDLC) Use requirements modeling, data and process modeling, and object
A system is a set of integrated components interacting with each other to serve a common purpose.
SYSTEM DEVELOPMENT AND THE WATERFALL MODEL What is a System? (Ch. 18) A system is a set of integrated components interacting with each other to serve a common purpose. A computer-based system is a system
Usability Issues in Web Site Design
Version 3, April 98 (available from http://www.npl.co.uk/npl/sections/us and in Proceedings of UPA 98) Usability Issues in Web Site Design Nigel Bevan National Physical Laboratory, Usability Services,
Software Development Processes. Software Life-Cycle Models
1 Software Development Processes Sequential, Prototype-based RAD, Phased, Risk-based Spiral (c) 1998 M Young CIS 422/522 4/3/98 1 Software Life-Cycle Models Breaking projects down into pieces for... Planning
IT2404 Systems Analysis and Design (Compulsory)
Systems Analysis and Design (Compulsory) BIT 1 st YEAR SEMESTER 2 INTRODUCTION This is one of the 4 courses designed for Semester 1 of Bachelor of Information Technology Degree program. CREDITS: 04 LEARNING
Agile Projects 7. Agile Project Management 21
Contents Contents 1 2 3 Agile Projects 7 Introduction 8 About the Book 9 The Problems 10 The Agile Manifesto 12 Agile Approach 14 The Benefits 16 Project Components 18 Summary 20 Agile Project Management
CMDB Visualization Using Visio
CMDB Visualization Using Visio 1. Service mapping across the infrastructure 2. Creating Visio service maps automatically 3. Embedding data and hyperlinks into Visio shapes 4. Using Visio data graphics
Project Management - The DDE Schedule
Work program sample 1 ITS Work Program 1 Reproduced with permission of St Rita s College Nov 2006 A work program is the school s plan of how the course will be delivered and assessed, based on the school
Introduction to Information Technology Course Number 10009
Course Name Introduction to Information Technology Course Number 10009 IT1.0 Understand the need for digital technologies within their life IT1.0 Understand the need and impact of technology IT1.1 Define
Domain 1 The Process of Auditing Information Systems
Certified Information Systems Auditor (CISA ) Certification Course Description Our 5-day ISACA Certified Information Systems Auditor (CISA) training course equips information professionals with the knowledge
CS 487. Week 8. Reference: 1. Software engineering, roger s. pressman. Reading: 1. Ian Sommerville, Chapter 3. Objective:
CS 487 Week 8 Reading: 1. Ian Sommerville, Chapter 3. Objective: 1. To check the understandibility of the students in life cycle and process model for development of a software product. 2. To check if
Information Systems Development Process (Software Development Life Cycle)
Information Systems Development Process (Software Development Life Cycle) Phase 1 Feasibility Study Concerned with analyzing the benefits and solutions for the identified problem area Includes development
Python Checker. Computer Science Department
Python Checker University of Mary Washington Computer Science Department PROJECT PLAN Prepared by Chris Zimmerman, Eric Phung, Shehan Rajapakse University of Mary Washington February 23, 2015 ii Table
Software Quality Testing Course Material
Prepared by Vipul Jain Software Quality Testing Course Material Course content is designed and will be taught in such a manner in order to make a person job ready in around 10-12 weeks. Classroom sessions
SELF STUDY DIPLOMA IN BUSINESS ANALYSIS
What? How? Business Process Education Centre CC PostNet Suite 60, Private Bag X1 Northcliff, 2115, South Africa Tel (011) 478 0430 Fax (011) 478 0435 www.whathow.co.za SELF STUDY DIPLOMA IN BUSINESS ANALYSIS
Module 2. Software Life Cycle Model. Version 2 CSE IIT, Kharagpur
Module 2 Software Life Cycle Model Lesson 4 Prototyping and Spiral Life Cycle Models Specific Instructional Objectives At the end of this lesson the student will be able to: Explain what a prototype is.
Web Security School Final Exam
Web Security School Final Exam By Michael Cobb 1.) Which of the following services is not required to run a Windows server solely configured to run IIS and publish a Web site on the Internet? a. IIS Admin
Software Development Processes. Software Life-Cycle Models. Process Models in Other Fields. CIS 422/522 Spring 1998 1
1 Software Development Processes Sequential, Prototype-based RAD, Phased, Risk-based Spiral (c) 1998 M Young CIS 422/522 1/10/99 1 Software Life-Cycle Models Breaking projects down into pieces for... Planning
A Comparative Study of Database Design Tools
A Comparative Study of Database Design Tools Embarcadero Technologies ER/Studio and Sybase PowerDesigner Usability Sciences Corporation 909 Hidden Ridge, Suite 575, Irving, Texas 75038 tel: 972-550-1599
output: communications management plan
Q1. (50 MARKS) A. List the nine PMBOK knowledge areas and give a one sentence description of the purpose of each knowledge area along with at least one output (document etc.) and its purpose. 1.Project
This unit provides knowledge of web architecture, components and technologies. It also covers the implementation of website elements.
Unit 20: Web Fundamentals Unit code: R/601/3512 QCF Level 2: BTEC Specialist Credit value: 7 Guided learning hours: 60 Aim and purpose This unit provides knowledge of web architecture, components and technologies.
Core Syllabus. Version 2.6 B BUILD KNOWLEDGE AREA: DEVELOPMENT AND IMPLEMENTATION OF INFORMATION SYSTEMS. June 2006
Core Syllabus B BUILD KNOWLEDGE AREA: DEVELOPMENT AND IMPLEMENTATION OF INFORMATION SYSTEMS Version 2.6 June 2006 EUCIP CORE Version 2.6 Syllabus. The following is the Syllabus for EUCIP CORE Version 2.6,
Bachelor of Games and Virtual Worlds (Programming) Subject and Course Summaries
First Semester Development 1A On completion of this subject students will be able to apply basic programming and problem solving skills in a 3 rd generation object-oriented programming language (such as
How To Understand Software Engineering
PESIT Bangalore South Campus Department of MCA SOFTWARE ENGINEERING 1. GENERAL INFORMATION Academic Year: JULY-NOV 2015 Semester(s):III Title Code Duration (hrs) SOFTWARE ENGINEERING 13MCA33 Lectures 52Hrs
(BA122) Software Engineer s Workshop (SEW)
Training for the Business Analyst (BA122) Software Engineer s Workshop (SEW) Duration: 4 days CDUs (Continuing Development Units): 28 Description: A practical workshop covering the role of the Business-Systems
Building Reliable, Scalable AR System Solutions. High-Availability. White Paper
Building Reliable, Scalable Solutions High-Availability White Paper Introduction This paper will discuss the products, tools and strategies available for building reliable and scalable Action Request System
Contents. Introduction and System Engineering 1. Introduction 2. Software Process and Methodology 16. System Engineering 53
Preface xvi Part I Introduction and System Engineering 1 Chapter 1 Introduction 2 1.1 What Is Software Engineering? 2 1.2 Why Software Engineering? 3 1.3 Software Life-Cycle Activities 4 1.3.1 Software
MSc Information Technology - E521
MSc Information Technology - E521 1. Aims and Objectives This conversion programme targets non-engineering graduates with a view of preparing them for the employment market where up-to-date IT skills represent
Introduction to the ITS Project Management Methodology
Introduction to the ITS Project Management Methodology In September 1999 the Joint Legislative Committee on Performance Evaluation and Expenditure Review (PEER) produced a report entitled Major Computer
Pearson Education Limited 2003
156 Activities Activity 9.1 (PP. 357 358) [Project planning exercise] You are required to construct a project plan for the following information system development project. Your objective is to schedule
Modern Databases. Database Systems Lecture 18 Natasha Alechina
Modern Databases Database Systems Lecture 18 Natasha Alechina In This Lecture Distributed DBs Web-based DBs Object Oriented DBs Semistructured Data and XML Multimedia DBs For more information Connolly
Chapter 3. Outline the hardware and software technologies used to build an e business. its partners. access to the Internet and hosting of
Chapter 3 E business Infrastructure 1 Learning outcomes Outline the hardware and software technologies used to build an e business infrastructure t within an organisation and with its partners Outline
Mapping and Geographic Information Systems Professional Services
Mapping and Geographic Information Systems Professional Services G-Cloud Services RM 1557 Service Definition Esri UK GCloud 5 Lot 4 Specialist Services Government Procurement Service Acknowledgement Esri
2010 Software Development GA 3: Written examination
2010 Software Development GA 3: Written examination GENERAL COMMENTS The 2010 Information Technology: Software Development paper comprised three sections: Section A contained 20 multiple-choice questions
Brief Contents. Part Three: Decisions and Strategies. Part One: Information Technology Infrastructure. Part Four: Organizing Businesses and Systems
Brief Contents 1 Introduction Part One: Information Technology Infrastructure 2 Information Technology Foundations 3 Networks and Telecommunications 4 Database Management Part Two: Business Integration
This is the software system proposal document for the <name of the project> project sponsored by <name of sponsor>.
Guide to Preparing the SOFTWARE PROJECT MANAGEMENT PLAN R. Buckley CSc 190 Senior Project Department of Computer Science - College of Engineering and Computer Science California State University, Sacramento
Richmond Systems. Self Service Portal
Richmond Systems Self Service Portal Contents Introduction... 4 Product Overview... 4 What s New... 4 Configuring the Self Service Portal... 6 Web Admin... 6 Launching the Web Admin Application... 6 Setup
Software Engineering Question Bank
Software Engineering Question Bank 1) What is Software Development Life Cycle? (SDLC) System Development Life Cycle (SDLC) is the overall process of developing information systems through a multi-step
SOFTWARE REQUIREMENTS
SOFTWARE REQUIREMENTS http://www.tutorialspoint.com/software_engineering/software_requirements.htm Copyright tutorialspoint.com The software requirements are description of features and functionalities
Pro/INTRALINK 9.0/9.1 Curriculum Guide
Pro/INTRALINK 9.0/9.1 Curriculum Guide NOTE: For a graphical depiction of the curriculum based on job role, please visit this page: http://www.ptc.com/services/edserv/learning/paths/ptc/proi_90.htm Web
PROJECT MANAGEMENT SYSTEM
Requirement Analysis Document v.2 14.12.2009 CENG-401 SOFTWARE ENGINEER PROJECT MANAGEMENT SYSTEM (Project Manager) Ahmet Edip SEÇKİN 07010555 (Developer) Erhan ŞEN 07010507 (Developer) Semih Serdar CENGİZOĞLU
Software Requirement Specification For Flea Market System
Software Requirement Specification For Flea Market System By Ilya Verlinsky, Alexander Sarkisyan, Ambartsum Keshishyan, Igor Gleyser, Andrey Ishuninov 1 INTRODUCTION 1.1 Purpose 1.1.1 Purpose of SRS document
User Manual for Web. Help Desk Authority 9.0
User Manual for Web Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks of ScriptLogic
Chapter 11 Project Management
Chapter 11 Project Management Managing and Using Information Systems: A Strategic Approach by Keri Pearlson & Carol Saunders Introduction What are the elements of a good project? Why do so many IT projects
Concepts of Database Management Seventh Edition. Chapter 9 Database Management Approaches
Concepts of Database Management Seventh Edition Chapter 9 Database Management Approaches Objectives Describe distributed database management systems (DDBMSs) Discuss client/server systems Examine the ways
SOFTWARE ENGINEERING INTERVIEW QUESTIONS
SOFTWARE ENGINEERING INTERVIEW QUESTIONS http://www.tutorialspoint.com/software_engineering/software_engineering_interview_questions.htm Copyright tutorialspoint.com Dear readers, these Software Engineering
New York City College of Technology/CUNY Computer Systems Technology Department
New York City College of Technology/CUNY Computer Systems Technology Department Instructor: Telephone: E-mail: Office: Office hours will be announced CST2406/CS406 Systems Analysis and Design (2 Class
OCR LEVEL 3 CAMBRIDGE TECHNICAL
Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT EXPLORING COMPUTER APPLICATIONS M/505/5403 LEVEL 3 UNIT 36 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 EXPLORING COMPUTER
Please Note: Temporary Graduate 485 skills assessments applicants should only apply for ANZSCO codes listed in the Skilled Occupation List above.
ANZSCO Descriptions This ANZSCO description document has been created to assist applicants in nominating an occupation for an ICT skill assessment application. The document lists all the ANZSCO codes that
Chapter 13 Computer Programs and Programming Languages. Discovering Computers 2012. Your Interactive Guide to the Digital World
Chapter 13 Computer Programs and Programming Languages Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Differentiate between machine and assembly languages Identify
The Dentist Online Reservation System Design and Implementation Web Based Application and Database Management System Project
2012 International Conference on Education Technology and Computer (ICETC2012) IPCSIT vol.43 (2012) (2012) IACSIT Press, Singapore The Dentist Online Reservation System Design and Implementation Web Based
How To Understand Programming Languages And Programming Languages
Objectives Differentiate between machine and and assembly languages Describe Describe various various ways ways to to develop develop Web Web pages pages including including HTML, HTML, scripting scripting
Client/server is a network architecture that divides functions into client and server
Page 1 A. Title Client/Server Technology B. Introduction Client/server is a network architecture that divides functions into client and server subsystems, with standard communication methods to facilitate
Relational Database Basics Review
Relational Database Basics Review IT 4153 Advanced Database J.G. Zheng Spring 2012 Overview Database approach Database system Relational model Database development 2 File Processing Approaches Based on
Updating the International Standard Classification of Occupations (ISCO) Draft ISCO-08 Group Definitions: Occupations in ICT
InternationalLabourOrganization OrganisationinternationaleduTravail OrganizaciónInternacionaldelTrabajo Updating the International Standard Classification of Occupations (ISCO) Draft ISCO-08 Group Definitions:
Course Handbook. BSc Web Design and Development. Page 1 of 17
Course Handbook BSc Web Design and Development Page 1 of 17 Contents Contents... 2 Welcome to Adam Smith College... 3 Information about your course... 3 Your Curriculum Head... 4 Your attendance at college
A Database Re-engineering Workbench
A Database Re-engineering Workbench A project proposal by Anmol Sharma Abstract Data is not always available in the best form for processing, it is often provided in poor format or in a poor quality data
JOB DESCRIPTION CONTRACTUAL POSITION
Ref #: IT/P /01 JOB DESCRIPTION CONTRACTUAL POSITION JOB TITLE: INFORMATION AND COMMUNICATIONS TECHNOLOGY (ICT) SECURITY SPECIALIST JOB SUMMARY: The incumbent is required to provide specialized technical
San Joaquin County Office of Education Career & Technical Education Web Design ~ Course Outline CBEDS#: 4601
Web Design Course Outline I II 1 Course Content 5 5 Student Evaluation Employment Opportunities 2 XHTML 10 10 Creating an HTML Document Formatting Text with HTML Adding Graphics with Multimedia Using forms
Introduction to Automated Testing
Introduction to Automated Testing What is Software testing? Examination of a software unit, several integrated software units or an entire software package by running it. execution based on test cases
Fundamentals of Information Systems, Fifth Edition. Chapter 8 Systems Development
Fundamentals of Information Systems, Fifth Edition Chapter 8 Systems Development Principles and Learning Objectives Effective systems development requires a team effort of stakeholders, users, managers,
Project Planning With IT
Unit 17: Project Planning With IT Unit code: QCF Level 3: Credit value: 10 Guided learning hours: 60 Aim and purpose Y/601/7321 BTEC National The aim of this unit is to ensure learners understand the processes
OCR LEVEL 2 CAMBRIDGE TECHNICAL
Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT WEBSITE DEVELOPMENT A/601/3245 LEVEL 2 UNIT 9 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 WEBSITE DEVELOPMENT A/601/3245
Usability Test Plan Docutek ERes v. 5.0.05 University of Texas Libraries
Usability Test Plan Docutek ERes v. 5.0.05 University of Texas Libraries Prepared for: INF 385p Usability (Dr. Randolph Bias) Prepared by: Laura Bright, Rachael Gilg and Heather Nodler Date: March 24,
Certified Software Quality Engineer (CSQE) Body of Knowledge
Certified Software Quality Engineer (CSQE) Body of Knowledge The topics in this Body of Knowledge include additional detail in the form of subtext explanations and the cognitive level at which the questions
Specialist Cloud Services Lot 4 Cloud EDRM Consultancy Services
Specialist Cloud Services Lot 4 Cloud EDRM Consultancy Services Page 1 1 Contents 1 Contents... 2 2 Transcend360 Introduction... 3 3 Service overview... 4 3.1 Service introduction... 4 3.2 Service description...
Windchill PDMLink 10.1. Curriculum Guide
Windchill PDMLink 10.1 Curriculum Guide Live Classroom Curriculum Guide Update to Windchill PDMLink 10.1 from Windchill PDMLink 9.0/9.1 Introduction to Windchill PDMLink 10.1 for Light Users Introduction
