
Unit 6 Test Review - Arrays
Flashcard
•
Computers
•
9th - 12th Grade
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

20 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which of the following is FALSE about arrays on Java: A java array is always an object; Arrays in Java are always initialized to have values of 0; Length of array can be changed after creation of array
Back
Length of array can be changed after creation of array
2.
FLASHCARD QUESTION
Front
Find the output
class Test {
public static void main(String args[]) {
int arr[2];
System.out.println(arr[0]);
System.out.println(arr[1]);
}
}
Back
Compile error
3.
FLASHCARD QUESTION
Front
Find the output
class Test {
public static void main(String args[]) {
int [] arr = new int[2];
System.out.println(arr[0]);
System.out.println(arr[1]);
}
}
Back
0
0
4.
FLASHCARD QUESTION
Front
What is the length of the following array: int [] data = { 12, 34, 9, 0, -62, 88 };
Back
6
5.
FLASHCARD QUESTION
Front
What will happen when executing the following code?
class Demo1 { public static void main(String args[]) { int [] i = new int[10]; System.out.println(i[10]); } }
Back
Out-of-bounds exception
6.
FLASHCARD QUESTION
Front
_________________ is a collection of elements used to store the same type of data.
Back
Array
7.
FLASHCARD QUESTION
Front
What are the legal indexes for the array ar, given the following declaration:
int[] ar = {2, 4, 6, 8 }?Back
0, 1, 2, 3
Access all questions and much more by creating a free account
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
Already have an account?
Similar Resources on Wayground
15 questions
Unit II Test Review Bio A (Ch. 3-5)
Flashcard
•
9th - 11th Grade
15 questions
Wishes and regrets
Flashcard
•
8th - 12th Grade
12 questions
Trennbare Verben
Flashcard
•
KG
14 questions
Understanding Te Tiriti o Waitangi
Flashcard
•
9th Grade - University
17 questions
India Sports
Flashcard
•
8th - 12th Grade
15 questions
PART 2-PA First Semester Review-December 2024
Flashcard
•
8th Grade - University
20 questions
Unit 3. What the Future Holds
Flashcard
•
9th - 12th Grade
20 questions
Side by Side Unit 1
Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
14 questions
[AP CSP] JavaScript Programming Quiz
Quiz
•
9th - 12th Grade
10 questions
Understanding Computers and Computer Engineering
Interactive video
•
7th - 12th Grade
37 questions
Python - Tuples, Lists, and List Methods
Quiz
•
9th - 12th Grade
60 questions
MOS Word Home, Insert, Reference Ribbon Basics
Quiz
•
9th Grade