Java Arrays Prt 1Quiz

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Edwin Charikinya
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the main purpose of an array in Java?
To store multiple data types
To store a single value only
To create a collection of indexed like values
To link classes and objects
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the default value assigned to elements in a newly created int array?
Null
-1
Random values
0
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the valid way to declare and create an array in a single line?
int numbers; = new int[6];
int numbers = new int[];
int[] numbers = new int[6];
int[] = new int[6] numbers;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens if you access an array index that is out of bounds?
The value returned is null
Compilation error
ArrayIndexOutOfBoundsException
It returns the last element
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is an off-by-one error?
Initialising array with a negative size
Accessing index from 0 to array.length
Declaring an array without specifying a size
Using the wrong data type
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the .length property of an array return?
Number of non-zero elements
Maximum index
Number of elements in the array
Total memory used by the array
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which loop is recommended for read-only access to all elements in an array?
while loop
do-while loop
enhanced for loop
nested loop
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Arrays Intro

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

Quiz
•
11th Grade - University
10 questions
Arrays

Quiz
•
11th Grade - University
18 questions
STATIC KEYWORD IN JAVA

Quiz
•
9th - 12th Grade
10 questions
C++ Programming Quiz

Quiz
•
12th Grade
18 questions
Programming in C language

Quiz
•
12th Grade - University
10 questions
Arrays and Lists

Quiz
•
6th - 12th Grade
10 questions
Unit 6

Quiz
•
12th 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
50 questions
Trivia 7/25

Quiz
•
12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th 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
14 questions
Algebra 1 SOL Review #1

Quiz
•
9th Grade