Search Header Logo

Quiz 01

Authored by Mclyn Rinon

Computers

University

Used 26+ times

Quiz 01
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of an array in Java?

To create a dynamic list of elements

To store multiple data items of the same datatype

To perform mathematical operations

To store multiple data items of different datatypes

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is the correct way to declare an array in Java?

int ages[];

int[] ages;

int ages;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if you try to access an index greater than the size of an array?

The program will terminate without an error

An array-index-out-of-bounds exception will occur

The value will be set to zero

The program will return a null value

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How do you instantiate an array in Java?

int numbers= new int[100];

int[] numbers= new int[100];

int numbers[] = new int[100];

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the index of the last element in an array of size n?

n

n+1

n-1

0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is true about array length?

The length of an array is always 0

The length of an array is fixed once initialized

The length of an array can be accessed using arrayName.size

You can change the length of an array after instantiation

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a multidimensional array?

An array of arrays

An array that can hold multiple data types

An array that only holds integers

An array that can change size dynamically

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?