Module: Arrays and ArrayLists

Basics about Arrays and ArrayLists.

Learning Outcomes

Learn how to take a problem, figure out the algorithm to solve it, then write the code

The student will:

Understand Object-Oriented Programming in Java

The student will:

Readings

Experiential Learning

Assessments

Q22: For-each

Quiz 15 Nov 10:30 AM

Outcomes assessed: Learn how to take a problem, figure out the algorithm to solve it, then write the code, Understand how looping works in Java

This assessment will verify that students understand the for-each loop.

Q23: ArrayList

Quiz 17 Nov 10:30 AM

Outcomes assessed: Understand Object-Oriented Programming in Java

This assessment will verify that students understand the basics of ArrayLists.

Q24: Searching and Sorting

Quiz 22 Nov 10:30 AM

Outcomes assessed: Learn how to take a problem, figure out the algorithm to solve it, then write the code

This assessment will verify that students understand the basics of searching and sorting.

H11: Arrays and ArrayLists

Homework Assignment

Outcomes assessed: Learn how to take a problem, figure out the algorithm to solve it, then write the code, Learn basics of programming with a modern programming language, Java, Learn how to produce robust programs in Java, Employ a good Java development environment

This assessment will verify that students understand how to create a simple program that deals with Arrays and ArrayLists.