Help

PROGRAMMING FUNDAMENTALS II (COSC 1437)

Term: 2025-2026 Fall

Faculty

Pamela Van Hook

Ungrouped Items:

Education

BS in Biology & Chemistry
Missouri Western State College (May 1987)

MS in Library Science (with minor in Technical Writing)
University of North Texas (May 1996)

MBA in Technology Management
University of Phoenix (April 2001)

MS in Organization & Management
Capella University (March 2005)

Working on a EdD in Higher Education
University of North Texas
Started Spring 2017


Description

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.

Upon successful completion, students will be able to: identify and explain a programming development lifecycle, including planning, analysis, design, development, and maintenance; demonstrate a basic understanding of object-oriented programming by using structs and classes in software projects; use object-oriented programming techniques to develop executable programs that include elements such as inheritance and polymorphism; document and format code in a consistent manner; apply basic searching and sorting algorithms in software design; apply