OCA Arrays

OCA Arrays

KG - University

10 Qs

quiz-placeholder

Similar activities

Unit 6 Arrays

Unit 6 Arrays

10th - 12th Grade

14 Qs

Practice for CPA JavaScript quiz #4

Practice for CPA JavaScript quiz #4

9th - 12th Grade

15 Qs

CodeHS 5.3 Using Arrays

CodeHS 5.3 Using Arrays

9th - 12th Grade

11 Qs

MP3 Arrays Test

MP3 Arrays Test

11th Grade

15 Qs

Array

Array

University

12 Qs

Array Java

Array Java

University

15 Qs

Java Strings

Java Strings

9th - 12th Grade

12 Qs

Java ArrayLists

Java ArrayLists

10th Grade

11 Qs

OCA Arrays

OCA Arrays

Assessment

Quiz

Science, Computers

KG - University

Hard

Created by

T K

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What happens when calling the following method with a non-null and non-empty

array?

It adds an element to the array the value of which is Times Square.

It replaces the last element in the array with the value Times Square.

It does not compile.

It throws an exception.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

How many lines does the following code output?

Six

Seven

The code does not compile.

The code compiles but throws an exception at runtime.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How many dimensions does the array reference moreBools allow?

boolean[][][] bools, moreBools;

One dimension

Two dimensions

Three dimensions

None of the above

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a possible output of the following code?

String[] strings = new String[2];

System.out.println(strings);

[null, null]

[,]

[Ljava.lang.String;@74a14482

None of the above

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the result of running the code as java Copier?

0

0 followed by an exception

1 followed by an exception

The code does not compile.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the result of running the following program?

X

The code does not compile.

The code compiles but throws a NullPointerException at runtime.

The code compiles but throws a different exception at runtime.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What does the following output?

-1

-2

-3

The output is not defined.

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?