Period 3 – CSC119 – Introduction to Programming (C++) – Fall 2018

Basic Course Information

Course Name: Introduction to Programming
Course Sections: CIS118-55274-78A
Semester: Fall 2018
Credits: 3
Prerequisites/Co-requisites: None
Meetings/Times: Mon/Wed/Fri 9:50 AM – 10:45 AM
Location: HS – 228

Instructor Information

Instructor: Wayne Cook, Head of Computer Science Department, CEC-FC
Office Phone: (970) 337-0044
Email: [email protected]
College Web Site: www.frontrange.edu
HS Web Site: https://fortcollins.coloradoearlycolleges.org
Office Location: CEC-FC HS 228
Office Hours: Tuesday or Thursday (same time as your class), or by appointment
Department Contact: N/A

Course Materials

Starting Out with Programming Logic and Design (Fourth or Fifth Edition)-Tony Gaddis
ISBN: 9780134801155

Windows 10

Microsoft Visual Studio – Community Edition (you can download this at home for free.

You need at least two ways to store your files, a USB Flash drive, emailing it to yourself, your hard drive (at home), student storage or submitting to Infinite Campus.  Put your name on all flash drives.  Having a storage device fail or lost will NOT be an accepted excuse for turning in your assignments late.  Most of the time you will be turning in assignments electronically through Infinite Campus.

Welcome Message

Welcome to CSC119. This class introduces programming and good programming practices. We use Visual Studio for code development, but the why is just as important as the how. If something is not clear, please ask questions.

CCCS Required Syllabus Information

Catalog Course Description

Introduces computer program design using concepts of structured programming and logic. Includes pseudocode, flowcharts, and structure charts. Covers variables, data types, control structures, looping, program breaks, and arrays. (3 credit class, 45 contact hours).

Course Learning Outcomes

  1. Demonstrate how to convert a binary number to a hexadecimal number.
  2. Input data from the computer keyboard using standard input and output commands via a programming language.
  3. Create a program that demonstrates the use of variables and constants.
  4. Develop and implement basic program elements of processes, loops, and sequences.
  5. Write a program using control structures and functions.
  6. Write and modify a program using array processing.
  7. Design a program that outputs processed data to the computer screen.
  8. Create a program using File I/O from a program specification.

Additional Info: Typing skills are helpful. Students taking this course should allow additional time outside of class hours to complete assignments in the computer lab when classes are not being held OR have access to a computer that has Windows 10 and Microsoft Visual Studio – Community Edition

Topical Outline

  1. Introduction to Computers and Programming
  2. I/O, I/O, It’s Read and Write We Go (Input/Processing/Output)
  3. Modules
  4. Decision Structures and Boolean Logic
  5. Repetition Structures
  6. Functions
  7. Input Validation
  8. Arrays
  9. Sorting and Searching Arrays
  10. Files
  11. Meny-Driven Programs
  12. Text Processing
  13. Recursion
  14. Object-Oriented Programming
  15. GUI Applications & Event-Driven Programming

Course Overview

Instructor’s Overview of the Course

This is a “hands-on” course, where I will give an overview of each new concept and book chapter. The book is only one resource and should be used as such. Use the internet to search for helpful hints. Talk with each other, especially when stuck on a particular concept. Please feel free to share your developing expertise with your classmates. Your grade is earned by your own efforts and is not based on a curve. If you help each other, you will gain better understanding of the subject and consequently will earn a better grade.

  1. Lectures: Important material from the text and outside sources will be covered in lectures.  Not all material can be found in the text nor in the lecture.  Students that miss class usually have trouble with the material. Students are responsible for everything that is covered in class.  This means YOU need to find someone to take notes for you if you are not able to attend class.    If you are absent, you need to let me know BEFORE class begins.  I will be much more willing to help students get caught up if they keep me informed.  If you are not in class and not excused, you will lose points.
  2. Lecture notes: On days where a significant amount of information is written on the white boards, you will need to take notes. The notes will be checked several times throughout the semester.   Lecture notes grades count as assignments. Some students have found it useful to take pictures of what is written on the board for accuracy.  This is allowed and even encouraged.  BUT, you will need to transcribe it to handwriting.  Printouts of pictures of the board or photocopies of other people’s notes will not count as correct.  You can copy someone else’s notes.
  3. Infinite Campus: I use Infinite Campus as a supplement for all of my classes.  On it you will find all of the assignments, online quizzes, announcements and discussions.
  4. In class weekly quizzes: Many quizzes will be given to help ensure students stay abreast with assigned material. Weekly quizzes (on different days of the week) will be given in class; they can’t be made up, but you can be excused if you let me know you will be gone ahead of time. If you miss class and are not excused you will receive zero points for the day.  For example if the quiz is worth 14 points and you don’t show up and are not excused you will have 0 points for the day.  Five quizzes will be extra credit.  You will be allowed a one page (8.5 x 11) cheat sheet for all quizzes and exams.
  5. Infinite Campus Quizzes: The Infinite Campus quizzes will allow you unlimited tries, but they will need to be done before the deadline. The quiz will show you your score but not which questions were right or wrong.  If you don’t get 100%, you should review everything and try again. The answers are released after the due date.
  6. Homework Assignments: There will be many assignments, at least one per week.  Late assignments will lose 10% for each day they are late, including weekends and breaks.  You will be allowed to redo assignments to increase your score. After the due date, redone assignments will be given a late penalty of 10% on the corrected material, for each day after the day it is returned and after the deadline.  For example, if your grade is a 70% and it is returned to you and you correct it and turn it back the following day and this time it is perfect, you would get a score of 97%.  You lose 3 points, which is 10% on the 30 points that you corrected.  (70 + 30 – 3 = 97)  If there is a paper copy, you need to turn in the corrected copy and the old copy with the notes on what was incorrect.
  7. Homework redo: You may redo the assignment several times if needed. Any points that are not corrected on the next assignment will be doubled on the redo. On electronic copies you need to change the name to reflect the fact that it is a redo and turn it into the next available dropbox.  The last day a redo is accepted will be when there are no points available or the last day of school.  If you turn in work early, I will try to get it back to you so you can do a redo before the due date.  I can NOT guarantee this will happen.
  8. Interview grading: Twice during the semester students will need to bring in their assignment and discuss what they did and how they did it.  Just like other assignments students will be able to redo the assignment.
  9. Final project: Although the final project will be counted as a small part of the homework grade, the final project must be completed and presented or your grade will be dropped one letter.  The final project is worth 2 homework assignments and the presentation is the same as ½ an assignment.
  10. Spelling and grammar: Spelling and grammar errors on typed information will cost you points.  If  I have spelling or grammar errors on typed information and you catch it, you will be given an extra credit quiz point.  The first person that finds the error and posts it in the discussion on Desire2Learn will be given credit.
  11. Exams: Two midterm exams and a final will be given. The midterms will be primarily over recent material and the final will be comprehensive, with more emphasis placed on the material in the last part of the semester. You will be allowed a one page (8.5 x 11) cheat sheet for exams and quizzes.
  12. Minimum knowledge: In order to pass this class, by the end of semester you must be able to prove that you can write code that contains a loop, if statements, and functions without help and in a time constraint.  Most people will accomplish this by the final exam.
  13. Professionalism: A part of this class is preparing you for your career.  There will be at least two parts of the grade of the class that will be based on professional skills.  The first is attendance and the second is the presentation at the end of the semester.

Graded Instructional Activities

Total points will be computed as follows. The total points for quizzes and assignments will vary.

Activities Contribution to Overall Grade
Quizzes 10%
Assignments 40%
Midterm Exams 30%
Final Exam 20%

[Edit1]

Grading Scales and Standards

The grading scale for this class is:.

Letter Grade Range
A 90 – 100%
B 80 – 89%
C 70 – 79%
F 69% and lower

NOTE: Borderline grades will be determined by the student’s work ethic. A good work ethic consists of regular class attendance, a good attitude, the ability to work independently and with a group; professional conduct and language; respect for the instructor, classmates, and other FRCC employees; and problem-solving skills.

Late Policy

Assignments will be expected on-time. Since SAM grades all projects, the main penalty for being late with any project is that you will fall behind and not be able to complete all your projects. Remember that only people who have earned an 85% or higher can take the certification exam.

Attendance and Participation

As per the CECFC Handbook: “All CECFC students are expected to attend school daily and to arrive punctually. Frequent absences undermine the sequential and incremental nature of the CECFC curriculum for the student; in addition, they place burdens on the teachers who must arrange for makeup work. Late arrivals disrupt the classroom.”

All students will come to class on time. If you are late, within the first 10 minutes of class, you will be marked tardy. If you are more than 10 minutes late, you will be marked as absent. However, I will put a time down with the absence so that the attendance team will be aware of when you arrived. As long as you come in quietly, coming to class will allow you to make up in-class projects, but not excuse the tardy or absence.

Students are permitted 5 unexcused absences per course, per semester penalty free, if all these absences are not “skipped” classes. More than 5 unexcused absences will result in a course grade reduction of 5%. Each additional unexcused absence will incur an additional 1% grade decrease.

Students are permitted 2 tardies per course, per semester penalty free. Upon incurring a 3rd tardy, the late instances will turn into an unexcused absence. Every 3 tardies afterward will count as an unexcused absence at the end of the semester and calculate into the grade deduction mentioned above.

You will be graded on your participation in class, this means being here on time, ready to learn and being respectful of classmates and the time allotted for this course. Leaving early, working on homework, reading for another class or packing up to leave before the end of class is not allowed.

Academic Honesty

Students are expected to uphold FRCC’s Student Code of Conduct relating to academic honesty and assume full responsibility for the content and integrity of the academic work they submit. The guiding principle of academic integrity will be that a student’s submitted work, examinations, reports, discussions, and projects must be that of the student’s own work and unique to the course. Students are guilty of violating the honor code if they:

  • Represent the work of others as their own (this includes copying material from the Internet for discussion postings or other assignments without proper citation)
  • Use or obtain unauthorized assistance in any academic work.
  • Give unauthorized assistance to other students.
  • Modify, without instructor approval, an examination, paper, record, or report for the purpose of obtaining additional credit.
  • Misrepresent the content of submitted work.
  • The penalty for violating the honor code is severe. Any student violating the honor code is subject to receive a failing grade for the course and will be reported to the Office of Student Affairs. If a student is unclear about whether a particular situation may constitute an honor code violation, the student should contact the instructor to discuss the situation.

Collaboration. Unless otherwise instructed, all work submitted is to be done individually by the student. This means you should not be working in pairs or in a group to write discussion posts, complete assignments or take quizzes and other assessments unless specifically asked to do so by your instructor.

Plagiarism / Dual Submission. Plagiarism, whether intentional or accidental, is academic dishonesty and may incur disciplinary action ranging from receiving a zero on an assignment or failing a course to more severe consequences. Plagiarism means

  • Using someone else’s ideas and not correctly citing that use. This means that if you put someone else’s work into your own words, put it in your work, and do not correctly document it, the idea is plagiarized.
  • Using someone else’s words without quotation marks and not correctly citing that use.
  • Using someone else’s images or other works (such as from the Internet) without correctly citing that use.
  • Submitting work that has been turned in for credit in another class or at another institution unless specifically permitted by your instructor.
  • Students may be required to submit work that is evaluated for originality by Turnitin.com, a plagiarism detection software program that checks for certain forms of plagiarism.

Class Rules

We follow all CEC-FC and FRCC student policies(like no wearing hats in class). In addition, I have two primary rules:

  1. Treat each person in this room with the respect with which you would like to be treated.
  2. Except when in an organized group discussion, only one person speaks at a time.

Other

  1. No food or drink is allowed in computer classrooms.
  2. No cell phones, pagers, or other items that would interrupt the class.
  3. Turn off computer monitors when they are not being used in the class.

Notice:  It is expected that in college classes you will average 2 hours of study time for each hour in class.  Programming can be very time-consuming, but the only way to learn the concepts completely is to code them.  Many students claim they spend closer to 10 hours most weeks trying to get code working,  some weeks are significantly more, but most students do not need to spend this much time in one week if they keep up with the material.

Program Expectations

Disruptive Behavior: If a student engages in any disruptive behavior that negatively affects, disrupts, or impedes (1) the instructor’s ability to teach and/or (2) the other students’ ability to learn and/or (3) the general operation of the college, the student will be subject to disciplinary action.

Student of Concern: Front Range Community College provides faculty, staff and students a resource to report their concern about any member of the FRCC community. If you are concerned about yourself or someone else, please go to www.frontrange.edu/care and report.

Financial Aid: The following actions have eligibility implications for financial aid recipients: non-attendance, dropping courses, withdrawing from courses, repeating courses, academic progress, and the number of credit hours attempted and completed. You are strongly encouraged to seek financial aid advising throughout the term if you have any questions about eligibility implications.

Student Support Services: Students with a disability or in need of support services are encouraged to contact the learning resources and support programs on each campus to arrange for accommodations and support services. The link to the learning resources and support programs is: http://www.frontrange.edu/Current-Students/Learning-Resources-and-Support-Programs/ and the link to the disability services support information is: http://www.frontrange.edu/being-a-student/disability-services

Audio/Video Recording: A student granted permission by the instructor to make an audio or video recording may use the recording only for his or her own study and may not publish or post the recording on YouTube or any other medium or venue without the instructor’s explicit written authorization. All students in the class, as well as guest speakers, must be informed that audio/video recording may occur.

Non-attendance: At FRCC, we want you to succeed. To do so, you must attend class. If you do not attend class during the first two scheduled class sessions, you may be dropped from the course due to non-attendance. Students who are dropped must go through the late add appeal process, which includes securing the signatures of the instructor, Instructional Dean, and Campus Vice President to re-enroll after the add deadline for the course. Course re-enrollment is at the discretion of the instructor and it is unlikely you will be re-enrolled if you have not attended and participated in class.

Computer Ethics: A student will be subject to disciplinary action should he/she try to copy FRCC software or tamper with the network. Copying software is a copyright violation and is against the law. Also, please do not move computer equipment.

Online Learning Expectations

FRCC is committed to helping you succeed in your online courses. Please read the following section for a better understanding of expectations specific to online courses. If you have questions or concerns about course content and activities, contact your instructor right away. If you have questions or concerns related to support services or the student code of conduct, contact your Pathways Advisor or a member of the Online Learning team at 970-204-8250 or 303-404-5513. You can also email us ([email protected]).

Required Introduction to Online Learning

All students who are taking their first online course at FRCC are required to complete the “Introduction to Online Learning.” You will learn strategies for succeeding in online courses at FRCC, including how to use the online learning management system (D2L). Look for the “Introduction to Online Learning” under the “My Courses” heading on the home page when you login to D2L (https://frcc.desire2learn.com).

Interacting in Online Courses

Online classes provide opportunities for you to interact with your instructor and peers in a variety of online formats. Despite what is often modeled in public forums and social networks, civility and etiquette are important aspects in creating deep and meaningful learning. Personal attacks, monopolization, and bullying can stop valuable discussion and are harmful to academic discourse. For this reason, it is important that interaction in an online class is civil, respectful, and focused on the topic presented. If you notice behavior that violates this conduct, be sure to contact your instructor.

FRCC Online Attendance and Participation Policy

Students establish attendance in online courses by completing an academic activity based on course content. As defined by the Federal Department of Education, merely logging into the course site or introducing oneself to the class does not count as attendance. Some examples of successfully attending class include participation in a content-related discussion, quiz, assignment, or contacting your instructor. Students who have not participated by 11:59 PM on the deadline date will be dropped. Similarly, the last date of academic attendance must be reported to Financial Aid for students who do not earn a D or better; students who have not been in regular attendance may experience financial aid ramifications.

Online Proctored Exams

This course requires one or more proctored exams, either at an FRCC Testing Center, through an online proctoring service , or at another pre-approved location. Students who are unable to come to an FRCC Testing Center should contact their instructor and the FRCC Testing Center during the first week of class to arrange another option.

Before taking an exam at an FRCC Testing Center or other proctored location, plan to:

  • Bring a photo ID.
  • Arrive at the FRCC testing center early enough to allow enough time to complete the exam before it closes.
  • Work around busy periods in the semester, there can be an extra wait for a testing space to come available during common testing times.

FRCC Testing Center hours and proctoring information are available online (https://www.frontrange.edu/campuses/testing-centers).

Campus Closure Procedure

If Colorado Early Colleges closes due to inclement weather or another emergency, online courses will proceed unless Desire2Learn and/or Infinite Campus is impacted. If you experience particular hardship or problems completing the course as a result of an emergency, contact your instructor or call Online Learning at 970-204-8250 or 303-404-5513.

Technical Difficulties

FRCC’s Online Courses are hosted by Desire2Learn, and may incorporate other online materials (e.g. publisher content and open educational resources). As an online student, you are responsible for ensuring that you have a reliable internet connection and the necessary equipment to access your online course(s) and any required course materials listed in the course syllabus. Computer failure or problems with internet access are not considered valid excuses for not completing coursework, so be sure to have a backup plan in place so that you can still complete your work on time even if you run into technical problems. Local libraries and computer labs on campuses can be great alternatives, but be sure to check on hours and availability.

For technical assistance with Desire2Learn, contact the Help Desk which is available 24 hours every day: (http://help.cccs.edu); 888-800-9198 (toll free). Desire2Learn is available 24×7, with the exception of limited maintenance windows posted on the home page. In the unlikely event of an unplanned D2L outage, faculty and staff will be informed so that they can make reasonable adjustments to the course schedule and assignment deadlines.

Student Rights, Responsibilities, and Resources

For important information on rights and responsibilities of all FRCC students, as well as the many support resources available to you, please refer to the link to “Student Rights, Responsibilities and Resources” in the online course shell. Topics include:

  • Course Questions
  • Access to Course Materials
  • Student Email
  • Student Drop for Non-Attendance
  • Student Drop for Non-Payment
  • Financial Aid
  • Academic Assistance
  • Disability Support Services
  • Use of Audio / Video Recordings
  • Crisis Counseling and Stress Management
  • FRCC Cares
  • Notice of Non-Discrimination
  • Mandatory Reporting (Title IX)
  • Student Code of Conduct
  • Philosophy of Inclusion

Course Schedule

Important Dates

First Day of Class: August 10th (Thursday)
Non-Attendance Reporting Deadline: August 23 (Thursday)
Payment Deadline: N/A
Last Day to Drop with Refund: September 6 (Tuesday)
Student Feedback Forms Distributed: November 5 – 9
Graduation Application Deadline: N/A
Last Day to Withdraw with “W”: November 18 (Sunday)
Fall Break: November 19 – 23 – Enjoy Thanksgiving!
Student Feedback Forms Returned: November 30 (Sunday)
Last Day of Class: December 10 (Monday)

Course Plan

The following table includes the coursework planned for this class.

Week 10, Session 1

Week Date Topic Read To Do
Week 1, Session 1 10 Aug Orientation, introduction of teachers and students, class overview none Log into computers
Introduction to Computers/Programs & Input/Process/Output
Week 2, Session 1 13 Aug Lecture Notebook Take notes
Week 2, Session 2 15 Aug In-class work book Assignment
Week 2, Session 3 17 Aug Turn in H/W
Quiz 1
open book Quiz
Modules
Week 3, Session 1 20 Aug Lecture Notebook Take notes
Week 3, Session 2 22 Aug In-class work book Assignment
Week 3, Session 3 24 Aug Turn in H/W
Quiz 2
open book Quiz
Decision Structures & Boolean Logic
Week 4, Session 1 27 Aug Lecture Notebook Take notes
Week 4, Session 2 29 Aug In-class work book Assignment
Week 4, Session 3 31 Aug Turn in H/W
Quiz 3
open book Quiz
Repetition Structures
Week 5, Session 1 3 Sep Labor Day None Enjoy!
Week 5, Session 2 5 Sep Lecture/Work book Assignment
Week 5, Session 3 7 Sep Turn in H/W
Quiz 4
open book Quiz
Functions
Week 6, Session 1 10 Sep Lecture Notebook Take notes
Week 6, Session 2 12 Sep In-class work book Assignment
Week 6, Session 3 14 Sep Turn in H/W
Quiz 5
open book Quiz
Input Validation
Week 7, Session 1 17 Sep Lecture Notebook Take notes
Week 7, Session 2 19 Sep In-class work book Assignment
Week 7, Session 3 21 Sep Turn in H/W
Exam 1
open book Exam
Arrays
Week 8, Session 1 24 Sep Lecture Notebook Take notes
Week 8, Session 2 26 Sep In-class work book Assignment
Week 8, Session 3 28 Sep Turn in H/W
Quiz 6
open book Quiz
Sorting and Search Arrays
Week 9, Session 1 1 Oct Lecture Notebook Take notes
Week 9, Session 2 3 Oct In-class work book Assignment
Week 9, Session 3 5 Oct Turn in H/W
Quiz 7
open book Quiz
Files
Week 10, Session 2 10 Oct In-class work book Assignment
Week 10, Session 3 12 Oct Turn in H/W
Quiz 8
open book Quiz
Menu-Driven Programs
Week 11, Session 1 15 Oct Lecture Notebook Take notes
Week 11, Session 2 17 Oct In-class work book Assignment
Week 11, Session 3 19 Oct Turn in H/W
Quiz 9
open book Quiz
Text Processing
Week 12, Session 1 22 Oct Lecture Notebook Take notes
Week 12, Session 2 24 Oct In-class work book Assignment
Week 12, Session 3 26 Oct Turn in H/W
Quiz 10
open book Quiz
Recursion
Week 13, Session 1 29 Oct Lecture Notebook Take notes
Week 13, Session 2 31 Oct In-class work book Assignment
Week 13, Session 3 2 Nov Turn in H/W
Quiz 11
open book Quiz
Object-Oriented Programming
Week 14, Session 1 5 Nov Lecture Notebook Take notes
Week 14, Session 2 7 Nov In-class work book Assignment
Week 14, Session 3 9 Nov Turn in H/W
Quiz 12
open book Quiz
GUI Applications & Event-Driven Programming
Week 15, Session 1 12 Nov Lecture Notebook Take notes
Week 15, Session 2 14 Nov In-class work book Assignment
Week 15, Session 3 16 Nov Turn in H/W
Exam 2
open book Exam
Final Project
Week 16, Session 1 26 Nov Work on Final Project Proposal
Include list of team members
book Project Proposal/Team
Week 16, Session 2 28 Nov Write more detailed proposal Team Project work
Week 16, Session 3 30 Nov Turn in detailed plan Team Project
Project Coding
Week 17, Session 1 3 Nov Break up project and code sections Team Project
Week 17, Session 2 5 Nov Continue coding Team Project
Week 17, Session 3 7 Nov Finalize project & demonstrate Team Project
Project Submission
Week 18, Session 1 10 Dec Turn in final project Team Project