Search Header Logo

Multidimensional Arrays Quiz

Authored by Bryan Campbell

Computers

10th - 11th Grade

Used 20+ times

Multidimensional Arrays Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

33 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If I have a 2 dimensional array that is 4 by 3, how many values can I fit inside of it?

12

7

4

24

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Do you agree with the statement that multidimensional arrays can be defined as array of arrays.

yes

no

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If I have a 2 dimensional array that is 3 by 3, how many values can I fit inside of it?

9

6

3

12

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does immutable mean?

unchanging over time or unable to be changed

Low volume

high volume

can change

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output to the console of the code below?


int my3DArray[][][]= {{{1,2,3,},{4,5,6}},{{7,8,9},{10,11,12}}};


System.out.println(my3DArray.length);

2

1

3

4

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output to the console of the code below?


int my3DArray[][][]= {{{1,2,3,},{4,5,6}},{{7,8,9},{10,11,12}}};


System.out.println(my3DArray[0][0][0]);

1

4

7

10

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output to the console of the code below?


int my3DArray[][][]= {{{1,2,3,},{4,5,6}},{{7,8,9},{10,11,12}}};


System.out.println(my3DArray[0][1][0]);

4

1

10

2

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?