
Java Arrays Worksheet
Quiz
•
Information Technology (IT)
•
University
•
Hard
Irish Dajero
Used 2+ times
FREE Resource
Enhance your content in a minute
51 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A programmer wants to store the ages of 50 students using a single variable name. What should they use?
Class
Array
Loop
Method
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following best defines an array in Java?
A list of random variables
A collection of variables of different types
A fixed-size sequential collection of elements of the same type
A method to sort data automatically
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Java, what is the index of the first element in an array?
-1
0
1
Depends on declaration
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the key advantage of arrays?
They can grow automatically
They provide random access to elements
They are faster than loops
They can hold different data types
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A developer wants to store the names of 7 days. What array declaration is correct?
String days = {"Mon","Tue","Wed"};
string[] days = {"Mon","Tue","Wed","Thu","Fri","Sat","Sun"};
days = new String("Mon");
string days[7] = new String();
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which correctly declares and allocates an array of 10 integers?
int a = new int(10);
int[] a = new int[10];
int a[10];
new int a[10];
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the code below? int[] nums = {1,2,3,4,5}; System.out.println(nums[2]);
1
2
3
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
Popular Resources on Wayground
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Order of Operations
Quiz
•
5th Grade
20 questions
Halloween
Quiz
•
5th Grade
16 questions
Halloween
Quiz
•
3rd Grade
12 questions
It's The Great Pumpkin Charlie Brown
Quiz
•
1st - 5th Grade
20 questions
Possessive Nouns
Quiz
•
5th Grade
10 questions
Halloween Traditions and Origins
Interactive video
•
5th - 10th Grade
Discover more resources for Information Technology (IT)
10 questions
Halloween Movies Trivia
Quiz
•
5th Grade - University
12 questions
Halloween
Quiz
•
3rd Grade - University
5 questions
Using Context Clues
Interactive video
•
4th Grade - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
14 questions
Eat Healthy,Be Healty
Quiz
•
4th Grade - University
7 questions
History of Halloween: Pagan or Christian?
Interactive video
•
11th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
