CMP128 Java Ch. 05 Methods

CMP128 Java Ch. 05 Methods

University

10 Qs

quiz-placeholder

Similar activities

Java 6

Java 6

University

10 Qs

Latihan1

Latihan1

University

10 Qs

QUIZ PBO R5I

QUIZ PBO R5I

University

10 Qs

Java - meeting 1

Java - meeting 1

University

10 Qs

Java Quiz2

Java Quiz2

University

11 Qs

Method in Java

Method in Java

University

7 Qs

Search for Content on Methods in Java

Search for Content on Methods in Java

University

7 Qs

Java Methods and Constructors

Java Methods and Constructors

University

10 Qs

CMP128 Java Ch. 05 Methods

CMP128 Java Ch. 05 Methods

Assessment

Quiz

Computers

University

Medium

Created by

Professor Tirrito

Used 95+ times

FREE Resource

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

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?