1st Period Feb 22, 2024 - Virtual AP CompSci AP

Quiz
•
Computers
•
9th - 12th Grade
•
Easy
Scotty Johnson
Used 5+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
ArrayList<Integer>Stuff = new ArrayList<Integer>();
out.print(Stuff);
0
[0]
[]
null
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
ArrayList<Integer>Stuff = new ArrayList<Integer>();
out.print(Stuff.size());
0
[0]
[]
null
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
ArrayList<Integer>Stuff = new ArrayList<Integer>();
Assume Stuff = [3, 6, 12, 5];
out.print(Stuff.get(2));
3
6
12
5
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
ArrayList<Integer>Stuff = new ArrayList<Integer>();
Assume Stuff = [3, 6, 12, 5];
out.print(Stuff.size());
3
[3]
4
[4]
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
ArrayList<Integer>Stuff = new ArrayList<Integer>();
Stuff.add(7);
Stuff.add(2);
Stuff.add(5);
out.print(Stuff);
[2, 5 ,7]
[5, 2 ,7]
[7, 5, 2]
[7, 2, 5]
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
ArrayList<Integer>Stuff = new ArrayList<Integer>();
Assume Stuff = [3, 6, 12, 5];
Collections.sort(Stuff);
out.print(Stuff);
[3, 6, 12, 5]
[12, 6, 5, 3]
[3]
[3, 5, 6, 12]
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
ArrayList<Integer>Stuff = new ArrayList<Integer>();
Assume Stuff = [3, 6, 12, 5];
Stuff.remove(0);
out.print(Stuff);
[6, 12, 5]
[3]
[6]
[3, 6, 12]
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Latihan Sturktur Data

Quiz
•
12th Grade
20 questions
Unit 6 ArrayLists and String Methods

Quiz
•
9th - 12th Grade
20 questions
Java Arrays

Quiz
•
9th - 12th Grade
20 questions
CSP Unit 6: Algorithms

Quiz
•
9th - 12th Grade
20 questions
PH - KLS 12 BAB 1

Quiz
•
12th Grade
20 questions
GCSE Computer Science: Programming (Data Structures)

Quiz
•
9th - 10th Grade
20 questions
QUIZZ 6/02/2024

Quiz
•
12th Grade
20 questions
Abstract Data Types

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
CTEA Computer Vocab Terms #1

Quiz
•
12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade