System Fundamentals Flashcards

1
Q

Why could a new system be created?

A

a new system could be created to replace one that is no longer suitable for its purpose: It is outdated, inefficient or redundant

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

What is the process of planning

A

the process of planning is to think about various details and organising the activities required to reach the desired goal

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

List 5 things that may have an impact on planning

A

-lack of stakeholders and end user anticipation
-lack of end user ownership to a system
-lack of attention to required training
-lack of attention to various organisation issues
-lack of guiding organisation and business strategies

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

What is a feasibility report?

A

a report that analyses and evaluates a project and its potential, based on the technical, economic, legal, operational and schedule criteria. This decides whether a project will be pursued

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

Explain the 5 types of feasibility that would be

A

technical-can existing tech work in the new system
economic- is it cost effective
legal- does it follow laws
operational- do existing practices and procedures support the maintenance and operation of the new system
schedule- how long will it take

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

What is change Management?

A

the process of moving individuals, departments and organisations from the current state to the desired state

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

What is the goal of change management?

A

maximise benefits and limit negative impacts of change on individuals

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

What is a legacy system and what about it needs to be paid attention to by administrators?

A

a legacy system is old hardware, computer systems and application programs
The exchange of data between new systems and legacy systems

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

Give 2 reasons why legacy systems may be used

A

data can not be converted to newer formats
apps cannot be updated

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

What is a business merger?

A

the combining of 2 or more business entities

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

Give 4 strategies of integration.
give a con for each

A

-develop both to have the same function(high maintenance)
-select the best systems from each and combine them (difficult for employees)
-select 1 and drop the other (policy issues)
-replace both with a new one(high initial cost)

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

What is software incompatibility?

A

when business entities or systems cannot operate satisfactorily

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

What is change over?

A

changeover is the purpose of retiring the old system and implementing the new system

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

explain these changeover methods:
parallel
big bang/direct

A

parallel- both systems run at the same time for a while, very popular due to limited risk. However, it is not very cost efficient
big bang- the new system is implemented and the old system is terminated at the same time has a very high risk, the system may not work as expected

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

explain these changeover methods:
pilot
phased

A

pilot- only used in large organisations that have multiple sites. One site tests it and if it is liked it is extended to the other sites via direct changeover
phased- one module of the system at a time is changed. This method is very slow

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

What can business systems operate on

A

locally hosted system-can be used for larger and complex systems
remote hosted system-most appropriate when there is no necessary hardware

17
Q

What is SaaS?

A

a method that allows software and data to be hosted and managed centrally on a remote datacentre-users pay a subscription. This is on the cloud and requires internet access.

18
Q

Give 3 benefits of SaaS

A

-cheaper than other options: low initial cost and low maintenance
- a wide range of devices support it
-few software updates and few it technicians required

19
Q

Give 3 limitations of SaaS

A

-data loss if the provider goes out of business
-integration with other SaaS solutions or Software is difficult
- the performance of a browser when using SaaS is lower

20
Q

List 3 things that may happen without proper user documentation

A

-programs and systems may become increasingly complex as their aim becomes more complicated
-the product functions may not be as clear for the user(user and developer think differently)
-Users may not know how to use the product to its full capacity

21
Q

List 4 things that proper internal documentation should include

A
  • appropriate use of constant identifiers
  • appropriate module headers
    -appropriate code structuring
    -appropriate comments
22
Q

List all the 7 methods of user documentation

A

-FAQ’S
-User/Embedded assistance
-email support
- Live chat sessions
-remote desktop connections
-Manuals
-online/web portals

23
Q

Explain the 2 types of testing

A

-Functional testing: tests individual parts of the data such as menu functions to see that they all work properly
- Data testing- testing extreme, abnormal and normal data in the system

24
Q

List the 4 possible outcomes of data testing

A

-normal: data that should be accepted
- abnormal data: data that is not expected to be entered
- data at the limits: data that is at the boundary of being accepted
-extreme: should be rejected when tested

25
Q

What is Validation?

A

the process of evaluating whether data input follows

26
Q

What is Verification?

A