
Chapter 7 - System Life Cycle
Presentation
•
Computers
•
8th - 9th Grade
•
Practice Problem
•
Medium
ADRIAN SAPUTRA
Used 15+ times
FREE Resource
67 Slides • 20 Questions
1
Chapter 7
System Life Cycle
ICT LESSON
2
Replace this with a header
Replace this with your body text. Duplicate this text as many times as you would like. All provided templates can be reused multiple times. Wish you a good day.
Happy teaching!
Subject | Subject
Some text here about the topic of discussion
3
Do you know or ever heard of system analyst?
Subject | ICT
CHAPTER 7
4
Do you know or ever heard of system analyst?
When an organization or a client considers that one of its systems has problems or is in need of improvement, a system analyst studies the system to determine where the problems are and how the system can be improved.
Subject | ICT
CHAPTER 7
5
The analyst then plans how the system is going to be imported into the organization and arranges for continuing maintenance of the system. This whole process is known as the systems life cycle and can be summarized as:
Subject | ICT
CHAPTER 7
Analysis
Development and testing
Documentation
Design
Implementation
Evaluation/Maintenance
6
Open Ended
The main stages of a system life cycle are .....
7
Fill in the Blanks
Type answer...
8
Fill in the Blanks
Type answer...
9
The system life cycle or the system development life cycle (SDLC) is often depicted using a diagram known as the waterfall model.
Subject | ICT
CHAPTER 7
10
Subject | ICT
CHAPTER 7
Analysis : Collecting information about the present system and identifying problems.
11
Subject | ICT
CHAPTER 7
Design : Designing a new system to correct the problems identified in the analysis.
12
Subject | ICT
CHAPTER 7
Implementation: Replacing the old system with the new system.
13
Subject | ICT
CHAPTER 7
Testing : testing new system
14
Subject | ICT
CHAPTER 7
Deployment: released the new system
15
Subject | ICT
CHAPTER 7
Maintainance: There are some issues which come up in the client environment and also to enhance the product some better versions are released.
16
Fill in the Blanks
Type answer...
17
Fill in the Blanks
Type answer...
18
Fill in the Blanks
Type answer...
19
Fill in the Blanks
Type answer...
20
Fill in the Blanks
Type answer...
21
Subject | ICT
CHAPTER 7
Iteration
22
Subject | ICT
CHAPTER 7
This stage starts with the definition of the problem and a suitable study.
Analysis
23
Subject | ICT
CHAPTER 7
Process: Collecting information by observing the user or client's work environment.
Observations
Advantages
No detailed planning is required.
Less time-consuming
Helps the analysts understand the requirements in real-time
Effective method.
24
Fill in the Blanks
Type answer...
25
Fill in the Blanks
Type answer...
26
Subject | ICT
CHAPTER 7
Process: People who use the system are interviewed to collect their feedback.
Interview
Advantages
The analyst can open ended questions to collect more feedback and questions can be modified during interview.
Disadvantages
It can be a time-consuming process and interviewees cannot remain anonymous with this method.
27
Fill in the Blanks
Type answer...
28
Subject | ICT
CHAPTER 7
Process: Questionnaires are distributed to employees/customers to find out a range of opinions about the current system.
Questionnaire
Disadvantages
May not be completely accurate, not all returned and vague answers
Advantages
Can reach a larger audience and save more times.
29
Fill in the Blanks
Type answer...
30
Subject | ICT
CHAPTER 7
Process: Existing documentation for the current system is analyzed to identify what data is inputted and outputted.
Collecting Documentsr
Advantages
Analysts can see how current system operates and obtain information which is critical to the system
Disadvantages
It can be a very time-consuming process.
31
Fill in the Blanks
Type answer...
32
With one of those techniques mentioned before a list will be formed of what will be necessary for the solution. This list of the requirements specification
33
Open Ended
An entrepreneur builds a food company, and for a week, he doesn't get enough customers. he has tried to promote his business using flyers, what should be done to make his business grow?
34
Subject | ICT
CHAPTER 7
Based on the information from the analysis stage, a new system will be designed. The new system will hope to resolve the issues identified in the current system.
design
35
Subject | ICT
CHAPTER 7
Based on the information from the analysis stage, a new system will be designed. The new system will hope to resolve the issues identified in the current system.
design
36
Fill in the Blanks
Type answer...
37
Subject | ICT
CHAPTER 7
When designing a new system you need to think about what the outcome will look like
design
The important part is to decide what the organization/client wants to happen in the end. If they like the output, they are likely to accept the whole solution.
38
Fill in the Blanks
Type answer...
39
Subject | ICT
CHAPTER 7
The basic four symbols of a dfd
Function
File or database
Information flow
Input or output
40
Fill in the Blanks
Type answer...
41
Subject | ICT
CHAPTER 7
definition of a Data flow diagram (dfd)
Data flow diagrams are used to visualise the information that enters, leaves, or effects a system within a system
42
Fill in the Blanks
Type answer...
43
Subject | ICT
CHAPTER 7
Uses of a data flow diagram
To find the inputs, outputs, processes, and storage information for the proposed system.
To identify the pros and cons of any changes planned for the new system.
To identify system requirements such as hardware and software for the planned systems
44
Fill in the Blanks
Type answer...
45
Subject | ICT
CHAPTER 7
Design phase
The design phase of the system life cycle is important as it helps show how the new system will look.
46
Fill in the Blanks
Type answer...
47
Subject | ICT
CHAPTER 7
input Design
The analyst has to decide how the data will be collected and design a method of inputting it. For example:
•Is the input manually or automatically? manual data collection means the users have to insert the data by themselves, while automatic data collection can use sensors as the input.
•Are the data captured forms using paper-based or electronic-based? This depends on the application
•Is the data going to be input by someone using a keyboard? Screen? or papers?
48
Subject | ICT
CHAPTER 7
input Design
A system analyst has been asked to create an ICT system for their bookshop. What do you think needs to be inserted into the system?
Before a data input form can be created the database has to be created. The following need to be considered:
•Type of data that will capture and input.
•Different tables which may be required and relationships which could be established.
•Different fields (including Key) would be required.
•Data types that would be required for each field
•Text
•Integer (numeric)
•Double
•Boolean (Yes/No)
•OLE Object (Image)
49
Subject | ICT
CHAPTER 7
input Design
Paper Based Forms Must Include:
•Clear heading and instructions.
•Use of text boxes to collect information such as name, DOB, etc.
•Use of tick boxes to make choices easier (Gender).
•Clear fonts and text styles.
Electronic Forms Include:
Text boxes
checkboxes
Buttons
radio buttons/options buttons
list boxes
drop-down menus
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Subject | ICT
CHAPTER 7
documentation
To any organization, documentation is the most reliable form of information as the users can always refer back to the documents. A new system is always supported by two types of documents:
72
Subject | ICT
CHAPTER 7
Technical documentation
Technical documentation is the information about the solution that a technician needs in order to understand how the system works.
This explains how the system was developed and includes information such as hardware and software requirements, file structures, and coding used.
73
Subject | ICT
CHAPTER 7
Technical documentation
Technical documentation is required when updating or fixing problems with the system. It will include:
This is the definition of the problem that the system solves, as agreed with the client.
If the purpose of the system meets the requirement then we can move on to the next technical documentation.
74
Subject | ICT
CHAPTER 7
Technical documentation
There will be some limitations put on the system in the initial discussions between the client and the analyst.
The limitation may vary, some examples are the client wants to add a new feature of the system, but the analyst thinks it will add too much cost and time.
75
Subject | ICT
CHAPTER 7
Technical documentation
These will show the complete information system in a graphical or visual concept. Sometimes referred to as the system architecture
76
Subject | ICT
CHAPTER 7
Details of any programming done will need to be included, such as the original designs for the program, possibly in the form of program flowcharts as well. The program itself must be fully annotated.
Annotation is a term used in computer programming to refer to documentation and comments that may be found in code logic.
Because sometimes programmer will require an explanation of the rationale behind the logic, an explanation of how the logic accomplishes its purpose or simply leaving a mark to their code.
77
Subject | ICT
CHAPTER 7
This will include the name of the variable, the reason it is being used ,and the data type.
This is to help technicians follow the program if some maintenance needs to be done and to ensure that variables are not duplicated.
78
Subject | ICT
CHAPTER 7
The hardware needed to run the system is also listed, including estimated file sizes.
software requirements should also be listed, including details of the software that has been bought, used, or modified during the process.
Minimum system requirements for running the software will also be included.
79
Subject | ICT
CHAPTER 7
This defines the data types of all the fields in the files used by the system.
It also shows the linkages between the files. If the system uses databases, then the database management system will have a view that shows the relationship between the tables.
80
Subject | ICT
CHAPTER 7
When a system is already implemented, validation of each module is also routinely checked, to ensure all data given are correct and there is no problem during the process of each module.
81
Subject | ICT
CHAPTER 7
User documentation is provided for the people who will use the system. Users do not need to know how the system works in detail, however, there are some features and functions that they should know:
User documentation
82
Subject | ICT
CHAPTER 7
This will include:
•The sort of data that needs to be input
•How to input the data
•How to format it
It is basically like creating a manual for the users to learn how to use the system.
83
Subject | ICT
CHAPTER 7
The outputs from some successful runs of the software should be shown so that the user has a reference of how the system should look if it is used properly.
This could be in the form of a video tutorial.
84
Subject | ICT
CHAPTER 7
Things can go wrong, especially a new system is implemented and users with their first experience with it. It is important to have a message showing what is wrong when users inputted the wrong data into the system, so the users can repeat the process and enter the correct data.
85
Subject | ICT
CHAPTER 7
There should be some assistance given for minor problems that can arise with the system being used.
The trouble-shooting guide tells the user how to identify that certain things have gone wrong and what can be done about them.
86
Subject | ICT
CHAPTER 7
Experiences are the best teacher. Problems that occur within the process are collected together with the answers that go with them.
87
Subject | ICT
CHAPTER 7
1. Name the stages of the system's life cycle.
2. Name 3 ways you could research an existing system.
3. Describe these methods of researching an existing system.
Observation
Interviews
Questionnaires
Assignment
Chapter 7
System Life Cycle
ICT LESSON
Show answer
Auto Play
Slide 1 / 87
SLIDE
Similar Resources on Wayground
81 questions
Civil War Review
Presentation
•
8th Grade
80 questions
What is Weather ?
Presentation
•
6th - 9th Grade
84 questions
The Jacksonian Era Lesson
Presentation
•
8th Grade
80 questions
7th Intro. to Life science Sect. 1 The Science of Biology Da
Presentation
•
8th Grade
80 questions
2nd Quarter Math 9
Presentation
•
9th Grade
82 questions
Employability Skills
Presentation
•
8th Grade
81 questions
Alg A: Capstone 2, Part 1 Review
Presentation
•
8th - 10th Grade
Popular Resources on Wayground
20 questions
STAAR Review Quiz #3
Quiz
•
8th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
6 questions
Marshmallow Farm Quiz
Quiz
•
2nd - 5th Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
20 questions
Inferences
Quiz
•
4th Grade
19 questions
Classifying Quadrilaterals
Quiz
•
3rd Grade
12 questions
What makes Nebraska's government unique?
Quiz
•
4th - 5th Grade
Discover more resources for Computers
20 questions
STAAR Review Quiz #3
Quiz
•
8th Grade
7 questions
Warm Up 04.01.2026
Quiz
•
9th Grade
8 questions
Amoeba Sister Asexual vs Sexual Reproduction
Interactive video
•
8th Grade
15 questions
Pythagorean Theorem Word Problems Quizizz
Quiz
•
8th Grade
20 questions
Graphing Inequalities on a Number Line
Quiz
•
6th - 9th Grade
4 questions
Spring Break rest and recharge
Presentation
•
6th - 8th Grade
20 questions
Linear Functions Review
Quiz
•
9th Grade
30 questions
English 1 STAAR Review
Quiz
•
9th Grade