Mar 28, 2024  
2015-2016 Official General Catalog 
    
2015-2016 Official General Catalog [Archived Catalog]

CST 133 - Structured Programming


A structured approach to problem solving will be used.  Programming steps include program definition, coding, debugging, testing, validation, documentation, and program maintenance.  Topics include functions, objects, structures, arrays, and file processing.  Lab assignments will require modular structured programming and use in Integrated Development Environment (IDE).  Assumes introductory programming skills.

Prerequisite- Corequisite
Prerequisites:  MAT 096 Elementary Algebra and Trigonometry and CST 113 Introduction to Programming

Credits: 3
Hours
2 Class Hours, 2 Laboratory Hours
Course Profile
Learning Outcomes of the Course:

Upon successful completion of this course the student will be able to:

1.  Demonstrate the use of Visual Studio.NET to compile, debug, and run programs.
2.  Demonstrate the proper use of structured programming techniques.
3.  Demonstrate the proper use of selection structures and repetition statements.
4.  Demonstrate creation of functions.
5.  Use arrays and strings for program development.
6.  Use standard requirements for programs.