ArrayLists
Quiz
•
Computers
•
11th - 12th Grade
•
Practice Problem
•
Medium
Lauren Olson
Used 62+ times
FREE Resource
Enhance your content in a minute
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will print when the code executes?
List<Integer> list1 = new ArrayList<Integer>();
list1.add(new Integer(1));
list1.add(new Integer(2));
list1.add(new Integer(3));
list1.add(2, new Integer(4));
list1.add(new Integer(5));
System.out.println(list1);
[1, 2, 3, 4, 5]
[1, 4, 2, 3, 5]
[1, 2, 4, 3, 5]
[1, 2, 4, 5]
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will print?
List<String> list1 = new ArrayList<String>();
list1.add("Anaya");
list1.add("Layla");
list1.add("Sharrie");
list1.add(1, "Sarah");
System.out.println(list1);
["Anaya", "Sarah", "Layla", "Sharrie"]
["Anaya", "Layla", "Sharrie", "Sarah"]
["Sarah", "Anyar", "Layla", "Sarah"]
["Anaya", "Layla", "Sarah","Sharrie", ]
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be printed?
List<Integer> list1 = new ArrayList<Integer>();
list1.add(5);
list1.add(4);
list1.add(3);
list1.add(1, 2);
System.out.println(list1);
[5, 4, 3, 2]
[5, 4, 1, 3]
[2, 5, 4, 3]
[5, 2, 4, 3]
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be printed?
List<Integer> list1 = new ArrayList<Integer>();
list1.add(1);
list1.add(3);
list1.add(2);
list1.add(1);
System.out.println(list1);
[1, 3, 2]
[1, 3, 2, 1]
[1, 1, 2, 3]
[1, 2, 3]
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What will be printed?
List<Integer> list1 = new ArrayList<Integer>();
list1.add(new Integer(1));
list1.add(new Integer(2));
list1.add(new Integer(3));
list1.set(2, new Integer(4));
list1.add(2, new Integer(5));
list1.add(new Integer(6));
System.out.println(list1);
[1, 2, 3, 4, 5]
[1, 2, 4, 5, 6]
[1, 2, 5, 4, 6]
[1, 5, 2, 4, 6]
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be printed?
List<String> list1 = new ArrayList<String>();
list1.add("Anaya");
list1.add("Layla");
list1.add("Sharrie");
list1.set(1, "Destini");
list1.add(1, "Sarah");
System.out.println(list1);
["Sarah", "Destini", "Layla", "Sharrie"]
["Sarah", "Destini", "Anaya", "Layla", "Sharrie"]
["Anaya", "Sarah", "Sharrie"]
["Anaya", "Sarah", "Destini", "Sharrie"]
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be printed?
List<Integer> numList = new ArrayList<Integer>();
numList.add(new Integer(1));
numList.add(new Integer(2));
numList.add(new Integer(3));
numList.set(2,new Integer(4));
numList.add(1, new Integer(5));
numList.add(new Integer(6));
System.out.println(numList);
[1, 2, 3, 4, 5]
[1, 2, 4, 5, 6]
[1, 2, 5, 4, 6]
[1, 5, 2, 4, 6]
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
14 questions
Pre-test: On Online searching by Innovative Teaching Ideas)
Quiz
•
6th - 12th Grade
11 questions
Python Function
Quiz
•
11th - 12th Grade
15 questions
MVC-PHP
Quiz
•
12th Grade
10 questions
Scratch
Quiz
•
KG - Professional Dev...
10 questions
Network Security
Quiz
•
9th - 11th Grade
15 questions
Cyber Security KS4
Quiz
•
8th - 12th Grade
15 questions
Linux-2 Quiz 2 -- LAMP
Quiz
•
1st - 12th Grade
15 questions
Q2-Week1-Multimedia and ICT
Quiz
•
11th Grade
Popular Resources on Wayground
5 questions
This is not a...winter edition (Drawing game)
Quiz
•
1st - 5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
10 questions
Identify Iconic Christmas Movie Scenes
Interactive video
•
6th - 10th Grade
20 questions
Christmas Trivia
Quiz
•
6th - 8th Grade
18 questions
Kids Christmas Trivia
Quiz
•
KG - 5th Grade
11 questions
How well do you know your Christmas Characters?
Lesson
•
3rd Grade
14 questions
Christmas Trivia
Quiz
•
5th Grade
20 questions
How the Grinch Stole Christmas
Quiz
•
5th Grade
Discover more resources for Computers
26 questions
Christmas Movie Trivia
Lesson
•
8th Grade - Professio...
15 questions
Christmas Song Emoji Pictionary
Quiz
•
7th - 12th Grade
20 questions
Christmas Movies
Quiz
•
1st - 12th Grade
55 questions
CHS Holiday Trivia
Quiz
•
12th Grade
20 questions
Christmas Movie Trivia
Quiz
•
9th - 12th Grade
29 questions
christmas facts
Lesson
•
5th - 12th Grade
20 questions
Christmas Trivia
Quiz
•
5th - 12th Grade
20 questions
Stages of Meiosis
Quiz
•
9th - 12th Grade
