WorksheetsICT Programming Lesson 6
Total questions: 10
Worksheet time: 5mins
Which of the following terms describes a group of objects with common properties?
Function
Event
Class
Parameter
When a class is used to build an object, the object is called a(n) of the class.
method
property
object
What is the term for the various characteristics of an object?
Properties
Instances
Arguments
Methods
A(n) is the variable that holds the value needed by the method.
argument
object
instance
What is the term for the value that is passed to a method when it is called so it knows what to do?
Argument
Parameter
Object
Instance
The programming method that uses steps in an orderly manner:
procedural.
object oriented.
methodical.
sequential.
The programming method that utilizes reused items:
procedural.
object oriented.
methodical.
sequential.
Objects are created based on:
function.
event.
class.
parameter.
Which of the following is not considered a characteristic of an object?
Size
Color
Type
Method
An alternate term for class is:
blueprint
instance
argument
method
