http://www.cs.stonybrook.edu/~cse219
Development of the basic concepts and techniques learned in CSE 114 Computer Science I and CSE 214 Computer Science II into practical programming skills that include a systematic approach to program design, coding, testing, and debugging. Application of these skills to the construction of robust programs of 1000 to 2000 lines of source code. Use of programming environments and tools to aid in the software development process.
The following are the official course goals agreed upon by the faculty for this course.
Instructor: Dr. Paul Fodor
1437 Computer Science Department, Stony Brook University
Office hours: Tuesdays 10:00AM-11:30AM&Wednesdays 8:00AM-9:30AM
Phone: 1(631) 632-9820
Email: pfodor (at) cs (dot) stonybrook (dot) edu
Head First Object Oriented Design and Analysis (on-line version) by Brett McLaughlin, Gary Pollice, David West. Published by O'Reilly Media, Inc. 2006. Print ISBN-10: 0-596-00867-8. Print ISBN-13: 978-0-596-00867-3.
Head First Design Patterns (on-line version)
by Eric T Freeman, Elisabeth Robson, Bert Bates, Kathy Sierra.
Published by O'Reilly Media, Inc. 2004. Print ISBN-10: 0-596-00712-4. Print ISBN-13: 978-0-596-00712-6.
Core Java Volume 1 - Fundamentals, 9th Edition
by Cay Horstmann and Gary Cornell.
Published by Prentice Hall, 2012. Print ISBN-13: 978-0137081899.
Introduction To Java Programming, Comprehensive Version, 10th edition,
by Daniel Liang.
Published by Prentice Hall, 2014.
ISBN-13: 978-0133761313.
Information about the laboratory room is available at the Computer Science Windows Lab website.
This course will use the Java programming language (all code you submit for this course must compile and run under Java JDK 7). The programming environment for this semester will be the NetBeans IDE, last version, which includes a syntax-directed editor, run-time environment, debugger, unit tester, and additional software development tools. Go to the NetBeans download page to get your own free copy. All software will also be provided for you to use in the Computer Science Windows Lab.
You will be using SVN for version control provided by the Computer Science department: http://www.cs.stonybrook.edu/facilities/windowslab/services/svn.html
Do not miss the exam. Make-up exams will be given only in extenuating circumstances (e.g., doctor's note stating that you were ill and unfit to take the exam). Students who miss an exam for a valid reason may need to take a make-up exam; specific arrangements will be made on a case-by-case basis.
The Pass/No Credit (P/NC) option is not available for this course. This policy applies to all CSE/ISE undergraduate courses used to satisfy the graduation requirements for the major.
The grades will be posted on Blackboard: http://blackboard.stonybrook.edu for privacy reasons.
Grade Cutoffs
A [94-100], A- [90-94), B+ [85-90), B [80-85), B- [75-80), C+ [70-75), C [65-70), C- [60-65), D+ [55-60), D [50-55), F [0-50)
SPECIAL RULE: If all your grades, including homework assignments and your exam grades are above the respective class averages, you're guaranteed to receive a grade of C or higher for this class.
There will be in-class quizzes / brief assessments used to practice the class material and measure growth in knowledge, abilities, and skills. They will be solved in class.
There will be extra credit problems as a part of the homework assignments which values to an increase of less than 4% in the final grade.
There will be regular programming assignments which must be submitted electronically on Blackboard (http://blackboard.stonybrook.edu) by the announced due date and time. All code must compile. Code that does not compile will not be graded. Assignments will be graded based on program performance and documentation. You may not submit any programming assignment late. Late programming work will not be graded. All program code that is submitted electronically must have the following information listed clearly in documentation (comments in your program code) at the beginning of each file: your name, the course (CSE 219), your section, the programming assignment number and the date. There is also a programming project before the end of the semester.