
Array Basics Quiz

Quiz
•
Computers
•
7th - 11th Grade
•
Medium

Arasaka Teacher
Used 1+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following code create? int[] numbers = new int[5];
An array that can store 5 decimal numbers
An array that can store 4 whole numbers
A single whole number variable with the value 5
An array that can store 5 whole numbers
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
After running int[] numbers = new int[5], what is the value of numbers[2]?
2
null
undefined
0
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int[] scores = {85, 92, 78, 95, 88};
int x = scores[1] + scores[3];
System.out.println(x);
What is the output of the code above?
163
187
170
180
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int[] values = {4, 8, 12, 16};
values[2] = values[0] + values[1];
System.out.println(values[2]);
What is the output of the code above?
12
16
20
24
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given: int[] data = new int[4]; Which of these lines will cause an ArrayIndexOutOfBoundsException?
data[0] = 5;
data[3] = 12;
data[4] = 8;
data[2] = 15;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which line correctly creates an array to store 6 string values?
String names[6];
String[] names = new String[6];
String[] names = 6;
names[] = new String[6];
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the index of the first element in an array?
1
-1
0
None of the above
Create a free account and access millions of resources
Similar Resources on Wayground
35 questions
APCSA Unit 4 test

Quiz
•
9th Grade
31 questions
Python Basics

Quiz
•
8th Grade
25 questions
Quiz tentang Array dan String, knapsack dalam Pemrograman

Quiz
•
11th Grade
25 questions
Python Class 9

Quiz
•
9th - 10th Grade
31 questions
Java/ Фінальний тест

Quiz
•
9th Grade - Professio...
25 questions
Library Classes

Quiz
•
10th Grade
35 questions
SKT5 : Bab 3 : c) Standard Library, Subaturcara, Tatasusunan

Quiz
•
10th - 12th Grade
32 questions
2.16.1: Basic Java Review

Quiz
•
10th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
Discover more resources for Computers
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
6 questions
RL.10.1 Cite Evidence

Quiz
•
10th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade