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
soal berpikir komputasional kelas 8 gasal

Quiz
•
8th Grade - University
20 questions
Data Structures & Algorithm

Quiz
•
11th Grade
20 questions
8525 AQA GCSE 3.2.6 Data Structures

Quiz
•
10th Grade
22 questions
AP CSA Algorithms Practise

Quiz
•
11th Grade
20 questions
AP CS A Unit 6 Exam PRACTICE

Quiz
•
9th - 12th Grade
22 questions
CSA unit1 vocabulary quiz

Quiz
•
11th Grade
25 questions
Quiz Analisis Data

Quiz
•
10th Grade
20 questions
QUIZ 1 ABRAHAM SEM-II SMA KRISTEN BASIC BATAM

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
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