Help

PROGRAMMING FUNDAMENTALS II (COSC 1437)

Term: 2018-2019 Spring

Faculty

Terry Paul Province
Email address is hidden, click here to email

Dr Terry Paul Province

North Central Texas College

1500 North Corinth Street

Corinth, Texas 76208

 

Teaching Experience:

20 years full time instructor at NCTC

Now adjunct COSC instructor

 

Education:

Doctorate from UNT Denton2009

MBA from Regis University, Colorado Springs, Colo. 2003

BSEET, DeVry Institute of Technology, Dallas 1988

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