Java Array Review Quiz

Quiz
•
Computers
•
12th Grade
•
Hard
Nichole Niebur
Used 10+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
What is printing to the screen?
Three
Two
One
Blast off!
Blast off!
Three
Two
One
Blast off!
One
Two
Three
Three
Blast off!
One
Two
Nothing, the program will not compile as written
Answer explanation
Notice the loop is starting at the length (4) minus 1, so index 3 and then moving backwards through the array each time.
2.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
What will print to the screen?
3 3 6 4 8 13 6 7 9 7 4 12 12
6 7 12
4 9 12
3 3 12 12
Answer explanation
The loop asks u to print when the number matches the index location, and we start counting array indexes at 0, not 1.
3.
FILL IN THE BLANK QUESTION
5 mins • 2 pts
What are the values of the array after the loop fully executes. If the array goes Out Of Bounds, please write OOBound.
4.
FILL IN THE BLANK QUESTION
5 mins • 2 pts
What are the values of the array after the loop fully executes. If the array goes Out Of Bounds, please write OOBound.
5.
FILL IN THE BLANK QUESTION
5 mins • 2 pts
What are the values of the array after the loop fully executes. If the array goes Out Of Bounds, please write OOBound.
6.
FILL IN THE BLANK QUESTION
5 mins • 2 pts
What are the values of the array after the loop fully executes. If the array goes Out Of Bounds, please write OOBound.
7.
FILL IN THE BLANK QUESTION
5 mins • 2 pts
What are the values of the array after the loop fully executes. If the array goes Out Of Bounds, please write OOBound.
8.
OPEN ENDED QUESTION
5 mins • 2 pts
What prints to the screen after this code segment executes?
Evaluate responses using AI:
OFF
9.
OPEN ENDED QUESTION
15 mins • 4 pts
Write a Java program that will join all elements of the following array into a string with exclamation points between each element (!) then, print the string to the screen.
You can write your code in BlueJ and upload a screenshot as your answer.
Evaluate responses using AI:
OFF
Similar Resources on Wayground
10 questions
Quick Sort Quiz

Quiz
•
12th Grade
10 questions
Software Design and Development Quick Quiz 3

Quiz
•
11th - 12th Grade
12 questions
Java Strings

Quiz
•
9th - 12th Grade
10 questions
ArrayLists

Quiz
•
11th - 12th Grade
10 questions
AP CS A Unit 7 Quiz PRACTICE

Quiz
•
9th - 12th Grade
10 questions
SC025: Control Structures Lecture Quiz

Quiz
•
12th Grade
10 questions
Understanding Pseudocode Basics

Quiz
•
6th Grade - University
14 questions
Javascript Starter

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade