May 13, 2024  
2009-2010 Official General Catalog 
    
2009-2010 Official General Catalog [Archived Catalog]

CST 133 - Structured Programming in C#


Introduction to object-oriented programming in C#.  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.

Prerequisite- Corequisite
Prerequisites:  MAT 096 Elementary Algebra and Trigonometry and CST 113 Introduction to C#.

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 C# programs.
2.  Demonstrate the proper use of structured programming techniques.
3.  Create classes and methods of objects.
4.  Demonstrate the proper use of selection structures and repetition statements.
5.  Demonstrate creation of functions.
6.  Use arrays and strings for program development.
7.  Use standard requirements for programs.