Você está na página 1de 5

THE CATHOLIC UNIVERSITY OF AMERICA

SCHOOL OF ENGINEERING/ELECTRICAL ENGINEERING AND COMPUTER SCIENCE

CSC 123: C/C++ Programming


Fall 2018

Instructor Contact Information


Dr. Brad Taylor
Office: Pangborn Hall 307
Phone: (202) 319-6441
E-mail: taylorbd@cua.edu
Office Hours: TuWThF 2-3pm, or by appointment

Class Location and Times


Pangborn Hall G23
Section 01: 12:40 – 1:55 pm, Wednesdays & Fridays
Section 02: 3:40 – 4:55 pm, Wednesdays & Fridays

Course Description
Intended for computer science majors, this is an introductory course in computer science and problem
solving. Students will learn techniques in algorithm development, step-wise refinement, top-down design,
and basic principles of software engineering. The course will cover the basics of the C/C++ language:
variables, types, expressions, control structures, method definition, parameters, arrays, strings, and data
abstraction. Topics covered include language syntax, data types, the concepts of variable scope and storage,
arrays, structures, functions and function call structure, parameter passing, and the sequence, selection (if-
then-else), and repetition control structures (for, while, repeat-until loops). A basic knowledge of C/C++
programming is a tremendous asset in learning Visual C++, Visual C#, Objective-C, Java, Perl, or any of a
variety of scripting languages such as Python or JavaScript.

Prerequisites
None

Instructional Methods
Lectures, student presentations and labs

Textbook
"Starting out with C++, From Control Structures through Objects", Tony Gaddis; Pearson, 9th edition
(February 23, 2017), ISBN-13: 978- 0134498379.

Course Objectives
Upon completion of the course students should be able to write simple C/C++ programs. Furthermore, the
students should demonstrate a broad understanding of foundational computer science concepts such as top-
down problem solving, communication within and across teams, and become familiar with the basic
components of a program and introductory concepts in program correctness and efficiency.
Topics Covered
 Syntax
 Data types
 Selection (if-then-else)
 Repetition (loops)
 Arrays
 Structures
 Functions and function call structure
 Parameter passing
 String manipulation
 File I/O

Grade Breakdown
Attendance/Quizes 15%
Labs 15%
Midterm exam 20%
Assignments 25%
Final exam 25%

Blackboard: used to share course documents, including syllabus, lecture notes, and assignments

Electronic Media Devices


Tools such as classroom computers, your laptops and phones are extremely valuable to the process of
learning. They are also, unintentionally, powerful distractions. As participating in many other activities
requiring your exclusive focus, such as driving, it is your responsibility to focus on the task at hand during
class. This may be a slides and discussion presented by a speaker, instructor or peer; sharing your own
thoughts or constructive questioning; working through a problem collaboratively or alone; but it does not
include use of media devices for non-course related emails, conversations, or application use during our
class. As you may one day be part of the team developing such devices and the software operating on them,
take particular note of their useful and challenging features!

Drop Date
The last day to drop a regular session course without record during the Fall 2018 term will be Friday,
September 7.

Late Policies for Attendance and Submitted Work


In general, late submissions of work (such as homework and projects) will not be accepted; this means that
your responsibility is to coordinate work well in advance so that what is submitted by the deadline fairly
represents what you have learned. Attendance credit is given when you arrive to class on time and
participate in class.

Missed Midterm Exam/Quiz Policies


In general, there will be no makeup for missed quizzes or midterm exams. Rare exam exceptions at the
instructor’s discretion.

Final Exam
Note the date for the final exam as found on the Registrar’s website. The final exam must be given on the
day and time assigned by the Registrar. Please plan accordingly for travel, work or appointments. A student
having an exam scheduling conflict such as: 1) two or more exams scheduled for the same time period, or
2) three or more exams scheduled for one day, must report the conflict to their school's Academic Dean's
Office no later than fourteen calendar days before the end of classes. The dean will assist the student in
rescheduling the exam(s) for the courses having the lowest enrollment(s). All makeup exams must be
completed at the earliest possible time during the final examination period.

Academic Honesty
Academic integrity is not merely avoiding plagiarism or cheating, but it certainly includes those things.
More than anything, having academic integrity means taking responsibility for your work, your ideas, and
your effort, and giving credit to others for their work, ideas and effort. If you submit work that is not your
own – whether test answers, whole papers or something in-between – I have a responsibility to hold you
accountable. I also have a responsibility to treat you with respect and dignity while doing so.

The following sanctions are presented in the University procedures related to Student Academic Dishonesty:

“The presumed sanction for undergraduate students for academic dishonesty will be failure for the course.
There may be circumstances, however, where, perhaps because of an undergraduate student’s past record,
a more serious sanction, such as suspension or expulsion, would be appropriate. ... In the context of
graduate studies, the expectations for academic honesty are greater, and therefore the presumed sanction
for dishonesty is likely to be more severe, e.g., expulsion. ... In the more unusual case, mitigating
circumstances may exist that would warrant a lesser sanction than the presumed sanction.”

At times, you may be asked to do group work for an in-class presentation or group project. For that specific
assignment, you are allowed to share material, ideas and information; however, for any related work that is
to be submitted on an individual basis, your submission should be your own in its entirety.

For more information about what academic integrity means at CUA, including your responsibilities and
rights, visit http://integrity.cua.edu.

Relationship of Course to Program Educational Objectives


 PEO 1: Obtain a broad knowledge of Computer Science to serve as a foundation for lifelong learning,
and to achieve success in their professional career and/or advancement to graduate studies.
 PEO 2: Develop the creative and critical reasoning skills needed to solve technical problems, ethically
and responsibly, in service to society.
 PEO 3: Acquire the mathematical and scientific knowledge needed to solve emerging real-world
problems involving programming, networking, information security, image analysis, and advanced
computing systems, along with the communication, organization and teamwork skills necessary to
execute complex technological solutions.
 PEO 4: Develop communication skills necessary to bridge the divide between advanced technology
and end users.

Course Outcomes
After completion of the course, students are expected to:
 CO-1: Be able to understand and write mathematical and logical expressions in the C++ programming
language.
 CO-2: Be familiar with the flow structures of structured programming (sequence, selection, repetition)
and be able to apply them to write short C++ programs.
 CO-3: Be familiar with top-down design and the creation and use of “helper functions” to break down
programming problems into simpler ones.
 CO-4: Be familiar with basic data storing and structuring mechanisms including basic types, arrays,
and structures.
 CO-5: Be able to test, debug, and document basic C++ programs.
 CO-6: Develop interpersonal skills to decompose a complex problem into components, effectively
communicate task issues, accomplish by agreed deadlines, and deliver integrated solutions.

Course Assessment Plan


The course employs the following mechanisms to assess the above learning outcomes:
1. The students will be asked in the class if they understand the covered topic.
2. The learning outcomes will be assessed through two mid-term exams.
3. Programming assignments are given and graded to assess the level of student’s programming
capability.
4. Student performance in the programming assignments and exams are used to assess the course
outcomes 1 through 5.
5. The overall assessment of the course is done through the University student evaluation.

Relationship of Learning Outcomes (Course Outcomes) to ABET Outcomes:


As stated by ABET Computer Science Graduates must attain:

1. Analyze a complex computing problem and to apply principles of computing and other relevant
disciplines to identify solutions.
2. Design, implement, and evaluate a computing-based solution to meet a given set of computing
requirements in the context of the program’s discipline.
3. Communicate effectively in a variety of professional contexts.
4. Recognize professional responsibilities and make informed judgments in computing practice based
on legal and ethical principles.
5. Function effectively as a member or leader of a team engaged in activities appropriate to the
program’s discipline.
6. Apply computer science theory and software development fundamentals to produce computing-
based solutions.

The matrix indicates how the learning outcomes of the course contributes to the 6 ABET Outcomes:

A-1 A-2 A-3 A-4 A-5 A-6


CO-1 X X X X
CO-2 X X X
CO-3 X X X X
CO-4 X X X X X X
CO-5 X X X X X
CO-6 X X X X

Process of Improvement
The instructor continuously tries to improve the course as described below:
1. The instructor evaluates student performance through in-class questions, homework, and exams
and carefully examines the suggestions made by students during the semester. Then the teacher
takes proper steps to correct any problems.
2. The teacher uses the assessment of the homework, quizzes, computer projects and exams to
determine the achievement level of the course objectives.
3. The university conducts a formal course evaluation at the end of each semester. The results of the
evaluation are used to assess various aspects of effectiveness of learning in the course.
4. At the end of every semester, the teacher meets with the chairman to discuss an improvement plan
for the course based on the above as well as the Student Course Evaluation organized by the
University.
Academic Support Services
Accommodations for Students with Disabilities: Disability Support Services (DSS)
Any student who feels they may need an accommodation based on the impact of a disability should
contact the instructor and DSS privately to discuss specific needs and coordination of reasonable
accommodations for students with documented disabilities.
Phone: (202) 319-5211 Office: Pryzbyla Center, Room 207 Web: http://disabilitysupport.cua.edu
(services & policies)

Undergraduate Advising Center


Guidance offered to all undergraduates, especially first-year students, as they move toward their
academic goals.
Phone: (202) 319-5545 Email: cua-advising@cua.edu Office: Pryzbyla Center, 2nd floor Web:
http://advising.cua.edu

Center for Academic Success


Provides academic support services for all students through a broad base of programs and services,
including Tutoring Services, Workshops, Academic Coaching, Individual Skills Meetings, Peer
Mentoring, and more.
Phone: (202) 319-5655 Email: cua-academicsuccess@cua.edu Web: http://success.cua.edu

Writing Center
Provides free, one-on-one consultations with trained graduate instructors for writing projects across all
disciplines at any stage of the process, from brainstorming to revising. Appointments can be scheduled
in advance online; drop-ins welcome based on availability: see website for days and hours.
Phone: (202) 319-4286 Email: cua-writingcenter@cua.edu Office: Pryzbyla Center, Room 202 (main)
& Mullen Library Lobby (satellite) Web: http://english.cua.edu/wc/

Math Center
Math Faculty and Tutors trained to assist students struggling in areas ranging from the basics to
complex problems in calculus and statistics. Students feeling possible need of assistance in math
support for this or math classes are welcome to visit. No appointments necessary.
Phone: (202) 319-5655 Email: cua-academicsuccess@cua.edu Office: Pryzbyla Center, Room 204

Counseling Center
Provides free individual and group counseling services, psychiatric consultation, alternative testing,
and emergency services to CUA students. Additionally, consultation services and outreach programs
provided to the CUA community. Appointments may be scheduled at the office in or by phone.
Phone: (202) 319-5765 Office: O’Boyle Hall, Room 127 Web: http://counseling.cua.edu

University Grades
The University grading system is available at the following locations:
 Undergraduate: http://policies.cua.edu/academicundergrad/gradesfull.cfm
 Graduate: http://policies.cua.edu/academicgrad/gradesfull.cfm
Reports of grades in courses are available at the end of each term on Cardinal Station at
http://cardinalstation.cua.edu.

Preparing Person: Dr. Brad Taylor


Date of Last Revision: August 2018

Você também pode gostar