
Arrays in Java

Flashcard
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

20 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What does the following segment of code print out? int[] numArray = { 2, 7, 4, 12, 0, 2 };
System.out.println("Number: " + numArray[2]);
Back
Number: 4
2.
FLASHCARD QUESTION
Front
What does the following segment of code print out? int[] numArray = { 2, 7, 4, 12, 0, 2 };
System.out.println("Number: " + numArray[0]);
Back
Number: 2
3.
FLASHCARD QUESTION
Front
What does the following segment of code print out? int[] numArray = { 2, 7, 4, 12, 0, 2 };
System.out.println("Number: " + numArray[numArray.length - 1]);
Back
Number: 2
4.
FLASHCARD QUESTION
Front
What does the following segment of code print out? int[] numArray = { 2, 7, 4, 12, 0, 2 };
System.out.println(numArray.length);
Back
6
5.
FLASHCARD QUESTION
Front
What is the correct way to initialize an array with 10 positions? Options: int numbers = new int[10];, int[] numbers = new int[];, int[10] numbers = new int[10];, int[] numbers = new int[10];
Back
int[] numbers = new int[10];
6.
FLASHCARD QUESTION
Front
What value is stored in each of the 5 positions in this array? (What is the default value provided by Java).
int[] numbers = new int[5];
Back
0
7.
FLASHCARD QUESTION
Front
What value is at index 1 in this array? String[] names = {"Mack", "Dennis", "Dee", "Charlie"};
Back
Dennis
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
AP Computer Science A Review 1

Flashcard
•
10th - 12th Grade
15 questions
AP Computer Science A Review 1

Flashcard
•
10th - 12th Grade
20 questions
Unit 6 Test Review - Arrays

Flashcard
•
9th - 12th Grade
13 questions
java variables 1

Flashcard
•
9th - 12th Grade
15 questions
Arrays C++- CS 172 Exercise #1

Flashcard
•
8th - 12th Grade
18 questions
AP CSA Unit 1 Review

Flashcard
•
10th - 12th Grade
13 questions
Unit 5 Flashcard AP CSP

Flashcard
•
9th - 12th Grade
12 questions
Java Loops

Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
10 questions
Afterschool Activities & Sports

Quiz
•
6th - 8th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
15 questions
Cool Tool:Chromebook

Quiz
•
6th - 8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
20 questions
Bullying

Quiz
•
7th Grade
18 questions
7SS - 30a - Budgeting

Quiz
•
6th - 8th Grade
Discover more resources for
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade
20 questions
ROAR Week 2025

Quiz
•
9th - 12th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
14 questions
Points, Lines, Planes

Quiz
•
9th Grade