Programming in the Small part 2.
The student will:
The student will:
The student will:
The student will:
Quiz 13 Sep 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 basics of algorithms.
Quiz 15 Sep 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 basics of loops.
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 simulates a pair of dice.
Quiz 20 Sep 10:30 AM
Outcomes assessed: Learn how to take a problem, figure out the algorithm to solve it, then write the code, Understand how branching works in Java
This assessment will verify that students understand the basics of branching.
Quiz 22 Sep 10:30 AM
Outcomes assessed: Learn how to take a problem, figure out the algorithm to solve it, then write the code, Understand Java Exceptions
This assessment will verify that students understand basics of exceptions.
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 processes a text file.