0% found this document useful (0 votes)
23 views11 pages

The Systems Life Cycle by Mehy

The document outlines the systems life cycle, detailing the stages of analysis including analysis, design, development, implementation, documentation, and evaluation. It discusses various methodologies for analyzing current systems such as observation, interviews, questionnaires, and document examination, as well as the importance of hardware and software selection for the new system design. Additionally, it covers testing strategies, implementation methods, and the significance of documentation and evaluation in ensuring the system meets user requirements and improves overall performance.

Uploaded by

Mehvish Malim
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views11 pages

The Systems Life Cycle by Mehy

The document outlines the systems life cycle, detailing the stages of analysis including analysis, design, development, implementation, documentation, and evaluation. It discusses various methodologies for analyzing current systems such as observation, interviews, questionnaires, and document examination, as well as the importance of hardware and software selection for the new system design. Additionally, it covers testing strategies, implementation methods, and the significance of documentation and evaluation in ensuring the system meets user requirements and improves overall performance.

Uploaded by

Mehvish Malim
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

The systems life cycle

.
Stages of Analysis:

1.​ Analysis
2.​ Design
3.​ Development & Testing
4.​ Implementation
5.​ Documentation
6.​ Evaluation

Analysis of the current system


The current system is studied using four different methodologies. These are the four

techniques:
●​ Observation:
○​ involves watching users interact with the system to figure out its workings
○​ it is used for understanding how users interact with the current system
○​ Advantages: provides first-hand, unbiased information
○​ Disadvantages: can be time-consuming, may not reveal all issues
●​ Interviews:
○​ direct one-to-one conversations with users on their experience with the
current system
○​ used to gather comprehensive information about individual users
○​ Advantages: allows for in-depth exploration of issues
○​ Disadvantages: relatively expensive, time-consuming, no user-anonymity
which may affect the response
●​ Questionnaires:
○​ set of predetermined questions is given to the users to complete and give
their opinion on the current system
○​ it is majorly used in collecting data from a larger group of people
○​ Advantages: allows for quantitative analysis, efficient data collection,
questions can be answered quickly
○​ Disadvantages: limited by predetermined questions, may suffer from low
response rates, users may exaggerate answers due to anonymity
●​ Examination of existing documents:
○​ reviewing system documentation, user guides, or reports
○​ understanding the current system's design and any known issues
○​ Advantages: provides insights into the system's history, can reveal
previously unknown issues
○​ Disadvantages: may be an outdated or incomplete, time-consuming,
rather expensive method.

Record and analyze information


about the current system
Identifying key aspects of the current system

●​ Data that is inputted, processed, and outputted into the system are identified.
●​ Problems with the current system are identified. What could be improved?
●​ The requirements of the user and the potential new system are identified. What is
the new system meant to do?
●​ Problems: issues that users face with the current system
●​ User requirements: what needs to be added to the new system
●​ Information requirements: data or information the new system must process
New System Requirements Specification:

• Once the systems analysts have completed the analysis stage of the systems life

cycle they should be fully aware of the limitations of the current system.

• The next step will be to design a new system (normally computer-based) to resolve the

problems identified by the users and the systems analyst.

• The Requirements Specification will be created which will outline the required

improvements and expectations for the new system.

System specification
Hardware and Software Selection
●​ Vital to identify the suitable hardware needed for the new system
○​ contemplating system requirements, compatibility, costs
○​ justifying choices based on user needs and system performance
●​ Hardware that needs to be considered:
○​ barcode readers,
○​ scanners,
○​ touch screens,
○​ 3D printers,
○​ monitors,
○​ speakers.
●​ Identifying suitable software needed for the new system
○​ considering functionality, compatibility, and ease of use
○​ justifying choices based on user requirements and system efficiency
●​ Software that needs to be considered:
○​ operating system,
○​ applications software,
○​ size of storage,
○​ type of storage.

Design
Once the analysis has taken place and the systems analyst has some idea of the scale

of the problem and what needs to be done, the next stage is to design the key parts of

the recommended system.

File/Data Structures

●​ Field length: number of characters allowed in a field


●​ Field name: an identifier for the field in the data structure
●​ Data type: specifies the kind of data that can be stored in a field, e.g. text,
numbers, dates
●​ Coding of data: using codes to represent data, e.g. M for male, F for female
Input Formats

●​ Data capture forms: designed to collect data from users in a structured format,
they come in two types: paper-based and electronic-based. Paper-based
data-capturing forms need to be carefully designed with headings, concise
instructions, character and information fields, checkboxes, and enough writing
space. Text boxes, on-screen help, drop-down menus, radio buttons, automatic
validation, and control buttons for data entry are all features of computer-based
forms.​
Consider a user-friendly layout, clear instructions, and appropriate data fields
Output Formats

●​ Screen layouts: how information is presented to users on a screen


●​ Report layouts: how information is organized in a printed or digital report
●​ Consider readability, visual appeal, and efficient use of space
Validation routines

It is a method of examining data that has been submitted to a computer to determine if it

meets specific requirements. It is a routine check that the computer does as part of its

programming.

1. Range check: ensures data is within a specified range of values

2. Character check: ensures data contains only allowed characters

3. Length check: ensures data is of a specified length

4. Type check: ensures data is of the correct data type

5. Format check: ensures data conforms to a specific format

6. Presence check: ensures data is present and not left blank

7. Check digit: a digit added to a number to verify its accuracy

Testing
●​ Guarantees the system's functionality before it is put into use.
●​ Identification and removal of errors, thus improving system reliability and
performance.
Test designs

●​ Test data structures, file structures, input formats, output formats, and validation
routines
●​ Ensure all components function correctly and interact seamlessly
Test strategies
●​ Test each module: verify individual components function as intended
●​ Test each function: ensure all features work correctly
●​ Test the whole system: confirm overall system performance and integration
Test plan

●​ Test data: specific data used for testing purposes


●​ Expected outcomes: predicted results based on test data
●​ Actual outcomes: results obtained from testing
●​ Remedial action: steps taken to fix identified issues
Test data types

The following data types will be explained using the example of months in a year.

●​ Normal data: valid and expected data values within the range of acceptability,
have an expected outcome. E.g. any whole number between 1-12.
●​ Abnormal data: invalid or unexpected data values. This can either be:
○​ Data outside the range of acceptability or
○​ Data that is the wrong data type
○​ In this case, examples could be…
■​ any value less than 1 (i.e. 0, -6, etc.)
■​ any value greater than 12 (i.e. 13, 15, etc.)
■​ letters or nun-numeric data (i.e. July, etc.)
■​ non-integral values (i.e. 3.5, 4.2, etc.)
●​ Extreme data: values at the limits of acceptability (E.g. 1 or 12)
What is live data?

●​ Data that has been used with the current system


●​ Hence, the results are already known

System Implementation
The system must then be fully implemented after it has been thoroughly tested.

We will now think more carefully about switching to the new system. Four popular

techniques are utilized to transition from the old system to the new one.

Before selecting the approach best suited for a given application, the pros and cons of

each must be carefully considered.


4 Methods of Implementation

1. Direct changeover:

●​ The old system is replaced by the new system immediately


●​ Used when quick implementation is necessary
●​ Advantages
○​ fast implementation
○​ cost-effective as only one system is in operation
●​ Disadvantages
○​ High risk of failure
○​ no fallback
○​ users can’t be trained on the new system
2. Parallel Running

●​ Both current and new systems run simultaneously for a period before the old
system is phased out
●​ Used when a smooth transition with minimal risk is required
●​ Advantages
○​ Lower risk
○​ easy system comparison
●​ Disadvantages
○​ Time-consuming
○​ resource-intensive
3. Pilot Running

●​ The new system is implemented in a small, controlled environment before


full-scale implementation
●​ Used when testing the new system in a real-world setting
●​ Advantages
○​ Low risk as only trialed in one department/center/branch
○​ allows for fine-tuning
○​ staff have time to train with the new system
○​ few errors as it's fully tested
●​ Disadvantages
○​ Slower implementation
○​ potential inconsistencies
○​ confusion as there are 2 systems in use
○​ no backup for the department/center/branch using the new system
4. Phased Implementation
●​ The new system is implemented in stages, with each stage replacing a part of
the old system
●​ Used when a gradual transition is preferred to minimize disruption
●​ Advantages
○​ reduced risk
○​ easier to manage
●​ Disadvantages
○​ Takes longer
○​ potential compatibility issues

Documentation
In the life cycle of a system, documentation enables the correct recording of design,

implementation, testing, and maintenance data, facilitating effective communication,

troubleshooting, and potential future improvements.

Technical documentation: detailed information on the system's inner workings and

programming for developers and IT staff

Used to maintain, repair, and update the system with improvements

●​ Purpose of the system/program: Explanation of the system's intended function


and goals
●​ Limitations: Known constraints or issues with the system
●​ Program listing: The code or scripts used in the system
●​ Program language: The programming language used to develop the system
●​ Program flowcharts/algorithms: Visual representations or descriptions of the
system's logic and processes
●​ System flowcharts: Visual representations of the interactions between system
components
●​ Hardware & software requirements: Necessary equipment and software to run
the system
●​ File structures: Organization and layout of the system's files and data
●​ List of variables: Collection of variables used within the system, including their
names and purposes
●​ Input format: Structure and format for entering data into the system
●​ Output format: Structure and format for presenting data generated by the
system
●​ Sample runs/test runs: Examples of system operation, including input and
expected output
●​ Validation routines: Techniques used to check and confirm the accuracy of data
entered into the system
User documentation

Instruction and guidance for end-users on how to operate the system. Used to help

users effectively use the system and overcome problems

●​ Purpose of the system: Explanation of the system's intended function and goals
●​ Limitations: Known constraints or issues with the system
●​ Hardware & software requirements: Necessary equipment and software to run
the system
●​ Loading/running/installing software: Instructions for setting up the system on
user devices
●​ Saving files: Procedures for storing data within the system
●​ Printing data: Steps to produce hard copies of system data
●​ Adding records: Instructions for creating new entries in the system
●​ Deleting/editing records: Guidelines for modifying or removing existing entries
in the system
●​ Input format: Structure and format for entering data into the system
●​ Output format: Structure and format for presenting data generated by the
system
●​ Sample runs: Examples of system operation, including input and expected
output
●​ Error messages: Explanations of system warnings and error notifications
●​ Error handling: Steps to resolve issues and errors within the system
●​ Troubleshooting guide/helpline: Assistance for diagnosing and addressing
common problems
●​ Frequently asked questions: Answers to common user inquiries
●​ Glossary of terms: Definitions of key terms and concepts related to the system

Evaluate a solution
It measures the productivity, efficiency, and compliance of a system with its goals in

order to identify its strengths, shortcomings, and potential development areas. This

assessment informs decision-making and improves overall performance over the course

of a system's life cycle.

Assess the efficiency of the solution:


●​ Analyze the system's efficiency in terms of time, money, and resource use.
Examine whether the system is performing at its best or if its efficiency could be
increased.
○​ Provide examples of specific aspects that contribute to the system's
efficiency
○​ Identify areas that may be consuming excessive resources or time, and
suggest ways to optimize them
●​ Questions to ask:
○​ Does it operate quicker than the previous system?
○​ Does it operate by reducing staff time in making bookings?
○​ Does it operate by reducing staff costs?
Evaluate the ease of use:

●​ Look at the solution's usability and accessibility for the target market. Check to
see if the system is simple to understand and use, and if users have no trouble
completing their jobs.
○​ Describe the user interface and how it facilitates interaction with the
system
○​ Mention any feedback from users regarding their experience with the
system, and address any issues they encountered
●​ Questions to ask:
○​ Are all the users able to use the system and make bookings easily?
○​ Are all the users able to change and cancel bookings easily?
○​ Can all staff understand how to use the system with minimal training?
Determine the suitability of the solution:

●​ Examine how well the implemented solution satisfies the desired outcome by
contrasting it with the original task criteria.
○​ Outline the initial objectives of the system and discuss how the solution
addresses each one
○​ Highlight any requirements that may not have been fully met and discuss
possible reasons for this
●​ Questions to ask:
○​ Is the system suitable for each of the departments?
○​ Does it meet the needs of the customers?
○​ Does it meet the needs of the staff?
○​ Does the solution match the original requirements?
Collect and examine user feedback:

●​ Collect users' responses to the results of testing the system. Their feedback can
provide insights into potential issues and improvements, and help determine
overall user satisfaction
○​ Summarise the testing process, including test data, expected outcomes,
and actual outcomes
○​ Discuss users' reactions to the system, addressing any concerns or
suggestions they may have
Identify limitations and suggest necessary improvements:

●​ Based on the analysis of efficiency, ease of use, appropriateness, and user


feedback, identify any limitations in the system and suggest necessary
improvements
○​ List the limitations and provide explanations for each one
○​ Recommend specific changes or enhancements for these issues

Analysis phase flow diagram

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy