Mar 28, 2024  
2018 - 2019 Catalog 
    
2018 - 2019 Catalog [ARCHIVED CATALOG]

Add to Portfolio (opens a new window)

CST 183 - Principles of Computer Programming I

Credits: 4


Introduces programming abilities necessary for computer science. Includes control structures, subprograms, string handling, arrays, files, and use of graphical user interface components. Emphasizes object-oriented programming concepts. And use of classes. Introduces exception handling, drawing, and multithreading.

Prerequisite(s): MATH LEVEL 4 and CST 173  (or CST 170) or instructor permission
Corequisite(s): None
Lecture Hours: 60 Lab Hours: 0
Meets MTA Requirement: None
Pass/NoCredit: Yes

Outcomes and Objectives 1.    Apply basic computer programming and software engineering concepts.

     A.          Define the history and attributes of chosen programming language and its relationship to other programming languages.

     B.          Define the value and significance of high-level programming languages compared to past software development tools.

     C.          Describe issues and challenges of building quality software.

     D.         Define and apply the general softare engineering life cycle including problem definition, design, constructing source code, compiling it, and
                  executing object code.

2.    Demonstrate computer literacy skills to successfully use software development environments.

     A.          Utilize an integrated development environment to create a project workspace.

     B.          Enter and edit source code using a text editor.

     C.          Manage multiple project, data, and source code files.

     D.          Use a compiler to check program diagnostics and correct syntax errors.

     E.          Deliver electronic files using online or magnetic disk storage.

     F.          Create document files or screen captures to demonstrate program code or output.

3.    Design software solutions for a variety of problems.

     A.          Create a logic plan to map design of a software solution.

     B.          Recognize basic flowcharting symbols.

     C.          Graphically depict logic using flowcharting techniques.

     D.          Read and interpret algorithms represented in pseudocode.

     E.          Interpret requirements and specifications for a software problem to initiate accurate desing of a computer program.

     F.          Decompose a software problem statement into main tasks and subtasks using top-down design and step-wise refinement.

     G.         Construct program code to implement program design specifications.

4.    Apply the basic contructs and operations of a programming language to build working programs.    

     A.          Define the history and attributes of the chosen programming language and its relationship to other programming languages.

     B.          Contrast compiled versus interpreted code and define the behavior and value of a “virtual machine.”

     C.          Describe the basic program format and structure of a program.

     D.          Perform basic user input/output using simple dialog boxes.

     E.          Define basic data types and variations in each data type family.

     F.          Define issues with numerical data type conversions.

     G.         Describe arithmetic operator precedence.

     H.         Build and evaluate arithmetic expressions using a programming language.

     I.           Define and utilize the Boolean data type for logical operations.

     J.           Describe relational operators and use them to construct logical expressions.

     K.          Describe logical operators (AND, OR, NOT) including their truth tables

     L.          Apply logical operators to construct compound logical expressions.

     M.         Build selection statements with appropriate if/else/switch programming constructs.

     N.         Define the most appropriate use of while, do/while, and for loops.

     O.         Build repetition statements with looping constructs.

     P.          Apply arrays for storing a variety of data and objects.

     Q.         Solve basic problems using two-dimensional arrays.

     R.          Effectively construct loops for arraw processing.

     S.          Apply string classes to perform a wide avariety of basic and advanced string manipulation.

5.    Design modular programming solutions.

     A.          Implement programming problem sub-tasks into user-defined functions.

     B.          Effectively design and implement subprogram parameter input.

     C.          Distinguish between subprogram return type options and build subprogram solutions to match requirements.

     D.         Distinguish between global and local variables and define variable scope.

6.    Define and implement programming applications that include graphical user interfaces.

     A.          Desing and implement programming solutions involving graphical user interface classes with labels, sliders, text boxes, text areas, and
                   buttons.

     B.          Design and implement programming solutions involving selection graphical user interface classes including drop-down lists, check boxes,
                   and radio buttons.

     C.          Describe and compare various “listener” classes and methods for implementing event listeners.

     D.          Construct correct event-handling methods for various user input requirements.

     E.          Desing graphical user interface layouts using basic layout managers.

     F.           Design graphical user interface layouts using interface containers.

 7.    Implement programming applications that include specialized concepts in introductory computer science.

     A.          Apply basic sorting algorithms and describe basic strategies utilized.

     B.          Apply searching algorithms and compare and contrast their relative efficiencies.

     C.          Practice various list processing algorithms for unordered and ordered lists.

 8.    Describe and apply specialized programming features.

     A.         Integrate exception-handling routines for various likely programming exceptions including number conversion, array processing, and file
                  input/output.

     B.         Apply basic dynamic memory allocation of objects and arrays.

     C.         Describe general strategies for memory management and practice these to avoid memory leaks.

     D.         Implement random number processing for simple games and simulations.

     E.         Define simple concurrent programming concepts and apply basic features of multithreading in a programming solution.

     F.          Display a graphic image within a user interface.

     G.         Utilize basic file processing to input or output external data.

     H.         Access text information from a web site URL.

     I.           Build graphics including lines, shapes, color, and font management.

 9.    Apply object oriented programming concepts.

     A.          Interpret specificaitons for classes that are part of the programming language.

     B.          Utilize standard programming language classes and methods in working applications.

     C.          Decompose problems into the interaction of a collection of objects.

     D.          Recognize specific terminology related to object-oriented programming.

     E.          Design an abstract data type from specifications.

     F.           Build classes for objects including the correct variables and methods.

     G.          Define “set” and “get” methods necessary for a class to protect private data members.

     H.          Define and implement class constructors. For user-defined classes.

     I.            Implement user-defined methods with appropriate parameter passing.

     J.           Define class inheritance and the behavior of the sub-class and super-class defined using inheritance.

     K.           Define basic class inheritance as it relates to utilizing a programming language.

     L.           Define class variables and distinguish between public, protected, and private member designation.

     M.          Distinguish and apply method overriding and method overloading.

     N.          Utilize class composition to integrate multiple classes into a software solution.

10. Perform critical analysis to create working software solutions. 

     A.          Analyze alternative solutions to a given programming problem and select the best approach.

     B.          Develop and implement a variety of testing strategies to verify correctness of working programs.

     C.          Diagnose and debug syntax, run-time, linker, and logic errors to create a working and correct software solution.

     D.          Document program source code for clarity and readability using accepted documentation standards including comments, indetation, and
                   other techniques.

     E.          Integrate and re-use previously working program code into new software development.

     F.           Effectively create and import external code “packages” for storing and reusing classes.

     G.          Develop systematic test plans, create test cases, and test data to verify program correctness.

     H.          Execute tests and correct logic errors based on test results.

     I.            Locate on-line resources for the chosen programming language.

     J.           Build user-friendly computer programs for a variety of real-world problems.

     K.          Design and build event-driven programming solutions.

     L.          Deliver software solutions within given deadline requirements.



Add to Portfolio (opens a new window)