1 / 30

CS4/542- Software Engineering

CS4/542- Software Engineering. Software Design and Development Required Text -- Code Complete by Steve McConnell (Focuses on the problems of designing programs that WORK!) Recommended Text -- UML Distilled Second Edition by Martin Fowler. Software Engineering. CSE 4/542A

Télécharger la présentation

CS4/542- Software 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. CS4/542- Software Engineering • Software Design and Development • Required Text -- Code Complete by Steve McConnell • (Focuses on the problems of designing programs that WORK!) • Recommended Text -- UML Distilled Second Edition by Martin Fowler

  2. Software Engineering • CSE 4/542A • Lec; MWF 2:00-2:50, 4 Knox • A1: F 11:00-11:50, 216 NSC • A2: R 15:30-16:20, 322 Clemens • Recitations meet irregularly, they are team meeting times. • TA -- Joshua Kershner

  3. Helene G. Kershner • Assistant Chairman • Office: 209 Bell Hall • Office Hours • To be determined • By Appointment • Login name: kershner@cse.buffalo.edu

  4. Course Environment • CSE4/542 is a Team-based course. • “Real-world” simulation • Real project for a Customer • Writing course • “Programming” course

  5. Requirements • Programming Languages & Experience designing Algorithms • Senior/Graduate Course • Consider yourself -- Computer Professionals • Effective Communicator • Consider yourself an experienced Programmer

  6. Software Design andDevelopment better known as: SoftwareEngineering

  7. Software Engineering The body of theory and practical techniques involved in the process of developing large scale software

  8. Why Software Engineering (SE)? To Answer these: • Why does it take so long to get programs finished? • Why are costs so HIGH? • Why can’t we find all the errors before we release software to our customers? • Why do we have such difficulty measuring progress as software is being developed?

  9. “Software is like Entropy, It is difficult to grasp, weighs nothing and obeys the Second Law of Thermodynamics; i.e., It ALWAYS increases.”

  10. Programming is: " a young person's skill. It requires intense concentration. To do a good job, you have to have your mind wrapped around the whole program. It's very easy to get distracted. You do things and forget about other things and end up with bugs. It's like running a marathon. You have to be constantly focused on the goal." NY Times

  11. We do more than PROGRAM! We DESIGN and DEVELOP software to solve problems.

  12. Writing Software (Design): " is figuring out the real problem people are trying to solve and the best way to solve the problem, which is not always the way they suggest."

  13. Software Design Software Development is Technology in Crisis! Writing Large-Scale Software is Problematic!

  14. The Central Debate Is the creation of software • an art, • a science, or • a discipline ???

  15. What is Software Engineering? In 1969 NATO Conference: "the establishment and use of sound engineering principles in order to economically obtain software that is reliable and works efficiently on real machines."

  16. What is Software Engineering? "fabrication that takes away the uniqueness and magic of programming."

  17. Designing software is difficult. The larger the project, the more difficult the solution.

  18. What is Software Engineering? • Software Engineering is "the systematic approach to the development, operation, maintenance, and retirement of software." IEEE Glossary • Software is " computer programs, procedures, rules and possibly associated documentation and data pertaining to the operation of a computer system."

  19. What is Software Engineering? • Software Engineering is " the technological and managerial discipline concerned with systematic production and maintenance of software products that are developed on time and within cost estimates."(Fairley)

  20. There is a crisis in Technology! 1) How does one design large-scale software? 2) We have an Aging Software Plant.

  21. Aging Software • Across the nation, and the world, software is AGING! • AND-- Little is done to rewrite and redesign the software! Why?

  22. Why? • " The application STILL works?" • "It is not 'economical' to commit the resources to make them better!"

  23. Software doesn't wear out! ???? Is this true???

  24. What is the Software Crisis? • What does it "look like"?

  25. Software Crisis? • Hardware sophistication has outpaced our ability to build software that can tap hardware's potential. • Our ability to build new programs cannot keep pace with the demand for new programs. • Our ability to maintain existing programs is threatened by poor design and inadequate resources.

  26. Software Crisis? • Our inability to complete current work on time and within budget; -- means -- needed maintenance and new development efforts pile up. • Our techniques for managing software development projects are usually inadequate. Products are often late, inefficient, expensive, or unsatisfactory to users.

  27. Software Crisis? Some believe: • Programmers cannot even begin to use the tools that are available • Programmers cannot be trusted to test their own programs adequately

  28. Why Software Engineering? • Why does it take so long to get programs finished? • Why are costs so high? • Why can't we find all errors before we give the software to our customers? • Why do we have difficulty in measuring progress as software is being developed?

  29. The primary challenge of the new century will be to improve the quality of computer-based solutions, while simultaneously reducing the time required to “create”them. - these “solutions” are those implemented with software!

More Related