| Resources (examples and links) | Instructions for Project | Instructions for Case Study |
| Time & Place: | Ref. No. 35052: Orientation to be held on Thurssday 5/17/2012 at 4:00 PM, room DTEC-404, or by appointment | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Instructor: |
Name: Wayne Pollock E-mail: Internet: Office & Phone: DTEC–404, 253–7213 DM Office Hours: Tuesday & Thursday, 5:30–7:20; or by appointment.
| ||||||||||||||
| Text: | none | ||||||||||||||
| Description: |
(This course is 3 credit hours long.)
The capstone course is designed for the student to demonstrate his/her knowledge and skills applicable to the degree core competencies and outcomes. The course is designed as a project-based experience. The student's project requirements will be designed in concern with his/her area of curriculum emphasis.
Students not attending the mandatory orientation meeting by the end of the
first week of the term will be withdrawn from the course as a | ||||||||||||||
| Objectives: | “Upon successful completion of the course the student will be able to:
Upon completion of this course, the student will be able to demonstrate proficiency in designing, developing, testing, and implementing a sophisticated computer program, one that requires substantial programming effort, and that draws on key technical areas covered in previously taken courses. | ||||||||||||||
| Prerequisite: | Permission of the instructor. (The student should be ready to graduate. You must have successfully completed at least 45 hours of college credit, and been approved as eligible to take this course by the dean's office. Contact the program manager, your instructor, or the dean, for details on enrollment.) Students enrolled in a degree or college credit certificate program must complete all prerequisites. | ||||||||||||||
| Registration Procedure: | The course is opened for each student individually, once they've been approved. First, a student must complete all required coursework. The capstone should be one of the last courses taken. When ready to register, contact our program manager, Dr. Hubbard. He in turn will ask that you contact the A.S. academic adviser, Ms. Livingston, who will need to review your transcript and confirm you are eligible. The program manager will then increase the maximum enrollment on COP-2939 by one seat (or create the section, if you are the first student this term), so you can then register normally. You should review this syllabus for COP-2939, especially the sections on the project and case study. Then you will need to meet with the instructor during office hours in the first week of the term, to discuss the course and your specific project and case study. | ||||||||||||||
| Facilities: | All assignments can be performed on any computer that includes the
appropriate development software and utilities, for the language chosen
for each student's project.
These include the HCC open computer lab on Dale Mabry,
room DTEC 462.
(This will be discussed at the orientation session.)
Note that some software may be available to enrolled students free
of charge, such as Microsoft Visual Studio IDE.
Students may need USB flash drives to save projects
or submit them from HCC. Most college systems now (or will in the future) use a single sign-on user ID, known as HCC “NetID”. Visit netid.hccfl.edu to register and to update your credentials. (Your initial password is your uppercase first name initial, lowercase last name initial, and your seven digit student ID number.) Note the quickest way to resolve login issues is the HCC Live Web Portal (hcclive.hccfl.edu). Hawk Alert text messaging service allows you to receive important information regarding campus closures or emergencies. You may also sign up for financial aid notifications and registration and payment deadlines. This is a free service, although some fees may be applied by your cellular service provider or plan for text messages. To sign up, or for more information, visit www.hccfl.edu/alerts/.
HCC DM Open Lab
| ||||||||||||||
| Grading: |
Grading scale: A=90-100, B=80-89, C=70-79, D=64-69, F=0-63 It is expected that at least 70% of students will successfully pass the project with at least 70% or higher, and that 70% of students will successfully complete the case study with a 70% or higher. (See Project and Case Study below for more details.) | ||||||||||||||
| Policies: |
| ||||||||||||||
| Project: |
The goal of the capstone project is to demonstrate fluency with the
tools of scholarship and professional practice in your field,
an ability to independently plan and carry out a non-trivial
piece of work, and an ability to present your work in written and
oral formats.
The capstone project is expected to require at least 80 hours of effort
over 6 to 8 weeks.
(The project should be completable by a single student working about
10-12 hours per week on this course, before the end of the term.)
Each project is different, but all will include a project proposal, detailed requirements, a clear design, unit test framework, and a quality implementation that includes security and safety (as needed, for example to protect personally identifiable information), robust features, best practices, and quality comments. All projects must include a user interface of some sort. All projects must include persistent storage (files and/or a database). The student is expected to pick their own project, which must be approved by the faculty advisor. If a student selects a topic that requires a substantial technology-related learning curve, (such as learning a new language or operating system, etc.), then that portion of the effort is over and above the effort expected for the capstone project itself. The project can take many forms, depending on your interests. It must be educational, have a research component, and relate to your major. It should also have a clear focus and well-defined success criteria. You should analyze a problem, research known solutions and products that address the problem, develop a design and a plan, choose some interesting or challenging portion of the problem to implement and test. Examples include:
The outline of the capstone process (and list of deliverables) is:
| ||||||||||||||
| Project Evaluation: | Each deliverable (proposal, requirements, design, initial test suite, implementation milestones, and final project) will be evaluated separately and each will contribute to your overall grade. Other evaluation criteria include completing deliverables on time, and a quality presentation of each deliverable. It is expected that students already know what is expected for each deliverable (such as coding style), but if unsure you should speak with your instructor early enough to be able to succeed. | ||||||||||||||
| Case Study: |
The case study involves a detailed, professional-quality code
review.
The code will be assigned to each student by the instructor,
who will try to choose code written in a language familar to
the student.
The student is expected to review the code, noting both positive
and negative aspects, of areas such as
Note all projects will have all of these aspects, but if
(for example) logging is missing, and you feel that the code
should include logging, you must make note of that in your
review.
Likewise, if some objects are added to a collection, make sure those
classes are correctly designed, with appropriate methods.
(In Java, that would be
Note each area has several points; for example, code readability
includes the use of proper naming conventions (and no names you can't
figure out, e.g. “RsFadCtl”), proper use
of white-space, appropriately short methods, no commented-out code
(that's what revision control systems such as CVS are for),
no sign of copy-and-paste, no “magic numbers” in the code
(use named constants instead), and so on.
Test code might include unit test suites, implementation testing
(e.g., in Java, use of Try a Google search for Code Review Checklist or similar searches, for more items to examine in your review. You will present your review orally, using printouts, handouts, or projections of the code or presentations you create. Submit your code review notes, before the oral presentation of your code review. You may suggest the code to use for the review. Some sites you can search that host open source projects include: | ||||||||||||||
| Submitting Assignments: |
Documentation deliverables should be PDF files when possible.
Make sure your instructor approves alternative formats (such as Visio files)
before submitting.
Your code (plain text files) should be included as a zip archive.
(For example, you can simply zip your Visual Studio, Eclipse, or NetBeans
project folder and submit that; but make sure it is completely
self-contained, as often data sources are created by default
elsewhere.)
The code should include project documentation, which must include
deployment directions.
All assignments (except when noted) should be submitted by email to
waynepollocklive@yahoo.com.
Please use a subject such as
The HCC email server automatically accepts and
silently discards email with certain types of attachments.
If you must send email to my non-Yahoo.com email
account please avoid using any attachments, but especially
You can send questions to
, as long as your email doesn't include any
zip attachments.
Please use the subject |
| HCC Academic Calendar: | |
|---|---|
| Classes Begin: | Monday 5/14/2012 (first class meeting, the orientation: Thursday 5/17/2012) |
| Add-Drop Ends: | Friday 5/18/2012 |
| Last Day to Withdraw: | Monday 7/9/2012 |
| Classes End: | Friday 8/10/2012 |
| Grades Available: | Monday 8/13/2012 (from Florida Virutal Campus (Formerly FACTS.org) or HawkNet) |
| HCC is closed on: |
Sunday 5/27/2012 (Memorial Day), Wednesday 7/4/2012 (Independence Day) |
If, to participate in this course, you require an accommodation due to a physical disability or learning impairment, you must contact the Office of Services to Students with Disabilities, Dale Mabry campus: Student Services Building (DSTU) Room 204, voice phone: (813) 259–6035, TTD: (813) 253–7035, FAX: (813) 253–7336. Brandon campus: voice phone: (813) 253–7914.
HCC has a religious observance policy that accommodates the religious observance, practices, and beliefs of students. Should students need to miss class or postpone examinations and assignments due to religious observances, they must notify their instructor at least one week prior to a religious observance.
| Quotes: | Tell me and I'll listen. | — Lakota Indian saying | |
|---|---|---|---|
Learning is not a spectator sport! | — Chickering & Gamson |
| Resources | |||||
|---|---|---|---|---|---|
| Computer and Programming Overview | Background information review | Soft Skills | Discusses certifications, job interviewing tips, and required non-technical skills needed to find and keep a job | ||
| www.PurpleMath.com | Good site for basic math and algebra tutorials (something all technology workers need to know) | careers.collegetoolkit.com | Salary and other information on computer programming careers. (See also Why Choose CSE?.) | ||
| Software Engineering Code of Ethics | Joint ACM and IEEE code of ethics and professional conduct | SWEBOK 2004 edition | The Software Engineering Body Of Knowledge defines what every software engineer should know (design, testing, and similar topics) | ||
| ACM (Association for Computing Machinery) | Well-recognized professional society with many benefits, especially for students | IEEE Computer Society | Also a well-recognized professional society with many benefits | ||
| Programming Language Comparisons | Describes how to solve a simple problem in a variety of programming languages (Or see the current TIOBE programming language popularity index for a more serious look) | ISO 9000 | An important standard for quality software development processes, required by many organizations throughout the world. See also ISO 12207 (which is similar) and ISO 9126 | ||
| CRC Cards | The original paper describing the CRC design method. (Another example.) | Object Categories | A guide to finding objects | ||
| OOD Guide | OOA and OOD Study guide | Design Patterns | Tutorials, FAQs, and more | ||
| ootips.org | A large collection of OO tips, techniques, and design patterns | Synopses of Design Patterns | A brief description of many OOD patterns | ||
| www.UML.org | The site for UML standards, tutorials, and more | Top 25 Errors | A list of common security-related coding errors, from SANS.org and CWE.Mitre.org | ||
| CERT Secure Coding Standards | Coding standards for many languages, that if followed, eliminate many vulnerabilities | Secure Coding | CERT.org (of the Software Engineering Institute) secure coding home | ||
| NASA Software Safety Guidebook (PDF) | Software Engineering best practices for safety critical systems | FindBugs | Software that analysizes Java source code to find bugs (free/open source software from sourceforge.net) | ||
| SAMATE Reference Dataset (SRD) | The SRD, provided by NIST.gov, provides a set of known bugs and flaws for a wide variety of languages, platforms, and compilers. This allows consumers to evaluate tools and developers to test their methods. | Secure Coding Guidelines for Java | Best security coding practices from Oracle (See also The CERT Oracle Secure Coding Standard for Java, from CERT's SecureCoding site) | ||
| UML Resource Center - IBM | UML tutorials | Dia | Free diagramming tool (for UML and a lot more) | ||
| Violet UML Editor | Originally written by Cay Horstman, this free Java application (a runnable jar file) is an excellent UML diagram editor | ArgoUML | Free UML diagramming tool that can produce code from the diagrams. (Not well maintained, but there is an Eclipse plug-in for it.) | ||
| UML Quick Reference (PDF) | A excellent reference card showing one each of everything | UML Reference (PDF) | A more complete UML reference | ||
| Testing Overview | Review notes on software testing | Test Case Self-Assessment | Attempt to generate sufficient test cases for a simple program | ||
| JUnit Testing Framework | Software and tutorials on using JUnit Java unit testing software | NUnit Testing Framework | A good .net unit testing framework, that can be integrated with Visual Studio (using the VS extension VisualNUnit), and supports all .net languages | ||
| csUnit Testing Framework | Software and tutorials on using csUnit .netunit testing software, a lesser alternative to NUnit |
cunit Testing Framework | Software and tutorials on using cunit C unit testing software. C language testing frameworks are rare, but if you choose to use the C programming language for your project, you need to use something. (See also some cunit notes and examples I've put together.) | ||
| Database Concepts | A brief overview of database concepts, and how to use databases in Java; see also this database overview for system administrators which includes a worked example of normalization) | Squirrel SQL | Universial SQL client, useful to view, manage, test and build relational databases | ||
| Text Concepts | An overview of text, fonts, encoding, Unicode, and related matters | Credit Card Processing | A brief overview of e-commerce payment processing | ||