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
23 questions
GCSE Python Programming Basics

Quiz
•
11th Grade
20 questions
AP CS PRINCIPLES GENERAL

Quiz
•
11th Grade
20 questions
C++

Quiz
•
11th Grade
20 questions
looping and branching statements in C

Quiz
•
9th Grade
20 questions
Spreadsheet - Advanced Functions and Formulae

Quiz
•
10th - 11th Grade
20 questions
Java 2 Quiz 9

Quiz
•
10th - 12th Grade
20 questions
Ulangan 2

Quiz
•
10th Grade
20 questions
Array

Quiz
•
10th - 12th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

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

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
40 questions
LSHS Student Handbook Review: Pages 7-9

Quiz
•
11th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
19 questions
Mental Health Vocabulary Pre-test

Quiz
•
9th Grade