Search Header Logo

Java Arrays Prt 1Quiz

Authored by Edwin Charikinya

Computers

9th - 12th Grade

Used 1+ times

Java Arrays  Prt 1Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of an array in Java?

To store multiple data types

To store a single value only

To create a collection of indexed like values

To link classes and objects

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default value assigned to elements in a newly created int array?

Null

-1

Random values

0

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the valid way to declare and create an array in a single line?

int numbers; = new int[6];

int numbers = new int[];

int[] numbers = new int[6];

int[] = new int[6] numbers;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if you access an array index that is out of bounds?

The value returned is null

Compilation error

ArrayIndexOutOfBoundsException

It returns the last element

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an off-by-one error?

Initialising array with a negative size

Accessing index from 0 to array.length

Declaring an array without specifying a size

Using the wrong data type

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the .length property of an array return?

Number of non-zero elements

Maximum index

Number of elements in the array

Total memory used by the array

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop is recommended for read-only access to all elements in an array?

while loop

do-while loop

enhanced for loop

nested loop

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

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?