May 08, 2024  
2023-2024 Catalog & Student Handbook 
    
2023-2024 Catalog & Student Handbook

CISP 1032 - C++ Programming

3 sem hrs cr

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.


 

Transfer (UT) or Non-Transfer Course (UN): UT


Master Course Syllabus
Student Learning Outcomes

  • Know the components of the computer hardware
  • Have an understanding of developing the steps for problem solving using the computer: (1) Define the problem. (2) Design the solution. (3) Code the problem. (4) Test and debug. (5) Maintain the program.
  • Be able to compile and execute programs using an effective program development supplement to an operating system
  • Comprehend the concepts of data types, data structures, and algorithms
  • Define and generate the use functions in a programming language including the passing of arguments to functions—both value arguments and reference arguments
  • Be able to open, read, write, and close files in the C++ environment
  • Understand how to search arrays and sort arrays