CSci 123: Spring 2023 Syllabus

Course details

CourseCSci 123, Intro. to Programming Concepts in C++, CRN 21781, 4 units
Room616 (600 building, inside, next to the stairs)
PrerequisiteMath 142 (or high school equiv.) with a grade of ‘C’ or better.
Website Course Website
ScheduleTue/Thur, 9:30 — 11:35 AM
TextProblem Solving with C++, Walter J. Savitch
(any edition will work)
Last day to drop (without a ‘W’)Sunday, Feb. 5
Last day to withdrawSunday, Apr. 23
Final examThursday, May 18


Instructor details

Instructor Andy Clifton
Email aclifton@fullcoll.edu
Student (office) hours Mon/Wed 4:15 — 5:45 PM
Tues 8:30 — 9:15 AM
Thurs 8:15 — 9:15 AM
Office Room 611-02
Office phone 714-992-7418
Website Instructor website
CSci Lab hours Mon/Wed 9:30 — 11:30 AM

(If you contact me by email I will try to reply the same day, but it may be up to a few days, depending on circumstances.)

Student Learning Outcome: Be able to design and implement Abstract Data Types using C++ classes.

Course Description

“This course is an introduction to the basic principles of programming using C++ as the development tool. Topics include the structure and design of algorithms, input/ output, branching structures, functions, recursion, built-in data types, arrays, structures, files, pointers and elementary operations on linked structures. The object-oriented programming paradigm will be introduced. Topics include encapsulation, polymorphism, libraries, streams, inheritance and abstract data types. Students will design algorithms, write external and internal documentation and design and write source code in C++.”

Student responsibilities

  1. Attendance will be taken during class, by having students type their names into the Zoom chat window. Make sure you type in your name before lecture ends!

  2. If the instructor is more than fifteen minutes late for class, the entire class is excused for that day.

  3. Any student who misses the first class meeting with out making prior arrangements may be dropped. (But note that, if you wish to drop the class, the responsibility is on you to make sure you are officially dropped. Don’t just not show up and expect me to do it for you.) An unexcused absence may be expunged by using one token (see below).

Prerequisites: Math 141 or 142 with a grade of ‘C’ or better.

I will use Canvas to post your grades. You will submit your assignments via the department’s computer science server (fccsci.fullcoll.edu:5150).

Grading

This course will use a system known as specifications grading. The easiest way to explain it is just to look at the criteria for earning a grade of ‘C’ in this class:

To earn a grade of ‘C’ in this class you must

To break this down in detail:

To earn a grade of ‘B’ a student must do everything for a ‘C’ and also:

To earn a grade of ‘A’ you must do everything for a ‘B’ but also:

A grade of ‘D’ will be assigned for students who complete some amount of work in each area, but which does not fit into one of the above categories. A grade of ‘F’ will be assigned to students who fail to complete even the most basic of tasks (i.e., complete fewer than 10% of the assignments, complete no projects, pass no topics on any midterms, who cheat, or who miss the final exam completely).

Tokens: each student begins the class with four tokens. You can trade in a token for

At the end of the semester I may apply an adjustment to your grades, in order to ensure the fairness of grading. Typically, this involves moving midterm topics around, but you shouldn’t rely on this.

Cheating

Cheating is defined as submitting work that is not your own, either from another student, a website, a book, AI/machine learning tool, etc., or supplying work for other students to submit, as if it was their own. The general rule is, if you are caught cheating, you will get a score of 0 for the assessment in question (assignment, test, etc.).

Topics covered

The topics we will cover, in the fundamentals and advanced areas are:

Core:

A note on collaboration and cheating

Computer science is a fundamentally collaborative subject, thus it’s not surprising that you will want to work together and help each other. While this is expected and allowed, the grade you are assigned at the end of the semester is intended to reflect your individual knowledge, not the gestalt knowledge that is formed when you and some friends get together. Consequently, I ask that you respect the “principle of the erased whiteboard”. The idea is to imagine, whenever you are working together, that you are writing things together on a whiteboard. When you are done, the imaginary whiteboard must be erased, without copying anything down or taking pictures of it. The only thing you are allowed to take away is the understanding you have gained.

The college’s official policy on cheating and student behavior is as follows:

Academic Honesty Policy

Students are expected to abide by ethical standards in preparing and presenting material which demonstrates their level of knowledge and which is used to determine grades. Such standards are founded on basic concepts of integrity and honesty. These include, but are not limited to, the following areas:

Instructors may deal with academic dishonesty in one or more of the following ways:

  1. Assign an appropriate academic penalty such as an oral reprimand or point reduction.
  2. Assign an “F” on all or part of a particular paper, project, or exam.
  3. Report to the appropriate administrators, with notification of same to the student(s), for disciplinary action by the College. Such a report will be accompanied by supporting evidence and documentation.

Repeated violations may result in students receiving an “F” in the course, suspension or dismissal from the College.

Standards of Student Conduct and Discipline Policy

The standards of student conduct and disciplinary action for violation of Board Policy 5500 were approved by the NOCCCD Board on January 28, 2003, and were drawn in compliance with Sections 66300, 76030, 76033, 76034, 76036 of the State Education Code. Students are expected to respect and obey civil and criminal law and shall be subject to the legal penalties for violation of the city, county, state, and national law(s). Student conduct must conform to Board Policy and college regulations and procedures. As cited in BP5500, “A student who violates the standards of student conduct shall be subject to disciplinary action including, but not limited to, the removal, suspension or expulsion of the student.”

Students have an obligation to familiarize themselves with the College’s policies, rules and regulations and to conduct themselves in a reasonable, respectful manner, which is conducive toward attaining their educational goal. Upon registration, each student should obtain a copy of the College Policies and Regulations: Standards of Student Conduct and Discipline Policy. Contained therein are the policies approved by the Board of Trustees governing student behavior and the applicable penalties for violations of these policies. Copies are available in the Student Affairs Office, the Office of Equity and Diversity, all division offices, and the Student Services office.

Student Complaints

Students should attempt to resolve issues directly with the faculty or staff member involved in the complaint. For serious or ongoing complaints, students may file a formal Student Complaint. The process for doing so is described in the Catalog.

Semester Calendar

Date Subject Assignment
Week 1
Tue, Jan. 24 Course intro; Basic C++ syntax
Thu, Jan. 26 Basic statement flow; basic types Assignment 1
Due Feb 2
Week 2
Tue, Jan. 31 Expressions and Variables
Thu, Feb. 02 Basic IO; more types Assignment 2
Due Feb 9
Week 3
Tue, Feb. 07 Conditional statements
Thu, Feb. 09 Loop statements Assignment 3
Due Feb 16
Week 4
Tue, Feb. 14 Loop statements; continued
Thu, Feb. 16 Loop statements; continued Assignment 4
Due Feb 23
Week 5
Tue, Feb. 21 Midterm review Midterm 1 Practice Test
(Solutions)
Thu, Feb. 23 Midterm 1
Week 6
Tue, Feb. 28 Midterm recap (may be moved)
Thu, Mar. 02 Functions, cont.
Week 7
Tue, Mar. 07 Arrays and Vectors Assignment 5
Due Mar 14
Thu, Mar. 09 References and pointers
Week 8
Tue, Mar. 14 References and pointers
Thu, Mar. 16 Dynamic memory management
Week 9
March 20 — 24 Spring Recess
March 20 — 24 Spring Recess
Week 10
Tue, Mar. 28 Dynamic memory management
Thu, Mar. 30 Midterm review
Week 11
Tue, Apr. 04 Midterm 2 Assignment 6
Assignment 7
Thu, Apr. 06 Midterm 2 Recap
Classes, methods, members, and access levels
Midterm 2 Practice Test
(Solutions)
Week 12
Tue, Apr. 11 Classes, continued
Thu, Apr. 13 Classes, continued
Week 13
Tue, Apr. 18 Multi-file projects, include files
Thu, Apr. 20 Exceptions Assignment 8
Week 14
Tue, Apr. 25 Midterm review
Thu, Apr. 27 Midterm 3
Week 15
Tue, May. 02 Midterm 3 Recap
Thu, May. 04 Advanced Topics
Week 16
Tue, May. 09 Advanced Topics Midterm 3 Practice Test (Solutions)
Midterm 4 Practice Test (Solutions)
Thu, May. 11 Advanced Topics
Week 17
Tue, May. 16 Midterm 4
Thu, May. 18 Final exam


Other college policies

Various other college policies, which I am required to present to you, are as follows:

I am committed to creating a course that is inclusive in its design. If you encounter barriers, please let me know as soon as possible so that we can determine if there is a design adjustment that can be made or if a disability accommodation might be needed to overcome the limitations of the design. I am always happy to consider creative solutions as long as they do not compromise the intent of the assessment or learning activity. You are welcome to contact the Disability Support Services (DSS) Office to begin this conversation or to establish disability accommodations for this or other courses. DSS can be contacted at 714.992.7099 or dsp@fullcoll.edu. I welcome feedback that will assist me in improving the usability and experience for all students.

Americans with Disabilities Act (ADA) Statement

Fullerton College is committed to providing educational accommodations for students with disabilities upon the timely request by the student to the instructor. Verification of the disability must also be provided. The Disability Support Services office functions as a resource for students and faculty in the determination and provision of educational accommodations.

Fullerton College Catalog and Class Schedule

The Fullerton College Catalog and the Class Schedule contain a number of policies relating to students that are important to you. Please be sure that you have read these publications thoroughly. You may purchase copies of these publications at the campus bookstore, or you may read them online at the Fullerton College website, www.fullcoll.edu.

Grade Appeals

While the instructor is the final authority in determining grades that are assigned to students and that appear in their permanent record, students have a right to inquire how their grade was determined, and a Grade Appeal Procedure is described in the Catalog.

Wait Time for Late Instructors

If, due to unforeseen emergencies, the instructor does not arrive at the scheduled start time for class, students are to wait for fifteen minutes (unless otherwise notified by the division). If they do not receive notification to wait for their instructor to arrive, after 15 minutes the students may leave with no penalty for absence or assigned work due for that class meeting.