Unit 7 - ArrayList - Test Review

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Jadzia Hutchings
Used 12+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
In what scenario would you use an ArrayList over an array?
I don’t have a lot of memory to store information
I can use a for-each loop on an ArrayList, but not in an array
I need to change the size of an array
I can store objects in an ArrayList, but not in an array
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which index is the last element at in a list called nums?
nums.length
nums.length - 1
nums.size()
nums.size() - 1
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is a reason to use an array instead of an ArrayList?
An array has faster access to its elements than a list does
An array knows it length, but an ArrayList doesn't know its length
An array can determine how many spaces it needs before declaring elements into the array
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is the correct way to get the first value in an ArrayList called nums?
nums[0]
nums[1]
nums.first()
nums.get(0)
nums.get(1)
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is the correct way to remove the value 3 from the ArrayList nums = [5, 3, 2, 1]?
nums.remove(3);
nums.remove(0);
nums.remove(1);
nums.remove(2);
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What would the proper initialization and declaration be for an ArrayList myCart meant to store item prices?
ArrayList<double> myCart = new ArrayList<double>();
ArrayList<Double> myCart = new ArrayList<Double>();
ArrayList<Integer> myCart = new ArrayList<Integer>();
ArrayList<double> myCart = ArrayList<double>();
ArrayList<Double> myCart = ArrayList<Double>();
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
[SO, RE, FA, DO]
[SO, RE, MI, FA, DO]
[SO, RE, MI, DO]
[FA, RE, MI, DO]
[FA, SO, RE, MI, DO]
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Arrays and Lists

Quiz
•
6th - 12th Grade
14 questions
1D Array Java

Quiz
•
9th Grade - University
15 questions
Java Arrays Prt 1Quiz

Quiz
•
9th - 12th Grade
10 questions
Pemahaman Dasar Komputasi

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

Quiz
•
11th Grade - University
15 questions
Assesmen Kognitif (XI)

Quiz
•
11th Grade - University
10 questions
soal Post Tes

Quiz
•
12th Grade
9 questions
Checkpoint 1 revision

Quiz
•
9th - 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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

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

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

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

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

Interactive video
•
9th - 12th Grade