
Multidimensional Arrays Quiz

Quiz
•
Computers
•
10th - 11th Grade
•
Medium
Bryan Campbell
Used 16+ times
FREE Resource
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
Create a free account and access millions of resources
Similar Resources on Wayground
30 questions
PBO - XII RPL (SMKN 1 Cisarua)

Quiz
•
1st - 10th Grade
30 questions
Understanding Code

Quiz
•
11th Grade
30 questions
REVISÃO PYTHON

Quiz
•
9th - 12th Grade
30 questions
AP Computer Science A

Quiz
•
11th - 12th Grade
28 questions
Tin 11 - Kiểm tra giữa kì 1

Quiz
•
11th Grade
30 questions
Strategi Algoritmik dan Pemrograman

Quiz
•
11th Grade
30 questions
TIN HỌC_10_B18_B19

Quiz
•
10th Grade
30 questions
PBO - XI RPL (SMKN 1 Cisarua)

Quiz
•
1st - 10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade