May 12, 2024  
Course/Program Inventory 
    
Course/Program Inventory

CISP 1032 - C++ Programming (TTP Course)



Credit hours: 3

Course Description:
This course is an introduction to computer program design concepts and development using the C++ programming language. Emphasis is on syntax, usage, modularity of program design, and development of program libraries.

Student Learning Outcomes:
Students will be able to:

  1. Use problem solving techniques to (1) define the problem; (2) design a solution; (3) code a solution that matches the design; (4) test and debug the program; (5) maintain the program.
  2. Compile and execute programs using an effective program development supplement to an operating system.
  3. Comprehend the concepts of data types, data structures, and algorithms.
  4. Define, generate and use functions in a programming language including the passing of arguments to functions - both value arguments and reference arguments.