Unit 2 Terms 2.4-2.7

Unit 2 Terms 2.4-2.7

12th Grade

12 Qs

quiz-placeholder

Similar activities

Python JSON

Python JSON

12th Grade

10 Qs

National Income & Related Aggregates

National Income & Related Aggregates

11th Grade - University

15 Qs

Research and Experiments in Psychology

Research and Experiments in Psychology

10th - 12th Grade

10 Qs

Impressions evidence

Impressions evidence

12th Grade

11 Qs

Instruments of the Orchestra - Strings

Instruments of the Orchestra - Strings

6th - 12th Grade

10 Qs

Web Development Quiz

Web Development Quiz

12th Grade

10 Qs

Mousetrap Forces

Mousetrap Forces

7th - 12th Grade

12 Qs

Strings and Brass Instruments of the Orchestra

Strings and Brass Instruments of the Orchestra

KG - 12th Grade

15 Qs

Unit 2 Terms 2.4-2.7

Unit 2 Terms 2.4-2.7

Assessment

Quiz

Other

12th Grade

Easy

Created by

Angel Ligon

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Procedures that allow us to control and define the behavior of an object.

attributes
variables
properties
methods

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Determines who has access to using the method when writing classes and objects.

Access Specifier

Encapsulation

Polymorphism

Inheritance

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Indicates what type value is being returned from the method

Return Type

Boolean

Integer

Array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following do: objectName.method()

Creates a new object
Deletes an object
Calls a method on an object
Accesses a property of an object

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ability to use methods and programs that we do not fully understand, or are unable to write.

grey box testing

procedural abstraction

clear box testing
white box testing

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Methods can have multiple signatures. Java will use the correct signature based on the actual parameters used in a program.

False
Only in certain programming languages
Methods cannot have multiple signatures

Method overloading

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Used to return a value back to the main program from a method.

return keyword

yield
continue
break

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?