CS 225: Object Oriented Programming
Citrus College Course Outline of Record
Heading | Value |
---|---|
Effective Term: | Fall 2024 |
Credits: | 3 |
Total Contact Hours: | 72 |
Lecture Hours : | 54 |
Lab Hours: | 18 |
Hours Arranged: | 0 |
Outside of Class Hours: | 108 |
Total Student Learning Hours: | 180 |
Prerequisite: | CS 111. |
Strongly Recommended: | Intermediate algebra or higher. |
Transferable to CSU: | Yes |
Transferable to UC: | Yes - Approved |
Grading Method: | Standard Letter |
Catalog Course Description
This course introduces the discipline of computer science using a high level
language, C++, utilizing programming and practical hands-on problem solving. Topics include the use of functions and parameter passing, simple I/O, control
structures, user-defined data types, arrays, searching and sorting, algorithms
and debugging strategies, data abstraction, intro to pointers, concept of types and software
development methods. 54 lecture hours, 18 lab hours.
Course Objectives
- Design, implement, test, and debug a program that uses each of the following fundamental programming constructs: basic computation, simple I/O, standard conditional and iterative structures, and the definition of functions
- Use pseudocode or a programming language to implement, test, and debug algorithms for solving simple problems
- Summarize the evolution of programming languages illustrating how this history has led to the paradigms available today
- Demonstrate different forms of binding, visibility, scoping, and lifetime management
Major Course Content
- Basic syntax and semantics of a higher-level language
- Variables, types, expressions and assignment
- Simple I/O
- Conditional and iterative control structures
- Functions and parameter passing
- Structured decomposition
- Problem-solving strategies
- The role of algorithms in the problem-solving process
- Implementation strategies for algorithms
- Debugging strategies
- The concept and properties of algorithms
- History of programming languages
- Brief survey of programming paradigms
- Procedural languages
- The conception of types as a set of values together with a set of operations declaration models (binding, visibility, scope and lifetime)
- Overview of type-checking
- Arrays and Structures
- Intro to Pointers
- Intro to Classes
Lab Content
The student will be assigned lab work for each category below.
- Sequence
- Logical flow of the program
- Flow charts
- Pseudocode
- Selection
- if statement
- select statement
- Repetition
- while statement
- for statement
- do while statement
Suggested Reading Other Than Required Textbook
The student will visit several programming online websites in order to read documentation about object oriented programming languages.
Examples of Required Writing Assignments
The student will create a flowchart and a pseudocode before implementing the programming code for any given assignment.
Examples of Outside Assignments
Students will be required to complete the following types of assignments outside of the regular class time:
- Study course concepts - Answer various programming questions - Practice skills (i.e., writing programs and creating flowcharts). - Read required materials - Solve programming problems - Create programs that apply Object-Oriented programming techniques
- Study course concepts - Answer various programming questions - Practice skills (i.e., writing programs and creating flowcharts). - Read required materials - Solve programming problems - Create programs that apply Object-Oriented programming techniques
Instruction Type(s)
Lab, Lecture, Online Education Lab, Online Education Lecture