COSC 565/475: Software Engineering I

Fall Semester 2009 Course Information

Instructor: Dr. Sharad Sharma
Department of Computer Science
Bowie State University

E-MAIL: ssharma@bowiestate.edu

CLASS HOURS:Wednesday: 4:55 PM to 7:25PM, CSB 312
OFFICE HOURS: Mon and Wed: 1:55PM to 4:55 PM or by appointment
OFFICE LOCATION: Computer Science Building Room 317


Required Text

Braude, Eric J. (2001). Software Engineering An Object-Oriented Perspective, John Wiley & Sons, Inc., ISBN 0-471-32208-3.


Reference Book(s):


COURSE DESCRIPTION

This course introduces the student to major topics in software engineering such as: requirements specification, analysis and design, testing, project management, and implementation. Additional topics such as software life cycle models, the Unified Modeling Language (UML), agile software development techniques, configuration management, change control, and project documentation will be discussed.

Prerequisite: COSC 214 or COSC 504


Course Related Links

* Syllabus
* Coding Style
* Assignments

Project Proposal

Source Code for Encounter Video game

ENCOUNTER TEST EVALUATION REPORT

 


Weekly Time Schedule

Date Topics Chapters Assignments

02-Sep

Introduction

Chapter 1

09-Sep

Process

Chapter 1

 

16-Sep

Project Management.

Chapter 2

 

23-Sep

Requirements Analysis I.

Chapter 3

Assignment 1

30-Sep

Requirements Analysis II

Chapter 4

Project Proposal

7-Oct

Software Architecture

Chapter 5

Quiz 1

14-Oct

Detailed Design

Chapter 6

21-Oct

Mid Term Exam

 

 

28-Oct

Unit Implementation.

Chapter 7

Project Demo 1 & Report 1

4-Nov

Unit Implementation.

Chapter 7

  Assignment 2

11-Nov

Unit Testing

Chapter 8

 

18-Nov

Unit Testing

Chapter 8

Quiz 2

25-Nov

System Integration, Verification, and Validation

Chapter 8

 

02-Dec

System Integration, Verification, and Validation

Chapter 9

 

09-Dec

Object Oriented Design

Chapter 9

Project Demo 2, Report 2

16-Dec

Final Exam

 

STUDENT EXPECTED OUTCOMES: Upon completion of this course, the student will be able to:

EVALUATION:  Following is the Evaluation system for the Final Grade.  Each assignment will be graded.  Students are responsible for completing them as scheduled.

  1. Two Assignments                                           20%
  2. Quizzes (2)                                                      10%
  3. Mid-Term Exam                                              20%
  4. Final Exam                                                      20%
  5. Final Project                                                    30%

Final Project, Mid-term and Final exams are mandatory. 


Assignments: One assignment given prior to the mid-term exam will involve topics: Software Process Project Management, Requirements Analysis, and Software Architecture. One assignment given after the mid-term exam will involve topics: Unit Implementation, Unit testing, System Integration, Verification, and Validation.

Final Project: The purpose of the course project is to provide the students with the knowledge of software engineering methodology and the skills to apply it. The project consists of two iterations, both focused around the same software product. The first iteration is exploratory and represents the first attempt at developing the proposed software product. The second iteration is development and also includes revision of the project goals. The deliverables for the first and second iteration are reports and demos.

GRADING:  Academic dishonesty will result in grade F.  The following grade scale will be used:

90 % - 100% = A
80 % -  89%  = B
70 % -  79%  = C
60 % -  69%  = D
0   -    59%    = F

Final grades will be computed based upon credits earned for all the five components mentioned above.


USEFUL LINKS

  1. Visual Studio 2008 Express Editions Tutorial

    Running Visual C++ 2008 Express Edition for the First Time

    Compiling a Sample Application "Hello World"

    C++ Namespaces

    Namespaces

  2. Graphics

  3. cccfiles.zip (Graphics Libraries)

    Virtual Functions

    Virtual Functions

    Polymorphism

    Introduction to Polymorphism in C++

    Introduction to Eclipse Video

  1. Core Java Video TutorialsVideo

  2. Project: MetaAgent, a Steering Behavior Template Library

  3. Projects: Fuzzy Logic - Obstacle Avoidance - WPF

  4. Project: AI Life

  5. Junit tutorial

  6. JUNIT tutorial 2

  7. Junit with NetBeans IDE 6.0 tutorial

  8. Junit test case

  9. Class Assert API

  10. Introduction to testing Java programs with JUnit

  11. JUnit assertTrue