Unhappy with today? Design tomorrow. CS361 Software Engineering I

Slides:



Advertisements
Similar presentations
CS3773 Software Engineering Lecture 01 Introduction.
Advertisements

ECE 2799 Term D2014 Electrical and Computer Engineering Design Prof. Michalson Prof. Bitar.
Your Project Proposal.
Fall 2004 WWW IS112 Prof. Dwyer Intro1: Overview and Syllabus Professor Catherine Dwyer.
General information CSE 230 : Introduction to Software Engineering
1 CS 425 / CS 625 Software Engineering Fall 2007 Course Syllabus August 27, 2007.
IS 421 Information Systems Management James Nowotarski 16 September 2002.
CS350/550 Software Engineering Lecture 1. Class Work The main part of the class is a practical software engineering project, in teams of 3-5 people There.
Unhappy with today? Design tomorrow. CS361 Software Engineering I
Administrative Topics -TEACH/mailing list - Brainstorm - Pick a project manager for each HW assignment (responsible for communication, scheduling and execution.
The Software Product Life Cycle. Views of the Software Product Life Cycle  Management  Software engineering  Engineering design  Architectural design.
1 CMPT 275 Software Engineering Requirements Analysis Process Janice Regan,
CSC230 Software Design (Engineering)
Final Year Project Presentation E-PM: A N O NLINE P ROJECT M ANAGER By: Pankaj Goel.
CSE 1111 Week 1 CSE 1111 Introduction to Computer Science and Engineering.
The Software Development Life Cycle: An Overview
Documenting Software Architectures
Software Testing Lifecycle Practice
Software Engineering Methodologies (Introduction)
1-1/10/2000AME 150L Spring /10/2000AME 150L Introduction to Computational Methods in Aerospace & Mechanical Engineering (4 units, Spring semester)
Software EngineeringIntroduction Slide 1 Software Engineering Mr. Ahmad Al-Ghoul.
EECE 310 Software Engineering Lecture 0: Course Orientation.
1 Requirements Analysis and Design Engineering Southern Methodist University CSE 7313.
Chapter Eight Academic Survival Skills. Study Skills  For most students time is the greatest issue.  The first rule to follow is to allow two or three.
SE-308 Software Engineering-II 7th Term SE University of Engineering & Technology Taxila, Pakistan Software Engineering Department.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang.
Understanding the Academic Structure of the US Classroom: Syllabus.
1 Introduction to Engineering Second Semester Overview Agenda Team Assignments and Information Exchange Course Overview.
What is a Business Analyst? A Business Analyst is someone who works as a liaison among stakeholders in order to elicit, analyze, communicate and validate.
SOFTWARE SYSTEMS DEVELOPMENT 4: System Design. Simplified view on software product development process 2 Product Planning System Design Project Planning.
CS 140 Computer Programming (I) Second semester (3 credits) Imam Mohammad bin Saud Islamic University College of Computer Science and Information.
Welcome to CS 115! Introduction to Programming. Class URL Write this down!
Welcome!! CIT 593 Intro to Computer Systems aka “Introduction to Computer Architecture” Fall 2012.
An Introduction to Software Engineering. Communication Systems.
CS361 Software Engineering I
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang.
CM220: Unit 1 Seminar “You must be the change you wish to see in the world.” ~ Mohandas Gandhi.
Fall 2011 Course Syllabus Instructor: Sergiu Dascalu Department of Computer Science and Engineering August 30,
CS Welcome to CS 5383, Topics in Software Assurance, Toward Zero-defect Programming Spring 2007.
INF 117 Project in Software Engineering Lecture Notes -Winter Quarter, 2008 Michele Rousseau Set 1.
CSE 1105 Week 1 CSE 1105 Course Title: Introduction to Computer Science & Engineering Classroom Lecture Times: Section 001 W 4:00 – 4:50, 202 NH Section.
Course Introduction CEN 5016 Software Engineering Dr. David A. Workman School of EE and Computer Science January 9, 2007.
IST 210: Organization of Data
Today’s Agenda  Syllabus CS6359: Object-Oriented Analysis and Design.
Requirements Engineering Lesson 2. Terminologies:  Software Acquisition is where requirement engineering significantly meets business strategy.  Software.
CSC480 Software Engineering Lecture 8-9 September 20, 2002.
1 Introduction to Data Communication Networks ISQS 3349, Spring 2001 Instructor: Zhangxi Lin Office: BA 708 Phone: Homepage:
CS 139 – Algorithm Development MS. NANCY HARRIS LECTURER, DEPARTMENT OF COMPUTER SCIENCE.
CSPC 464 Fall 2014 Son Nguyen.  Attendance/Roster  Introduction ◦ Instructor ◦ Students  Syllabus  Q & A.
Interacting with consumer Software Engineering. So far… What is Software Engineering? Different software process models waterfall, incremental, spiral.
CM220 College Composition II Friday, January 29, Unit 1: Introduction to Effective Academic and Professional Writing Unit 1 Lori Martindale, Instructor.
CS151 Introduction to Digital Design Noura Alhakbani Prince Sultan University, College for Women.
Software Engineering (CSI 321) Introduction. Introduction Course Title: Software Engineering Course Code: CSI-321 Credit Hours: 3 Section: 1 2.
Welcome to English 101. To Do List for Today: Go over syllabus Discuss turnitin accounts and course website Prepare for success in Eng 101 Discuss the.
Computer Networks CNT5106C
Fundamentals of Software Engineering. Instructor: Dr. Kal Bugrara Office: Snell Engineering, Rm 267 Office Hours: Sat: 12:00-2:00 pm Phone
IST 210: ORGANIZATION OF DATA Introduction IST210 1.
Requirements. Outline Definition Requirements Process Requirements Documentation Next Steps 1.
1 CS 425 / 625 Software Engineering Fall 2003 Course Syllabus August 25, 2003.
Course Overview Stephen M. Thebaut, Ph.D. University of Florida Software Engineering.
COMP/EECE 4081 Software Engineering
Course Overview - Database Systems
CS101 Computer Programming I
Introduction to Programming
Welcome to CS 1010! Algorithmic Problem Solving.
CS 425 / CS 625 Software Engineering
SWE 632 User Interface Design and Development
Presentation transcript:

Unhappy with today? Design tomorrow. CS361 Software Engineering I

Poverty

Reducing poverty with software

Addiction

Supporting counseling with software

Natural Disaster

Locating disaster victims with software

Pollution

Reducing energy consumption with software

Repression

Fomenting revolution with software

Engineering is… Solving real-world problems … … without making the world worse … … and without incurring excessive costs. Software engineering is doing all that by creating software.

Software is not enough— you also need people and context DatabaseWeb application Database server (Mysql?) PHP runtime environment (Zend?) Web server (Apache?) Operating system (Linux?) Hurricane survivors Friends and family System Boundary hardware (Linux?)

Where’s the system boundary? Some diagrams are more helpful than others! You’ll learn some good notations in this class.

What is the difference between good software and great software? The quality attributes of great software: Reliability Efficiency Integrity Usability Maintainability Testability Flexibility Portability Reusability Interoperability

Great software contains the right features for the right data. Use cases = the activities a system supports e.g.: tweet a vote report, view delays on map Entities = the kinds of objects that are involved in use cases e.g.: tweets, user accounts, polling locations, maps Attributes = the properties of the entities e.g.: tweets have: timestamp, text, sender You can’t build a great system until you understand what it should do.

Software engineering is a team effort. Requirements Design Implementation Testing System Delivery Analyst Designer Programmer Tester Trainer

How do you create great software? Professionalism – Character – Teamwork – Planning – Risk management Technical skills – Design – Implementation – Quality control All of these are necessary. Not a single one is optional. All will be practiced in this course.

Course Objectives At the completion of the course, students will be able to... Select the most appropriate software process model to use in a particular situation Synthesize requirements for a realistic software system and write a requirements specification document Produce professional-quality software-related documents Model system requirements using one or more semi-formal notations such as UML, dataflow diagrams, entity-relationship diagrams, or state diagrams Design software systems at an architectural level and at lower levels, using one or more techniques, such as object-oriented design or agile methods, and express these designs in design specification documents Validate designs and adjust the specification or design as necessary Describe several methods of estimating the cost and developing a schedule for a programming project Participate effectively in a team environment Develop and articulate content knowledge and critical thinking in the discipline through frequent practice of informal and formal writing. Demonstrate knowledge/understanding of audience expectations, genres, and conventions appropriate to communicating in the discipline. Demonstrate the ability to compose a document of at least 2000 words through multiple aspects of writing, including brainstorming, drafting, using sources appropriately, and revising comprehensively after receiving feedback on a draft.

Course Objectives To train you in... process: a sequence of activities intended to design and produce software requirements: a description of what software should do and should be design: a description of something that could be created validation: making sure that you are headed the right direction notations: the rules for describing requirements, designs, and systems writing: expressing yourself in printed sentences cost and schedule: the amount of money and time expended on creating a system teamwork: people striving toward a common goal

Basic Course Information web.engr.oregonstate.edu/~cscaffid/courses/CS361_F11 Instructor: Prof. Chris Scaffidi Lectures: TR /9/12-3/16/12 GRAF 306 Office hours: Wed. 12-1pm in Kelley Engineering Center 3047 Teaching assistants: Alex Diede Optional book: Software Engineering, 4th ed. by Pfleeger & Atlee Homework: usually due electronically on Tuesdays before lecture Most homework will take your team a whole week to complete.

Course Outline 1.You each draft a vision… a system that you would like to see. 2.We get you organized into teams, 1 vision per team. 3.Each team does homeworks to design the envisioned system. 4.Each person does a midterm exam. 5.You each update your vision. 6.We get organized into new teams, 1 vision per team. 7.Each team does homeworks to create the envisioned system. 8.Each team does a final presentation on their system. 9.Each person does a final exam.

Teamwork Project homeworks will be done in teams. Usually, all students in a team will receive the same grade on each homework. I will assign you to teams based on which of your classmates’ vision statements are most interesting to you. Any team can ask me to fire a teammate on or before the day that the team’s first homework is due. You need to have a good reason for firing teammates. I must approve all firings. Fired students may band together into a new team. See regulations on the course web site.

Grading 7 team homeworks – 6% each 1 vision statement – 8% 1 midterm exam – 25% 1 final exam – 25% See course website for additional information on grading, academic integrity, and other policies. = slide has a good chance of being on the midterm or final exams.

Vision statement A description of a system that you think could change the world for the better Schedule – Upload your first draft BY THURSDAY – Upload your next draft BY TUESDAY – Upload your final draft BY Mar 1 10 extra credit points if your vision statement is chosen by popular vote for use by a team during the first or second half of this term

Where do you go from here? Read the syllabus on the course web site web.engr.oregonstate.edu/~cscaffid/courses/CS361_W12/ Upload your Vision Statement first draft You’ll vote on visions this weekend so that I can put you in teams.