In: Computer Science
An algorithm (like a computer program) is a step-by-step process to accomplish some task.
True
False
2 points
QUESTION 2
All components of an array must be of the same type (all int, all double, all string, etc.).
True
False
2 points
QUESTION 3
A group of objects defined from the same class will all have different properties and different methods.
True
False
2 points
QUESTION 4
Each instance of an object from a particular class is often called a 'terminator'.
True
False
2 points
QUESTION 5
The routines that manipulate the properties of an object are referred to as the objects methods.
True
False
2 points
QUESTION 6
Public access, as applied to a class's data or methods, specifies that other programs and methods may use the specified data or methods.
True
False
2 points
QUESTION 7
A parameter is a variable whose value is passed from one method to another. Parameters have data types and they are stored in the memory of the computer.
True
False