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