2019-2020 Catalog 
    
    Apr 30, 2024  
2019-2020 Catalog [ARCHIVED CATALOG]

COSC 1337 - Programming Fundamentals II


Credit Hours: 3
Contact Hours - Lecture: 2 Lab: 3
This course focuses on the object-oriented programming paradigm, emphasizing the definition and use of classes along with fundamentals of object-oriented design. The course includes basic analysis of algorithms, searching and sorting techniques, and an introduction to software engineering processes. Students will apply techniques for testing and debugging software. (This course is included in the Field of Study Curriculum for Computer Science.) CIP Code: (1102015607)
Prerequisite: College Level Readiness in Reading AND Writing; COSC 1336  
Student Learning Outcomes
1 - Identify and explain a programming development lifecycle, including planning, analysis, design, development, and maintenance. 2 - Demonstrate a basic understanding of object-oriented programming by using structs and classes in software projects. 3 - Use object-oriented programming techniques to develop executable programs that include elements such as inheritance and polymorphism. 4 - Document and format code in a consistent manner. 5 - Apply basic searching and sorting algorithms in software design. 6 - Apply single and multi-dimensional arrays in software. 7 - Use a symbolic debugger to find and fix runtime and logical errors in software. 8 - Demonstrate a basic understanding of programming methodologies, including object-oriented, structured, and procedural programming. 9 - Describe the phases of program translation from source code to executable code.