Search Header Logo

CMP128 Java Ch. 05 Methods

Authored by Professor Tirrito

Computers

University

Used 95+ times

CMP128 Java Ch. 05 Methods
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

A ___________ is a pre-defined set of steps that complete a specific task, optionally based on parameter values, and optionally returning some result.

array

function

method

module

class

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Java method (function/module) definitions can contain which of the following parts in their headers?

An access modifier such as public or private

An optional access specifier called static

a return type or void

all of the above

3.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Java method definitions require which of the following parts in their headers?

A method name

a set of parentheses

a comma-separated parameter list

all of the above

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The body of a method definition is contained within a set of ______________.

parentheses

rectangle brackets

curly braces

angle brackets

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A method must be called from an object unless the method definition contains the keyword ___________ in its header.

public
void
static
int

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Methods are called (instantiated/invoked) by referencing the __________ of the method and any optional _____________ list.

data type, parameter

method name, argument

public keyword, parameter

static keyword, argument

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Methods that contain the _______ keyword in the data type position do not return any data, so they can simply be called without being part of a larger statement.

void

static

public

boolean

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?