1.4 Implementation Q Flashcards

1
Q

Describe purpose of system implement

A

To create a working computer system based on previously produced system design documentation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Explain what happens in pilot changeover method.

A

Some data from old system processed by new system.
New operate alongside old only processing part of the data.
Results compared.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Explain what happens in phased changeover

A

Some parts of system replaced by new system. In sequence. Remainder of system continues to operate using old information system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explain what Happens in parallel changeover method

A

Old and new system operate side by side (parallel) for short period of time. Results can be compared.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Evaluate the parallel changeover method (context given)

A

ADVANTAGES
supports comparison of results of processing w new and old.
Old system available as backup- event of new system failure- less risky.
Less stress for staff as have security of old. Can take their time learning new.

DISADVANTAGES
+ workload for staff- all items must be processed in duplicate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Evaluate the direct changeover method (context)

A

ADVANTAGES
new running immediately.
No + costs w duplicate processing of data therefore cheapest method of installation.

DISADVANTAGES
No comparison of output between old and new.
No backup- event of failure of new- risky.
Have to transfer all data before old can be switched off.
Period of time where no system available.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Evaluate pilot changeover method (context)

A

ADVANTAGES
Data processed by old and new is available for comparison.
Staff from pilot departments can help with the training of other staff.
Only small part of business affected. Any issues identified.

DISADVANTAGES
cannot test efficiency of the system with larger quantities of data.
Cannot share data easily w rest of company using old.
Extra work for IT staff supporting 2 different systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Evaluate phased changeover method (context)

A

ADVANTAGES
Supports gradual installation of new system and staff training.
Less risk of whole system going wrong- only affect part.
DISADVANTAGES
if system failure occurs in the transitioned phase- no backup system available for staff.
Takes long time
As parts are used, users ask for changes- hold up next installation phase.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Compare and contrast pilot and phased changeover methods.

A

SINIKARITIES
both involve the old and new systems being used.

CONTRAST
pilot- one branch switches to new tried it out before launching it company wide, while rest stay with old. Branch that tries out new system may realise it doesn’t meet requirements and reject it. Then other branches may never switch over.

Phased- the new system will definitely be implemented one stage at a time. In sequence or order.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Explain the difference between user documentation and technical documentation

A

User documentation- intended for average user.
Not for programmers.
Can be hard copy, online or embedded.
Could include tool tips and video tutorials.
Provides the user with all the information they need to support them in the successful use of piece of HW OR SW

technical documentation- not intended for general user.
Aimed at computer professionals.
Describes how system was designed.
Describes how system works rather than what it actually does.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Main components of user documentation

A
Table of contents 
HW + SW needed 
How to install 
How to use main features 
Explanation of error messages 
Troubleshooting guide.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Main components of technical documentation

A

Module specific
Code for each module
Test plans and results

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Explain why data conversion is necessary/ what is the purpose of data conversion

A

When a new computer system is out in place, data from the system it has replaced will need to be converted to work in the new system.
Could be paper based to computerised.
Could be one way if formatting/ storing data being changed to a different way eg ASCII TO UNI or 4 digit year format instead of 2.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Give two examples of data conversion

A

Input of data from paper based records to electronic format for storage on a database system.

The complete migration of an entire database from one application to another.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Explain why system maintenance is necessary

A

To make sure the system continues to run smoothly following implementation. Could be errors on code, night not fully meet requirements, requirements might change.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Explain what is meant by adaptive maintenance

A

Updating the system to meet new requirements or a change in the way system is now used.
Could also happen if original user requirements were not well defined.

17
Q

Explain what is meant by perfective maintenance

A

Changes to improve performance of the system. Processing will take place in less time. Code could be made more efficient (less code for same result) leading to better performance.

18
Q

Compare and contrast corrective and adaptive maintenance

A

Similarities- both respond to changes after system development.
However

Corrective- is a response to errors
Where
Adaptive- a response to changing user requirements/ environment

19
Q

Explain which benefits an organisation will get from perfective and adaptive maintenance

A

Perfective- helps improve performance of the system
Increased processing speed.
Take advantage of increased memory capacity.

Adaptive- internal change- need to perform function used did not realise was possible during system development.

External change- a new function required by an external agency.

20
Q

4 components of technical documentation

A

System specification

Design components

Database structures

Program documentation

Test plans

HW SW.

21
Q

Direct explanation

A

Old system stopped/ discarded

New system immediately replaces

22
Q

Explain what data conversion was required if the computerised system replaced a manual system

A

Data is taken from existing documents eg. Forms.

This data may need re organising for new database structure eg table created/ modified.

Database structure created on system.

Data is keyed in.

Database tables populated w data.