1.1 Systems in Organisation Flashcards
When designing a new system you’ve got to consider 3 things…
The extent of new system
Limit of old system
Context of system
What usually causes systems not to change?
We don’t like change.
What are the issues with change? (Name 3)
New systems might omit old features
Old systems might be faster
People find change complex
Change might lead to incompatibility
There might be data loss
It will be expensive
What is needed before changing a system?
A plan, including valid reason for changing.
communication with stakeholders
integration
Evaluation
What is a legacy system?
Old method, technology or computer system that may not be available anymore.
What is a merger?
A combination of two or more entities.
What are the issues of mergers?
Software compatibility
Language differences
Time zone differences
Cultural differences.
What is local software?
Installed on computer
What is remote software?
Installed on computer somewhere else and access it through the internet.
What is SaaS?
Software as a service
A host makes available software for customers over the internet so they don’t have to worry about installation, maintenance and management.
What are the benefits of SaaS?
Cheaper
good for small businesses
less staff required
the organisation can get back online quicker
What are the problems with SaaS?
Software integration
security isn’t as secure
government compliance regulations
The four types of changing procedures.
Direct changeover
Parallel running
Pilot running
Phased conversion
What is direct changeover?
Old system is stopped and new system is started
What are the pros and cons of direct changeover?
Minimal time and effort
If new system fails, no backup.
What is parallel running?
New system is stared but the old system is kept running alongside it with data in both systems.
What are the pros and cons of parallel running?
If new system fails there is a backup
More tine and resources required to run both.
What is pilot running?
New system is tested with a small organisation, once it is running it is completely implement everywhere else.
What are the pros and cons of pilot running?
All features trialed, if new system fails not as tragic.
For the users of the pilot system there is no backup.
What is phased conversion?
New system is introduced in phases.
What are the pros and cons of phased conversion?
Allows people to get used t the new system, training can be done in stages
If new system fails there is no fall back.
What is data migration?
Moving data.
What is important to consider when undergoing data migration? (Name 3)
Compatibility
Data structure differences.
Validation rules
Incomplete data transfers
International, time, money etc.
Security of data
data integrity
Time and cost
Why do we test?
Management
Functionality
User experience
Performance
Compatibility
Security
What is static testing?
When we review software without testing it.
What is dynamic testing?
When we execute the software with test cases. So testing occurs as program runs.
What is the difference between static and dynamic testing?
Static testing involves verification, whereas dynamic testing also involves validation to improve software quality.
What is alpha testing?
performed by employees
on developers site
What is beta testing?
performed by non employees
performed at client location
What is black box testing?
Functional testing = Test without going into software, looks at interfaces instead.