Arrays

Interactive Video
•
Computers
•
11th Grade
•
Easy
Myra Deister
Used 4+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Java, what is the starting index of an array?
Depends on the array size
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the main advantage of using arrays over individual variables?
Arrays take up less memory
Arrays can store multiple data types
Arrays are faster to process
Arrays can hold multiple values of the same data type
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens to the values in an integer array when it's first created without initialization?
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a valid way to declare and initialize an array in Java?
int[] x = new int[4];
int x[];
x = new int[4];
int[] x = {5, 10, 15, 20};
int[] x(4);
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of exception will you get if you try to access an array index that doesn't exist?
NullPointerException
ArrayIndexOutOfBoundsException
IllegalArgumentException
RuntimeException
Similar Resources on Wayground
10 questions
Recursion Contest

Quiz
•
10th - 12th Grade
11 questions
J277 Programming - Data Types

Quiz
•
9th - 11th Grade
10 questions
Java Exceptions

Quiz
•
11th - 12th Grade
10 questions
C++ vs Python: A Quiz Introduction

Quiz
•
11th Grade - University
9 questions
Checkpoint 1 revision

Quiz
•
9th - 12th Grade
10 questions
Quiz 16 - Arrays and Loops

Quiz
•
11th Grade
10 questions
Arrays and Lists

Quiz
•
6th - 12th Grade
10 questions
Quiz 15 - Array Basics

Quiz
•
11th 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