Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CSE360 Lecture 01

CSE360 Lecture 01

Introduction to Software Engineering
Course Presentation
(202205)

More Decks by Javier Gonzalez-Sanchez

Other Decks in Programming

Transcript

  1. CSE360 Introduction to Software Engineering Lecture 01: Course Presentation Javier

    Gonzalez-Sanchez [email protected] javiergs.engineering.asu.edu Office Hours: By appointment
  2. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 4 Rule

    Always use your ASU email @asu.edu To communicate with the TA and the Instructor
  3. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 5 Example

    From: John [email protected] Subject: question Could you tell me what is the homework for this week and my grade in the quiz?
  4. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 6 Rule

    Use CSE 360 as a prefix in your subject
  5. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 7 Teaching

    Undergrad Level Graduate Level [email protected] CSE 110 CSE 205 CSE 240 CSE 340 CSE 360 CSE 460 SER 200 SER 332 SER 315 SER 431 CSE 563 CSE 564 CSE 594 SER 516 SER 517 SER 518
  6. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 9 Context

    Computer Science Software Engineering programming CSE 110, CSE 205, CSE 240
  7. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 10 Context

    Computer Science Software Engineering programming CSE 110, CSE 205, CSE 240 Programming Skills: Java Data Structures: Linked-List (Vector), Stack, Trees*
  8. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 11 This

    is NOT another programming course Programmer Software Engineer • Follow this instructions step-by- step (programming labs) • Be an expert with the language. Don not forget the “;” • Most challenging task: data structures, algorithm understanding (you are not expected to innovate new ones) • Transform my idea into software. But tell me How much does it cost? How much time? • Team working. Separate the project into pieces. Put programmers to work. Risk management. • Quality, Fix things.
  9. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 12 CSE360

    – Introduction to Software Engineering Definitions The application of engineering to the development of software in a systematic way Application of mathematical, economic, and social knowledge in order to design, build, maintain, and improve
  10. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 13 Activities

    Requirements (understand goals) Design (model and planning) Implementation (programming) Testing (model and planning) Deployment (quality evaluation)
  11. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 14 Topics

    • Software process models: waterfall, spiral, prototypes, agile, etc. • Software Development Life Cycle • Software development methods and tools: requirements, design, implementation, testing • UML notation: diagrams • Team-based software development: planning, estimation. • Testing and quality assurance: metrics, testing
  12. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 15 Example

    § Files: 11 § Methods: 75 § Lines: 1,257
  13. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 16 Example

    § Files: 11 § Methods: 75 § Lines: 1,257 § Effort: 3.8 Person-months § Schedule: 5.7 Months
  14. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 18 Grading

    Exams (2) 50% 25% + 25% 25% ~5 * 5% Assignments (no programming) and Quizzes 100% A+ 97 A 93 A- 89 B+ 85 B 81 B- 77 C+ 73 C 69 25% ~5 * 5% Programming Assignments D 65
  15. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 19 Ethics

    • Violations of academic integrity include (but are not limited to) cheating, fabrication, tampering, plagiarism or facilitating such activities. • it is unethical to bring to your instructor's attention the possible impact of your course grade on your future plans, including graduation, scholarships, jobs, etc.
  16. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 20 Exams

    § 1 midterm during the semester (25%) § 1 final exam –comprehensive (25%)
  17. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 21 Assignments

    § It is important that you can code in Java. § Projects are NOT programming labs. The projects include documents, code, research, and management. § Approximately, 10 hours of work outside of class per week. If you miss the class, you will need more time. • There are no make-ups for missed quizzes or exams.
  18. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 22 Attendance

    § Attendance is required § Announcements are made in class § I will try to post all important information on Canvas § If you come to class, you are expected to participate
  19. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 23 Quizzes

    • Some are on Canvas (at home) • Some are during a lecture time – unannounced • There are no make-ups for missed quizzes or exams.
  20. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 24 Example

    From: John [email protected] Subject: question I am not going to attend today lecture. Are we going to do something important?
  21. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 25 Example

    From: John [email protected] Subject: question I am not going to attend today lecture. Are we going to do something important? There are no make-ups for missed quizzes or exams. The only Exceptions are these listed in ASU policies
  22. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 27 Ask

    For Help • ASU provides tutoring, career, health and wellness, financial resources, DRC/SAILS, etc. • Check this link http://engineering.asu.edu/resources/ • Ask for help when and if you need it.
  23. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 28 Do

    NOT be a Grade Grubber • Grading is done applying the same policies to all students as described in the syllabus. • It is unethical to bring to your instructor's attention the possible impact of your course grade on your future plans, including graduation, scholarships, jobs, etc. Do not send requests to your instructor asking for a grade that you did not earn with your work.
  24. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 29 Example

    From: John [email protected] Subject: Grade Appeal I am very close to a B+ and I need a B+ to keep my scholarship. You will be responsible if I cannot continue my career at ASU
  25. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 30 Rule

    • Remember: Do not send requests to your instructor asking for a grade that you did not earn with your work.
  26. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 32 Textbook

    § Ian Sommerville. Software Engineering (10th Edition). Addison-Wesley. You are required to read the book for a better and more complete understanding of the topics in this class § Java Tutorials § UML Tutorials
  27. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 33 Slides

    § The slides will be available on Canvas and are intended for your personal studies § You are not allowed to distribute the slides § You are still required to read the book for a better and more complete understanding of the topics in this class
  28. Javier Gonzalez-Sanchez | CSE360 | Summer 2018 | 36 Homework

    Read the Syllabus of the course Read Textbook Chapter 1
  29. CSE360 – Introduction to Software Engineering Javier Gonzalez-Sanchez [email protected] Summer

    2022 Disclaimer. These slides can only be used as study material for the class CSE360 at ASU. They cannot be distributed or used for another purpose.