Apr 25, 2024  
Course/Program Inventory 
    
Course/Program Inventory

CITC 1310 - Programming I



Credit hours: 3

Course Description:
This course introduces the basic concepts of programming, problem solving, programming logic, and design techniques using an object-oriented language. The topics covered include the language syntax, functions, return types, and objects found in a current object-oriented programming language.

Student Learning Outcomes:
Students will be able to:

  1. Develop an algorithmic solution to solve a problem using sequence, selection, and iteration
  2. Create and use data types and variables
  3. Demonstrate the skills necessary to correctly compile, debug, and test programs
  4. Develop modular, algorithmic solutions for basic computing problems