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

Q23: For-each

Quiz 14 Nov 12:00 PM

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.

Q24: ArrayList

Quiz 16 Nov 12:00 PM

Outcomes assessed: Understand Object-Oriented Programming in Java

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

Q25: Searching and Sorting

Quiz 21 Nov 12:00 PM

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.