Top Banner
Computer Studies Systems Development
23

Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

Dec 16, 2015

Download

Documents

Juliana Lindsey
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

Computer Studies

Systems Development

Page 2: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

Systems Development

• Systems investigation• Systems analysis• Systems design• Systems implementation• Systems testing • Systems evaluation

Page 3: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

System Analysis and Design

• System Analysts ($$$$$$$$$$)• EXAMINING business situation• BETTER procedures and methods

Page 4: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

Case Study

• 97-AL-Comp Stud II-14• A wholesale company recently decided to comp

uterize its existing manual system. The company had previously not used computers at all.

Page 5: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

Case Study (cont’)

• Peter, with three years’ experience as a programmer, was recruited to carry out the computerization of the system. Besides programming, Peter is also knowledgeable about the latest microcomputers on the market and commonly-used software packages, such as word processors and spreadsheets. He recommended that the company should buy a number of microcomputers and some applications software packages. He did a good job in helping the staff to use these packages.

Page 6: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

Case Study (cont’)

• Later, Peter started to develop a billing system for processing sates orders, recording the sales, updating the customer accounts and printing monthly bills. After several months of work on his own. Peter finished the whole program for the system.

Page 7: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

Case Study (cont’)

• The clerks of the company slopped using the old manual system and started using Peter's system but encountered immediate difficulties. They complained that the system's operating procedure was too different from the original working procedure and even complicated the tasks. Peter helped the clerks and finally the billing statements were printed. A week later, the company received complaints from some customers saying that their statements were wrong. The company had to redo the erroneous statements manually.

Page 8: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

Question (a) ~ 2 marks

• What is the advantage of creating a system over purchasing one from the market?

Page 9: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

Question (b) ~ 4 marks

• The fact that Peter's system has caused difficulties for the staff and created errors in the billing statements is probably due to Peter's negligence in the system development process. Suggest two ways by which Peter can improve his work in the system development process.

Page 10: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

Question (c) ~ 2 marks

• Suppose everything had gone well with Peter's system. Give one reason for using Peter's approach to system conversion.

Page 11: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

Question (d) ~ 6 marks

• Describe how Peter should carry out the system conversion in each of the following cases and support your answers with reasons:

• • Case 1: The manager of the company will not allow any

increase in the error rate of the system during system conversion.

• Case 2: The company has many branches and the system is to be used in each branch.

Page 12: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

Techniques, Tools and System documentation

• System flowchart • Data flow analysis (Data flow diagram)• Critical path analysis (PERT charts)• Data dictionary• Decision table• Decision tree

Page 13: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

System flowchart (Symbols)Directional flow

Processing

Display Output

Document

Page 14: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

System flowchart (Symbol 2)

Manual Input

File storage

Page 15: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

2000-AL-COMP STUD 2-8

• The purchasing department of the Gold Light Company is responsible for supplier selection and the issuing of purchase orders.

Page 16: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

2000-AL-COMP STUD 2-8 (Cont’)

• In the supplier selection process.– Requirements for items to be ordered and quotations

from the suppliers are obtained from two files;– Tentative orders will be generated after suppliers are

selected;– An orders summary report will also be printed

Page 17: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

2000-AL-COMP STUD 2-8 (Cont’)

• In the purchase order issuing process,– The tentative orders will be checked by the

purchasing supervisor via a visual display unit;– Purchase orders will be printed for confirmed orders;– Unconfirmed orders will undergo the supplier

selection process again to select another supplier

Page 18: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

2000-AL-COMP STUD 2-8 (Cont’)Supplier

Quotations

TentativeOrders

SupplierSelection

Issue OrderKeyboard

OrderConfirmation

OrdersSummary

Report

Page 19: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

2000-AL-COMP STUD 2-8 (Cont’)Supplier

Quotations

TentativeOrders

SupplierSelection

Issue OrderKeyboard

OrderConfirmation

OrdersSummary

ReportUnconfirmed

Orders

Ordersrequirement

PurchaseOrders

Page 20: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

Data flow diagram

• Data drive business activities• For example, new sales order data• Simple notations can be easily understood by us

er and business persons

Page 21: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

NotationsYourdon Gane and Sarson

Data Flow

Process

Entity(People, organization)

Data Store

Page 22: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

Library system(Context diagram)

0

Library system

D1 Book Information

Borrower

Personal Information

BookDetails

Borrowinginformation

D2 Borrowing Records

Page 23: Computer Studies Systems Development. Systems investigation Systems analysis Systems design Systems implementation Systems testing Systems evaluation.

Errors

All data flows must either originate or terminate at a process

Data flow should not split into two or more different data

flows

Processes need to have at least one input data.