Information Technology: Programming, AAS
Download as PDF
1. Graduates will design and develop programs that implement basic data structures, including stacks, queues, linked lists, hash tables, trees, and graphs.
2. Graduates will demonstrate a basic understanding of object-oriented programming by using structures and classes in software projects.
3. Graduates will apply basic searching and sorting algorithms in software design.
4. Graduates will understand algorithm efficiency, Big-O notation, and why it should be considered in programming.
5. Graduates will analyze and select appropriate data structures to implement a solution to a problem.
6. Graduates will design and implement data structures using classes and incorporating object-oriented concepts.