Managing a Project Life Cycle of a System.

Slides:



Advertisements
Similar presentations
Instructions for families: When introducing a new section:
Advertisements

The Design Process Steps in the Design Process The following slides outline stages and associated activities of the design process.
Ch-11 Project Execution and Termination. System Testing This involves two different phases with two different outputs First phase is system test planning.
Software Development Life Cycle. Why Do We need Software Development Models Helps to make sure that we cover all bases during planning and implementation.
‘When the boot is on the other foot’ What does this phrase mean?
ICT Course Outline. 60% Coursework 40% Exam 30% Assignment to be done in year 10 30% Project to be done in year 11 Assignment is quite structured, whilst.
Solve an equation with variables on both sides
Solve an equation by combining like terms
THE SYSTEMS LIFE CYCLE ANALYSE DESIGN IMPLEMENT MAINTENANCE IDENTIFY/INVESTIGATE.
Standardized Test Practice
Systems Life Cycle A summary of what needs to be done.
SYSTEM LIFE CYCLES. OBJECTIVES o Be able to describe the stages of development of a hardware/software system. o Know what the different stages of the.
Reality Show. In this unit, you have been asked to help a TV production company create a new exciting reality TV show! You are learning to: Understand.
Variables and Expressions Order of Operations Real Numbers and the Number Line Objective: To solve problems by using the order of operations.
Order of Operations Jessica Bentley 7 th grade Math Let’s Begin! Let’s Begin!
Dr. Fowler CCM Solving Systems of Equations By Elimination – Easier.
SOLUTION Field Trip EXAMPLE 1 Writing Factors of a Number A class of 36 students is on a field trip at the aquarium. The teacher wants to break the class.
Project Life cycles BTEC National.
Passing Periods Name 1, Name 2, Name 3, Name 4. Define the Problem: During passing periods the hallways are very crowded which makes it difficult to get.
Opening Activity  In your spirals, write the activities below in order from what should be done first to what should be done last.  List One  Put on.
Solve an equation by combining like terms EXAMPLE 1 8x – 3x – 10 = 20 Write original equation. 5x – 10 = 20 Combine like terms. 5x – =
Program Design. The design process How do you go about writing a program? –It’s like many other things in life Understand the problem to be solved Develop.
COMPUTER GAMES. Learning objectives Evaluate a computer game and suggest how it can be improved Create a design for a computer game Create a computer.
Dr. Fowler CCM Solving Systems of Equations By Substitution – Harder.
Lesson - 2. Introduction When we make a program we must follow some steps, called Programming Development Life Cycle (PDLC). Programming steps are five:
More on OO Programming Our programs will no longer just be a main method or a main which calls a collection of other methods –instead, a program will be.
Applying the Distributive Property Lesson Application Problem O A parking structure has 10 levels. There are 3 cards parked on each level. How many.
Objective: Solve equations that involve more than one operation. 7-2 Solving Two-Step Equations.
x + 5 = 105x = 10  x = (  x ) 2 = ( 5 ) 2 x = 5 x = 2 x = 25 (5) + 5 = 105(2) = 10  25 = 5 10 = = 10 5 = 5.
Notes Over 3.1 Solving a System Graphically Graph the linear system and estimate the solution. Then check the solution algebraically.
Cupid Shuffle.  Everyone find a line on the floor and face the stage.  Now put your arms stretched out to your sides, you should not be able to touch.
AS Computer Studies Algorithms & Problem Solving 1 & 2.
IOT POLY ENGINEERING I Using your handout of the design process steps place check next the items asked for as they appear on the screen. These are.
Confidential1 Hello, Natasha! This is Mrs. Bisanz. I will be your teacher today! OUR LESSON: Order of Operations.
BSA 385 Week 3 DQ 1 User Interface delineations are a key aspect of the Physical Model design description of your proposed system solution. Discuss the.
Section 1-3: Solving Equations
Section 1-3: Solving Equations 8/29/17
Project planning The systems life cycle.
Applying the Distributive Property
Annual Professional Development Conference
Hazards in St Joseph high school Newry
Learning Intention I will learn about the iterative software development process with a focus on the Design stage.
Solve a quadratic equation
Design and Technology Academic Year 2017/2018 Grade 7 First Semester.
Solving Two-Step Inequalities
PRESENT PERFECT SIMPLE or PRESENT PERFECT CONTINUOUS
دورة حياة تطوير النظم system development life cycle
Practical 2 Unit 26 Design a small or home office network
Software Development Life Cycle
Solve an equation by combining like terms
Computer Science Prototyping.
Coding Concepts (Basics)
Computer Programming.
1.4 Solving Absolute-Value Equations
“If you give a mouse a cookie” Format
No Yes START Do you live in Scotland? Take umbrella See last Flowchart
5 POINT PLAN THE SYSTEMS LIFE CYCLE ANALYSE DESIGN
1.4 Solving Absolute-Value Equations
Case #3 Daily CSI Can you solve it? Snack Shack.
Chapter 4-2 Power and Exponents
Snack Shack Daily CSI Can you solve it? 8th Grade Forensic Science
Example 2B: Solving Linear Systems by Elimination
Notes Over Using Radicals
Games Design Problem identification Analysis of solution
Dear Power point User, This power point will be best viewed as a slideshow. At the top of the page click on slideshow, then click from the beginning.
On your whiteboards: Solve this equation 4a + 5 = 29 4a = 24 a = 6.
Wrapup which is the document write that says the end.
Presentation transcript:

Managing a Project Life Cycle of a System

Life cycle of a system Developing a system is no different to solving any other problem. There is a cycle of stages that you must go through.

We have a problem!

Identify

Identify What is the problem? Mum keeps tripping over CDs and breaking some cases.

Analyse

What is causing the problem? Analyse What is causing the problem? CDs get damaged when they are left on the floor, but there is nowhere else to put them.

Success criteria

How will we measure the success of the solution? Success Criteria How will we measure the success of the solution? Clear floor, no broken cases, happy mum.

Research

Research

Design Design

“A shelf on the wall. That’s it.” Design What kind of shelf? “A shelf on the wall. That’s it.”

Implement

Implement “I’ve done it!”

Test Test

Test Let’s check it out! “Oh dear, not quite right!”

Review

“If I straighten the shelf and add two ends the CDs will stay on it.” Review How can I improve it? “If I straighten the shelf and add two ends the CDs will stay on it.”

User documentation

“Must tell him how to use it.” User Documentation Instructions: How to use a CD shelf Take CD out of player. Put in CD case. Raise arm. Put case on shelf. “Must tell him how to use it.”

Evaluate

Evaluate How did I do? Can I make it better next time? “I could add slots to stop the CDs falling over.”

How does that apply to developing a system? Life cycle of a system How does that apply to developing a system?

The End