Learning Objectives of Epplets
Learning objectives are subconcepts that are at an independently
assessable level of granularity. Each epplet targets a specific set
of learning objectives. We have listed the learning objectives
currently targeted by the various epplets below:
- Program that contains input, compute and output statements in order
- Program that contains a single if-else statement
- Program that contains nested if-else statements in cascading style
- Program that contains a single switch statement
- Program that contains a single switch statement, wherein several cases share
- Program that contains back-to-back switch statements
- Program that contains a single while loop
- Program that contains back-to-back while loops, the second dependent on the first
- Program that contains nested while loops, the inner loop dependent on the outer loop
- Program that contains a single for loop
- Program that contains back-to-back for loops, the second dependent on the first
- Program that contains nested for loops, the inner loop dependent on the outer loop
- Program that contains a single do-while loop
- Program that contains back-to-back while loops, the second dependent on the first
- Program that contains nested do-while loops, the inner loop dependent on the outer loop
Amruth Kumar, amruth@ramapo.edu