Skagit Valley College

Catalog Course Search Details

This course has been changed from the previous catalog, the changed field(s) are highlighted in red:

 Course Title:   C++ Programming I

 Title Abbreviation:   C++ PROGRAMMING I

 Department:    CS

 Course #:    210

 Credits:    5

 Variable:     No

 IUs:    5

 CIP:    110201

 EPC:    515

 REV:    2021


 Course Description  

The C++ programming language is used for applying basic programming-in-the-small abilities and concepts including algorithms, problem solving techniques, procedural programming (functions, parameters, return, values), basic control structures (sequence, if/else, for loop, while loop), file processing, arrays, and an introduction to defining objects. Intended for students without prior programming experience, but who are seriously considering majoring in Computer Science or related field.

 Prerequisite  

Prerequisite: MATH 099 with a grade of "C" or higher (or placement into MATH& 141).

Additional Course Details

Contact Hours (based on 11 week quarter)

Lecture: 55

Lab: 0

Other: 0

Systems: 0

Clinical: 0


Intent: Distribution Requirement(s) Status:  

Academic Elective  

Equivalencies At Other Institutions

Other Institution Equivalencies Table
Institution Course # Remarks
UWB CSS 161
WSU CptS 121
WWU CSCI 141

Learning Outcomes

After completing this course, the student will be able to:

  1. Be able to design, code, test and debug C++ programs that meet given specifications.
  2. Be able to read and write code containing the various sequence, selection and iteration control structures of the C++ language.
  3. Be able to read and write code containing the various built-in data types of the C++ language.
  4. Be able to read and write code that performs console and/or textfile I/O in the C++ language.
  5. Be able to read and write modular programs containing functions with appropriate parameter-passing techniques.
  6. Be able to read and write code that processes arrays in the C++ language. Such processing should include both random and sequential array access.
  7. Be able to read and write code containing class definition, implementation, and instantiation.

General Education Learning Values & Outcomes

Revised August 2008 and affects outlines for 2008 year 1 and later.

Course Contents

  1. The relationship between source, object (machine) and executable code is covered.
  2. The relationship between compilers, linkers, computer architecture and high-level programming languages are discussed.
  3. Basic C++ data types are covered.
  4. Basic C++ sequence, selection and iteration control structures are covered.
  5. Designing, coding, testing and debugging of C++ programs that meet specifications is done regularly.
  6. Array processing including random and sequential access is covered.
  7. Console and text file I/O is covered.
  8. Introductory OOP concepts and terminology such as designing, implementing and instantiating a class is covered.
  9. Students are given ongoing opportunities to read and analyze C++ code and programs.
  10. Students are given regular opportunities to write C++ code and programs that meet specifications.