wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ICT Programming Lesson 6

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following terms describes a group of objects with common properties?

a)

Function

b)

Event

c)

Class

d)

Parameter

2.

When a class is used to build an object, the object is called a(n) of the class.

a)

method

b)

property

c)
instance
d)

object

3.

What is the term for the various characteristics of an object?

a)

Properties

b)

Instances

c)

Arguments

d)

Methods

4.

A(n) is the variable that holds the value needed by the method.

a)

argument

b)
parameter
c)

object

d)

instance

5.

What is the term for the value that is passed to a method when it is called so it knows what to do?

a)

Argument

b)

Parameter

c)

Object

d)

Instance

6.

The programming method that uses steps in an orderly manner:

a)

procedural.

b)

object oriented.

c)

methodical.

d)

sequential.

7.

The programming method that utilizes reused items:

a)

procedural.

b)

object oriented.

c)

methodical.

d)

sequential.

8.

Objects are created based on:

a)

function.

b)

event.

c)

class.

d)

parameter.

9.

Which of the following is not considered a characteristic of an object?

a)

Size

b)

Color

c)

Type

d)

Method

10.

An alternate term for class is:

a)

blueprint

b)

instance

c)

argument

d)

method