CPSC 146-02
Introduction to Programming Principles: C++
Fall 2022
MWF 2pm ATS 230 (9554 )

Instructor: Dr. Whitfield; Pronouns: her/she Voice Mail/ Phone: (724) 738-2935
Office Hours: MW 3:50pm - 5:45pm, F: 3:50-5 E-Mail: deborah.whitfield@sru.edu
Office: 258 Advanced Technology and Science Hall WWW: http://granite.sru.edu/~whit


Required Text
Chapters 1 -7 of "Starting out with C++: from Control Structures to Objects" by Tony Gaddis, 9th edition. ISBN: 9780134443829

Catalog Description
Techniques are stressed that enable systematic development of clear, correct programs. Other topics include data types, algebraic notation, standard control structures, functions; input/output, arrays, and program testing and debugging. Programs will be written in the department’s current official programming language of instruction.
Credits: 3.
Prerequisite: ACSD 110

Grading
The course grade will be based upon quizzes, exams, assignments, class participation, and attendance. The following is a tentative point assignment for the course:
Exam 1 on Chapters 1 - 3 100
Exam 2 focus on Chapters 4, 5 100
Exam 3 100
Assignments 180
Quizzes 90
Labs/Participation 50
Grades are maintained on D2L. The final grade is calculated by adding the number of points that the student earned divided by the total number of possible points. The final grade will be based on the scale:
100 to 90% -- A
89 to 80% -- B
79 to 70% -- C
69 to 60% -- D
59% and below -- F
The instructor may change this scale to benefit the students.

Academic Integrity
All work in this class will be the sole effort of the individual student. Cheating in any form will automatically result in a 0 and may result in failure of the course.

In programming, there is a fine line between cheating and "helping out". In my course, you may discuss the programming assignment and methods of solving the problem with others. However, you may not write code together. You must document any source that you use for an assignment. If the source is not documented, then it is plaguarism! If you have a question about what is permissable, please do not hesitate to ask.

Assignments are due at the scheduled time - usually the beginning of class on the due day. Code and output will be submitted electronically on D2L. In addition, a printout of the code MUST be turned in Printer problems, lost data, lost programs, etc., are not excuses for late work. Late assignments will be accepted upto 1 class day late, but immediately be assessed a 20% penalty.

Attendance
You are expected to attend every minute of every class session. If you miss a class or portion of a class it is your responsibility to determine what was missed.
Participation points may only be awarded if you attend the entire class.
Makeup exams are not given unless a valid documented absence is provided. Please note that the health center will not provide excuses. If you are seen at the health center, they will tell you if your illness necessitates missing class. With your permission, the health center will report their recommendation to me when I call.

Correct Pronouns, Names, and Inclusiveness
I enjoy an environment where students have the opportunity to bring all aspects of their selves into the classroom. This includes (but is not limited to) each individual's race, gender identity, ethnicity and religion. I support people of all gender expressions, gender identities and encourage students to use the name and set of pronouns which best reflect who they are. I expect all students to use the correct name and pronouns of their classmates, respect other students' race, ethnicity, and religion and I will do the same. Please inform me if my documentation reflects a name or set of pronouns different from what you use.

Copyrights
Students shall adhere to the laws governing the use of copyrighted materials. They must ensure that their activities comply with fair use and in no way infringe on the copyright or other proprietary rights of others. Additional information regarding copyright can be found here http://www.copyright.gov/ and information about fair use can be found here http://www.copyright.gov/help/faq/faq-fairuse.html.

Reporting Obligations of Faculty Members under Title IX of the Education Amendments of 1972: Slippery Rock University and its faculty are committed to assuring a safe and productive educational environment for all students. In order to meet this commitment and to comply with Title IX of the Education Amendments of 1972 and guidance from the Office for Civil Rights, the University requires faculty members to report incidents of sexual violence shared by students to the University's Title IX Coordinator. The only exceptions to the faculty member's reporting obligation are when incidents of sexual violence are communicated by a student during a classroom discussion, in a writing assignment for a class, or as part of a University-approved research project. Faculty members are obligated to report sexual violence or any other abuse of a student who was, or is, a child (a person under 18 years of age) when the abuse allegedly occurred to the person designated in the University protection of minors policy. Information regarding the reporting of sexual violence and the resources that are available to victims of sexual violence is set forth at: http://www.sru.edu/offices/diversity-and-equal-opportunity/sexual-misconduct-and-victim-resources.

Non-discrimination Slippery Rock University of Pennsylvania does not discriminate on the basis of race, color, sex, sexual orientation, gender identity, gender expression, national origin, religion, age, disability, or veteran status in its programs or activities in accordance with Title IX of the Educational Amendments of 1972, the Americans with Disabilities Act of 1990, Section 504 of the Rehabilitation Act of 1973, Title VII of the Civil Rights Act of 1964, and other applicable statutes and University policies. www.sru.edu/offices/diversity-and-equal-opportunity/notice-of-non-discrimination


Course Outcomes: This course and its outcomes support the Computer Science Learning Outcomes of Problem Solving and Critical Thinking (PS&CT), Communication and Interpersonal Skills (C&IS), and Ethical and Professional Responsibilities (E&PR). These Computer Science Learning Outcomes are tied directly to the University Wide Outcomes of Critical Thinking and Problem Solving, Communication, and Values and Ethics.

Learning OutcomesAssessed Course Objectives
PS & CT a. Formulate project requirements and alternative solutions appropriate to the computing problems1. Design an algorithmic solution to a problem using problem decomposition and step-wise refinement
PS & CT b. Integrate design and implementation principles to develop effective applications2. Implement program solution to an algorithm or design specification.
PS & CT e. Create efficient, user-friendly applications appropriate to the computing problems3. Implement a program or module using multimedia or graphics and events.
C & IS c. Devise effective user interfaces based on the application
C & IS a. Determine the economic and organizational effects of information technology on global society4. Design programs that effectively communicate with the end user.
E & PR c. Demonstrate an awareness of the codes of professional ethics in the information technology industry5. Understand ethics & professionalism in the context of an introductory programming class.
LS. Develop skill in using materials, techniques, tools, and technology central to STEM programs7. Select tools and techniques such as data types and control flow when implementing a program on the appropriate hardware.

Additional Course Objectives include:

The student will be able to:

  1. Select appropriate data types, control flow, and programming techniques.
  2. Design an algorithmic, object-oriented solution that meets the specification of a programming problem.
  3. Write self-documenting programs according to standard techniques as defined by the instructor.