1 / 30

CS 4310 Software Requirements Engineering

CS 4310 Software Requirements Engineering. Dr. Yoonsik Cheon Dr. Irbis Gallegos University of Texas at El Paso Department of Computer Science Fall 2012. Introductions. CS 4310, Software Requirements Engineering Required course: must pass with C or better to take 4311 Text book:

drago
Download Presentation

CS 4310 Software Requirements Engineering

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CS 4310 Software Requirements Engineering Dr. YoonsikCheon Dr. Irbis Gallegos University of Texas at El Paso Department of Computer Science Fall 2012

  2. Introductions • CS 4310, Software Requirements Engineering • Required course: • must pass with C or better to take 4311 • Text book: • Van Vliet, Software Engineering • Required: you will need in class sometimes. • Course Notes: Available online • TA: TBA

  3. Teams of 3 • Introduce yourselves • Find one food product and one movie that you all like • 2 minutes

  4. Teams: Syllabus Review • Read the syllabus • Quiz to follow • Pay attention to: • objective: software requirements engineering • email policy • grading • attendance • office hours and policy

  5. Quiz • Name the other people in your group. • Two email addresses are listed on the syllabus. What are they? • Write the pseudo code for the grading algorithm. • What is the attendance policy? • Where is Dr. Gallegos’ new office?

  6. Assignments • Resume

  7. Email • Plan on checking your mail daily.

  8. Fact or Fiction? • This course is hard. • This course will take all your time. • You should concentrate on the exams and not on the project. • You should concentrate on the project and not the exam. • Your team mates will cover for you.

  9. Team What are the major steps needed to develop a reliable software system? (5 minutes)

  10. What is software engineering? • Software engineering is an attempt to formalize the construction of software. In particular, we are concerned with large, complex systems, systems that require multi-person effort and usually multiple versions.

  11. Do we need software engineering?

  12. Do we need software engineering? • All great software is written by small teams: look at unix (2 guys), Apple (started in a garage), …

  13. Do we need software engineering? All great software is written by small teams: look at unix (2 guys), Apple (started in a garage), … Writing software is a creative process, an “art” or a “craft”, and cannot be engineered.

  14. Three Critical Dimensions

  15. Ariane 5 • June 4, 1996 • European Space Agency lost newest rocket, the Ariane 5, successor to the Ariane 4

  16. Ariane 5 • Youtube Link: http://www.youtube.com/watch?v=kYUrqdUyEpI • Youtube Summary: “The launch ended in failure due to an error in the software design caused by inadequate protection from integer overflow. This resulted in the rocket veering off its flight path 37 seconds after launch, beginning to disintegrate under high aerodynamic forces, and finally self-destructing by its automated flight termination system. The failure has become known as one of the most infamous software bugs in history. The failure resulted in a loss of more than US$370 million.”

  17. Therac 25 • Late 1980's. • Radiation therapy device with 3 modes: • light: for alignment • electron: low power, magnets to spread beam • X-ray: high power, flattener plate to spread beam • Needed flattener plate in place in X-ray operation.

  18. Therac 25 • Great Explanation and Graphics: • http://www.youtube.com/watch?v=izGSOsAGIVQ

  19. Others: • 1998 GM ABS recall • 2003 East Coast Power Failure: power cut to parts of at least 5 states (cost, $7-$10 billion) • 2004: Air traffic control system shuts down voice communication system in southwest US, losing contact with 400 aircraft in flight. • 2009: Washington DC Metro crash kills 9 people: train under software control at the time

  20. Assignment Due Before Next Class • A: find two other software failures that have resulted in significant harm (loss of life, serious risk, or loss of money) in the past 3 years. Attempt to identify the root cause of the failure. • B: Describe two approaches to eliminating the types of software failures you identify. • You must find no less than two independent citations for each. • Legitimate citations include IEEE or ACM publications, web sites sponsored by Fortune 500 companies, or Prentice-Hall, Wiley, O’Rielly, Addison-Wesley, or Microsoft Press. Or anything by Parnas or McConnell. • You must include your citations.

  21. This is a course about: • Recognizing, making explicit, and understanding the phases or tasks of developing software

  22. This is a course about: • Recognizing, making explicit, and understanding the phases or tasks of developing software • Communicating • between stakeholders and developers • among developers • Among tasks and phases

  23. This is a course about: • Recognizing, making explicit, and understanding the phases or tasks of developing software • Communicating • between stakeholders and developers • among developers • Among tasks and phases • Building reliable, useful, correct software in cost-effective manner

  24. Why a project?

  25. Why a project? Experience is better than just spitting back what we tell you. Employers know this, and will ask at your interviews. It gives you the chance to think "outside the box" out of the context of class

  26. "The hardest single part of building a system is deciding what to build." Brooks. requirements elicitation: developers and customers discover and articulate users' needs requirements analysis: analyze the customer and user needs to arrive at a definition requirements specification: develop a document requirements verification: show the document is correct management of requirements: control the process

  27. Why software projects fail (Software Runaways, Robert Glass, 1998, Prentice) • runaway: • fails to deliver or is 30% or more over budget • faulty specification 51% • faulty planning and estimation 48% • based on unstable new technology 45% • inadequate management: 42% • lack of senior programming staff: 42% • problems with hardware/software from vendors: 42%

  28. Problems with Specifications • too many specs: project is large • unstable specs • ambiguous specs • incomplete specs

  29. Outline of course: Build software teams Interview customer, interview report Feasibility study Prototype Analysis: use cases, diagrams, modeling Specification (SRS) Tracing

More Related