1 COP 3331 Object Oriented Design Spring 2016 Section 001 F 8:00 AM – 10:45 AM CPR 115 Classroom Lecture 3 credit hours Instructor:Dr. Rollins Turner ENB.

Slides:



Advertisements
Similar presentations
CMSC 132: Object-Oriented Programming II
Advertisements

CS 331 / CMPE 334 – Intro to AI CS 531 / CMPE AI Course Outline.
CMSC 132: Object-Oriented Programming II Nelson Padua-Perez William Pugh Department of Computer Science University of Maryland, College Park.
CSc 160 Overview of Fundamentals of Computer Programming II Spring (SO1) 2004.
COP4020/CGS5426 Programming languages Syllabus. Instructor Xin Yuan Office: 168 LOV Office hours: T, H 10:00am – 11:30am Class website:
Welcome to CS 115! Introduction to Programming. Class URL Please write this down!
Spring 2008 Mark Fontenot CSE Honors Principles of Computer Science I Note Set 1 1.
Computer Network Fundamentals CNT4007C
SYSC System Analysis and Design 1 Part I – Introduction.
Introduction to Programming Summer 2010 Akil M. Merchant.
CIS162AD: C#.Net Programming Level I Instructor: Gary R. Smith, MS.
Welcome to CS 3260 Dennis A. Fairclough. Overview Course Canvas Web Site Course Materials Lab Assignments Homework Grading Exams Withdrawing from Class.
CSE 501N Fall ‘09 00: Introduction 27 August 2009 Nick Leidenfrost.
CPS120: Introduction to Computer Science Fall: 2002 Instructor: Paul J. Millis.
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.
MIS 300: Introduction to Management Information Systems Yong Choi School of Business Administration CSU, Bakersfield.
Welcome to CS 101! Introduction to Computers Spring 2015 This slide is based on Dr. Keen slides for CS101 day sections, with some modifications.
1 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.
CS355 Advanced Computer Architecture Fatima Khan Prince Sultan University, College for Women.
CS1201: Programming Language 2 C++(Course Introduction) Level 2 Nouf Aljaffan 1 st Term Nouf Aljaffan (C) CSC 1201 Course at KSU.
1 Software Systems Development CEN Spring 2011 TR 12:30 PM – 1:45 PM ENB 116 Instructor:Dr. Rollins Turner Dept. of Computer Science and Engineering.
Principles of Financial and Managerial Accounting II Spring Semester Orientation.
Welcome to CS 115! Introduction to Programming. Class URL Write this down!
Principles of Financial Accounting I Fall Semester 2007 Orientation Welcome – We are glad you are here! Let’s look at the syllabus for this course.
Introduction to Data Structures
Course Information Sarah Diesburg Operating Systems COP 4610.
Course Information Andy Wang Operating Systems COP 4610 / CGS 5765.
Course Introduction Andy Wang COP 4530 / CGS 5425 Fall 2003, Section 4.
CPS120: Introduction to Computer Science Winter 2002 Instructor: Paul J. Millis.
IST 210: Organization of Data
1 CAP 4063 Web Application Design Summer 2012 TR 9:30 – 11:40 PM CHE 102 Instructor:Dr. Rollins Turner Dept. of Computer Science and Engineering ENB 336.
COP4610/CGS5765 Operating Systems Syllabus. Instructor Xin Yuan Office: 168 LOV Office hours: W M F 9:10am – 10:00am, or by appointments.
1 Data Structures COP 4530 Spring 2010 MW 4:35 PM – 5:50 PM CHE 101 Instructor:Dr. Rollins Turner Dept. of Computer Science and Engineering ENB
1 CAP 4063 Web Application Design Spring 2016 Section 001 TR 11:00 AN – 12:15 PM ENG 4 (classroom lecture) 3 credit hours Instructor:Dr. Rollins Turner.
1 COP 2510 Programming Concepts Spring credit hours Instructor:Dr. Rollins Turner ENB 343F Office Hours: MW 11:00 AM – 12:00.
CS151 Introduction to Digital Design Noura Alhakbani Prince Sultan University, College for Women.
COP4020 INTRODUCTION FALL COURSE DESCRIPTION Programming Languages introduces the fundamentals of the design and implementation of programming languages.
COP4610 Principles of Operating Systems Prof. Robert van Engelen Department of Computer Science Florida State University.
Computer Networks CNT5106C
IST 210: ORGANIZATION OF DATA Introduction IST210 1.
Course Overview CSE 8340 Advanced Software Engineering Topics: Software Engineering Economics & Processes Spring 2016 Dr. LiGuo Huang Dept. of Computer.
PROBLEM SOLVING AND PROGRAMMING ISMAIL ABUMUHFOUZ | CS 170.
Spring 2008 Mark Fontenot CSE 1341 – Honors Principles of Computer Science I Note Set 1 1.
Computer Science I ISMAIL ABUMUHFOUZ | CS 180. CS 180 Description BRIEF SUMMARY: This course covers a study of the algorithmic approach and the object.
Welcome to CS 115! Introduction to Programming Spring 2016.
Computer Network Fundamentals CNT4007C
Andy Wang Object Oriented Programming in C++ COP 3330
Computer Engineering Department Islamic University of Gaza
CS101 Computer Programming I
Software Requirements
Computer Networks CNT5106C
Course Information Mark Stanovich Principles of Operating Systems
Course Overview CSE8313 Object-Oriented Analysis and Design
Welcome to CS 1010! Algorithmic Problem Solving.
Welcome to CS 1010! Algorithmic Problem Solving.
Computer Networks CNT5106C
Welcome to CS 1340! Computing for scientists.
Andy Wang Operating Systems COP 4610 / CGS 5765
Andy Wang Object Oriented Programming in C++ COP 3330
Welcome to CS 1010! Algorithmic Problem Solving.
Andy Wang Operating Systems COP 4610 / CGS 5765
Welcome to CS 1301! Principles of Programming I.
Andy Wang Operating Systems COP 4610 / CGS 5765
Andy Wang Operating Systems COP 4610 / CGS 5765
Computer Networks CNT5106C
Course Overview CSE5319/7319 Software Architecture and Design
Andy Wang Operating Systems COP 4610 / CGS 5765
CS Problem Solving and Object Oriented Programming Spring 2019
CS201 – Course Expectations
Presentation transcript:

1 COP 3331 Object Oriented Design Spring 2016 Section 001 F 8:00 AM – 10:45 AM CPR 115 Classroom Lecture 3 credit hours Instructor:Dr. Rollins Turner ENB 343F Office Hours: MW 11:00 AM – 12:00 PM OK to drop in any time

Catalog Description COP 3331 Object Oriented Software Design (3) EN ESB PR: COP 3514 (Program Design) CPR: CDA 3103 (Computer Organization) Design of a computer program using an Object Oriented programming language. Extension of programming knowledge from a procedural language to an object-oriented language. Analysis of program requirements. 2

3 Course Objectives/Outcomes You will be able to: Write object oriented programs of moderate size and complexity in the ISO Standard C++ programming language. 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

4 Textbook C++ Primer Plus (Sixth Edition) Stephen Prata Sams Publishing 2012 ISBN

5 Exams and Grading Grading: Projects40% Midterm Exam 20% Final Exam 40% Exams will be written in class. Closed book Projects will be developed out of class. Use your own computer or on-campus labs. You may work with one other student if you wish. OK to work alone if you prefer.

6 Exams and Grading Exams missed for a legitimate reason can and must be made up. Consult me, in advance when possible, to arrange makeup exam.

7 Letter Grades 90 – 100 A 80 – 89 B 70 – 79 C 60 – 69 D < 60 F No “+” or “-” grades will be issued. Numerical average will be rounded to nearest integer..5 rounded up

88 University Policies Final Exams Policy General Attendance Policy Religious Days Academic Integrity of Students Disruption of Academic Process Student Academic Grievance Procedures Students with Disabilities (Student Responsibilities) Students with Disabilities (Instructor Responsibilities)

University Policies - Gender-Based Crimes USF has a commitment to the safety and well-being of our students. Please be aware that educators must report incidents of sexual harassment and gender-based crimes including sexual assault, stalking, and domestic/relationship violence that come to their attention. I am required to report such incidents in order for the Office of Student Rights and Responsibilities or the Office of Diversity, Inclusion, and Equal Opportunity to investigate the incident or situation as a possible violation of the USF Sexual Misconduct/Sexual Harassment Policy and provide assistance to the student making the disclosure. If you disclose in class or to me personally, I must report the disclosure and will assist you in accessing available resources. The Center for Victim Advocacy and Violence Prevention, the Counseling Center and Student Health Services are confidential resources where you can talk about such situations and receive assistance without the incident being reported. 9

University Policies - Gender-Based Crimes Center for Victim Advocacy and Violence Prevention: (813) Counseling Center (813) Student Health Services (813)

Academic Calendar 11

12 Course Policies Attendance will not be taken after the first class. Attendance will not be a direct factor in grades. But class attendance is highly recommended. You may not sell notes or tapes of class lectures. OK to give them away!

13 Course Policies Programming projects will be graded. You may work with one other student on each project. OK to work alone if you prefer. If you work as a pair: One student submits the program. Include both names in Canvas submission comments. Other student submits just a Canvas comment saying who they worked with. Both students are expected to contribute. Both students are expected to understand the program in detail. Both students will get the same grade.

14 Course Policies Projects must be submitted on time. Late projects will incur a penality of 10 points per hour after the deadline. Don't post assignments on the Internet Don't ask for help on Internet forums.

15 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.

16 Slides from class presentations will be available on the class web site: Also on class web site: Examples Project solutions Don’t expect all material covered in class to be on the class web site. Class Web Site

17 Canvas will be used for project submissions. Grades posted there also. Be sure you can log in and can find this class among your courses. USF will be used for any last-minute announcements. Be sure you can receive messages. Don’t let backlog exceed your quota. Check your regularly. Welcome message will be sent out as a test. Communications