Unit 2 Terms 2.4-2.7

Unit 2 Terms 2.4-2.7

12th Grade

12 Qs

quiz-placeholder

Similar activities

MTA

MTA

12th Grade

15 Qs

Correlations

Correlations

9th - 12th Grade

11 Qs

Python Chapter 4 - Think Python

Python Chapter 4 - Think Python

9th - 12th Grade

11 Qs

8525 AQA  GCSE Computer Science 3.7.1 Relational databases

8525 AQA GCSE Computer Science 3.7.1 Relational databases

7th - 12th Grade

16 Qs

culinary 1.01

culinary 1.01

9th - 12th Grade

16 Qs

Cooking Methods

Cooking Methods

9th - 12th Grade

15 Qs

Unit 715 Biscuits, Cakes & Sponges

Unit 715 Biscuits, Cakes & Sponges

KG - University

13 Qs

STM20483 - Topic 1 & 2

STM20483 - Topic 1 & 2

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?