ArrayList Quiz Review

Quiz
•
Mathematics
•
10th - 12th Grade
•
Medium
Standards-aligned
David Guy
Used 24+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which index is the last element in an ArrayList called nums at?
nums.length
nums.length-1
nums.size()
nums.size()-1
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
nums[0]
nums[1]
nums.first()
nums.get(0)
nums.get(1)
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
nums[1] = 5;
nums[2] = 5;
nums.set(1, 5);
nums.set(5,1);
nums.set(2, 5);
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
nums.remove(3);
nums.remove(1);
nums.remove(0);
nums.remove(2);
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
nums.add(2, 0);
nums.add(2, 1);
nums.add(0, 2);
nums.add(1, 2);
nums.add(2, 2);
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will print when the following code executes?
[2,3]
[1,2,3]
[1,2]
[1,3]
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will print when the following code executes?
["Sarah", "Destini", "Layla", "Sharrie"]
["Sarah", "Destini", "Anaya", "Layla", "Sharrie"]
["Sarah", "Layla", "Sharrie"]
["Destini", "Layla", "Sharrie", "Sarah"]
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Zero Product Property & Factoring

Quiz
•
9th - 12th Grade
20 questions
Funciones. Dominio y Recorrido

Quiz
•
10th Grade
18 questions
Unit 6 Review APCS

Quiz
•
9th - 12th Grade
10 questions
EXPONENTE FRACCIONARIO 8°

Quiz
•
1st - 12th Grade
16 questions
Elementos de la Elipse . Undécimo

Quiz
•
11th Grade
14 questions
Intro negativa tal

Quiz
•
7th - 10th Grade
15 questions
Multiplying Decimals by Decimal

Quiz
•
5th Grade - University
10 questions
7.4 Solving Polynomials in Factored Form

Quiz
•
8th - 10th 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 Mathematics
16 questions
Segment Addition Postulate

Quiz
•
10th Grade
20 questions
Parallel Lines and Transversals Independent Practice

Quiz
•
10th Grade
16 questions
Parallel Lines cut by a Transversal

Quiz
•
10th Grade
20 questions
Solving Multi-Step Equations

Quiz
•
10th Grade
20 questions
Midpoint and Distance

Quiz
•
10th Grade
12 questions
Conditional Statement Practice

Quiz
•
10th Grade
20 questions
Multi-Step Equations and Variables on Both Sides

Quiz
•
9th - 12th Grade
17 questions
Parallel lines cut by a transversal

Quiz
•
10th Grade