Syllabus - University of South Florida

Download Report

Transcript Syllabus - University of South Florida

Object Oriented Design COP 3331

Spring 2011 MWF 11:50 AM – 12:40 PM CHE 103  Instructor: Dr. Rollins Turner Dept. of Computer Science and Engineering ENB 336 813-974-1079 [email protected]

  Office Hours: Monday & Wednesday 1:00 PM – 3:00 PM It is OK to drop in any time. My class schedule is on the web: http://www.cse.usf.edu/~turnerr 1

Textbook

    C++ Primer Plus (Fifth Edition) Stephen Prata Sams Publishing 2005 ISBN 0-672-32697-3 2

Course Objectives

      You will be able to: Write object oriented programs of moderate size and complexity the ISO Standard C++ programming language.

in Compile, test, and debug C++ console (command line) programs on a PC running Windows and on a networked system running Linux.

Design a program as a collection of interacting classes.

Effectively use the principles of object oriented design (abstraction, encapsulation, inheritance, polymorphism).

Use UML (The Unified Modeling Language) to design object oriented programs for implementation in C++ Use templates and the C++ Standard Template Library in the design and implementation of C++ programs.

3

Exams and Grading

 Grading: Projects Midterm Exam Final Exam Quizzes 30% 30% 30% 10%  Exams missed made up.

for a legitimate reason can and must be   Consult me, in advance when possible, to arrange makeup exam.

Provide written documentation of cause of absence.

(e.g., letter from doctor) 4

Letter Grades

    

90 – 100 80 – 89 70 – 79 60 – 69 < 60 A B C D F

 No “+” or “-” grades will be issued.

 Numerical average will be rounded to nearest integer.

 .5 rounded up 5

University Policies

Procedures for Alleged Academic Dishonesty or Disruption Of Academic Process: See current undergraduate catalog http://www.ugs.usf.edu/pdf/cat0910/cat0910.pdf

Page 59 and following. 66

Accommodations

 Disabilities  Students in need of academic accommodations for a disability may consult with the Office of Services for Students with Disabilities to arrange appropriate accommodations.

 http://www.sds.usf.edu/  Please inform me if there is a need for alternate format for documents or a note taker.

 Religious Observances  Students who anticipate the necessity of being absent from class due to a major religious observance must provide notice of the date (or dates) to me, in writing, by the second class meeting.

 Athletic Events  Students who must miss an exam due to participating in a varsity athletic event should contact me two weeks in advance in order to make alternative arrangements.

77

Departmental Policies

All students enrolled in courses taught by the Computer Science and Engineering Department are advised that unless an instructor specifies otherwise, all work done in homework, programming, or exams must be the result of a student’s individual effort.

Students who copy, or who provide material for others , or who show dishonesty in their work as described in the university catalog, will be subject to disciplinary action, typically the receipt of a failing grade in the course , but also possible academic dismissal from the program. 88

Course Policies

 Programming projects will be graded.  You may work with one other student on each project.

 If you work as a pair:   Submit only one copy of the program.

  Include both names in Blackboard submission comments.

Other student submit just a Blackboard comment Both students are expected to understand the program in detail.

9

Course Policies

 Projects must be submitted on time.   Late projects will not be accepted, get an automatic 0.

No replacements or substitutions after the deadline.

 Don't post assignments on the Internet  Don't ask for help on Internet forums.

10

Course Policies

 It is OK to discuss projects with other students, but

outright copying is not acceptable

.    Don’t copy anyone else’s work.

Don’t let anyone copy your work.

Penalty:   0 for the project. Reduction of one letter grade for the course.

 Projects must be submitted on time.  Late projects will not be accepted, get an automatic 0.

11

Class Web Site

 Slides from class presentations will be available on the class web site: http://www.cse.usf.edu/~turnerr/Object_Oriented_Design/    Also on class web site: Examples Project solutions 

Not all material covered in class will be on slides

.

Communications

 Blackboard ( https://my.usf.edu/ all program submissions.

   ) will be used for Grades posted there also.

Feedback in the form of annotated source files.

Be sure you can log in and can find this class under the Courses tab.

 USF email will be used for messages to students.

    Be sure you can receive messages sent to your official USF email address Check your email regularly.

Don’t let backlog exceed your quota.

Welcome message will be sent out as a test.

Course Schedule F M W F M W F M W F M W F M W F M W F M W 10-Jan-11 12-Jan-11 14-Jan-11 17-Jan-11 19-Jan-11 21-Jan-11 24-Jan-11 26-Jan-11 28-Jan-11 31-Jan-11 2-Feb-11 4-Feb-11 7-Feb-11 9-Feb-11 11-Feb-11 14-Feb-11 16-Feb-11 18-Feb-11 21-Feb-11 23-Feb-11 25-Feb-11 Week 1 Getting Started with C++ (Ch 1, 2) Objects and Classes (Ch 10) Week 2 USF Holiday Objects and Classes (Ch 10) Week 3 Simple File I/O (Ch 6) Week 4 Operator Overloading (Ch 11) Friend Functions (Ch 11) Week 5 Dynamic Memory Allocation (Ch 12) Week 6 Inheritance (Ch 13) Week 7 Containment (Ch 14) Midterm Exam 14

M W F M W F M W F M W F M W F M W F M W F M W F M W F M W F 28-Feb-11 2-Mar-11 4-Mar-11 7-Mar-11 9-Mar-11 11-Mar-11 14-Mar-11 16-Mar-11 18-Mar-11 21-Mar-11 23-Mar-11 25-Mar-11 28-Mar-11 30-Mar-11 1-Apr-11 4-Apr-11 6-Apr-11 8-Apr-11 11-Apr-11 13-Apr-11 15-Apr-11 18-Apr-11 20-Apr-11 22-Apr-11 25-Apr-11 27-Apr-11 29-Apr-11 2-May-11 4-May-11 6-May-11 Week 8 Week 9 Object Oriented Design with UML Object Oriented Design with UML

Spring Break

Week 10 Week 11 Week 12 Introduction to XML Using an XML Parser Friends (Ch 15) Exceptions (Ch 15) The C++ string Class (Ch 16) Week 13 The Standard Template Library (Ch 16) Week 14 Input, Output, and Files (Ch 17) Design Patterns Project Week 15 Week 16 Last Class Final Exam Week

Final Exam 12:30 - 2:30