Methods

Methods

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Access - Lesson 14

Access - Lesson 14

9th - 12th Grade

10 Qs

ICT 10 : Introduction to Adobe Illustrator(CS5)

ICT 10 : Introduction to Adobe Illustrator(CS5)

10th Grade

10 Qs

Micro:Bit Quiz Unidad 3

Micro:Bit Quiz Unidad 3

10th Grade

10 Qs

Wee Word Intro

Wee Word Intro

7th - 12th Grade

12 Qs

Java Features Quiz

Java Features Quiz

10th Grade

10 Qs

Know thy Peer-to-Peer

Know thy Peer-to-Peer

12th Grade

10 Qs

IT systems

IT systems

9th - 12th Grade

10 Qs

Digital divide

Digital divide

12th Grade

10 Qs

Methods

Methods

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Brandi Workman

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Allow us to define the behavior of an object

instance methods

syntax

state

object

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

variable passed into a method from outside a method

parameter

object

value

state

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A variable defined in a class , for which each object of the class has its own copy

instance variable

instance object

state

behavior

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A method that defines the behavior of an object(defines an action that the object can perform).

open method

getter method

over method

instance method

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

An instance method that allows the client to get the value of an instance variable on an object.

giver method

open method

getter method

same method

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

An instance method that allows the client to set the value of an instance variable on an object.

open method

other method

setter method

true method

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A method called on the Class, rather than on a specific object of the Class

Static method

runtime method

open method

false method

8.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A variable or attribute of a class that is shared between all instances of a class. Each instance does not get their own copy.

Static variable

low variable

instance variable