Four problems wherein students must write program code, total of 25 points
Methods and Control Structures (7 points)
Create objects of a class and call methods
Classes (7 points)
Define a new type by creating a class
ArrayList (5 points)
2D Array (6 points)
Create, traverse, and manipulate elements in 2D array objects
In addition each must satisfy method specifications using expressions, conditional statements, and iterative statements.
The following task verbs are commonly used in the free-response questions:
Suppose to be the case without any proof or need to further address the condition.
Express in print form the proper syntax to represent a described algorithm or program given part of the code.
Express in print form the proper syntax to represent a described algorithm or program.
Provide a name for the specific addition or modification as it relates to the problem, without elaboration or explanation. For example, "I need a new variable to represent the item that appears the greatest number of times in the list."
Provide the relevant features or characteristics (including any visibility or type) of your proposed modifications. For example, "I need a new instance variable, which will be a new private String object in the Sample class representing the item that appears the greatest number of times in the list." This example includes the identification and description necessary for this specific addition.