AP CSA Intro to ArrayList (7.1)

AP CSA Intro to ArrayList (7.1)

10th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

APCSA Inheritance

APCSA Inheritance

10th - 12th Grade

8 Qs

OOP Review

OOP Review

10th Grade

8 Qs

Data Type- XI

Data Type- XI

11th Grade

10 Qs

APCS Unit 8

APCS Unit 8

12th Grade

10 Qs

APCSA Final

APCSA Final

12th Grade

10 Qs

Computer Science AP

Computer Science AP

12th Grade

10 Qs

C++ vs Python: A Quiz Introduction

C++ vs Python: A Quiz Introduction

11th Grade - University

10 Qs

Arrays and Lists

Arrays and Lists

6th - 12th Grade

10 Qs

AP CSA Intro to ArrayList (7.1)

AP CSA Intro to ArrayList (7.1)

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Herman Galioulline

Used 45+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

new Thing()

new ArrayList<Thing>()

new ArrayList(Thing)

new ArrayList(<Thing>)

new ArrayList<>(Thing)

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

III only

I and II only

I and III only

II and III only

I, II, and III

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

ArrayList arrList()

ArrayList arrList

ArrayList<> arrList

ArrayList arrList<String>

ArrayList<String> arrList

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

I only

II only

III only

I and III only

II and III only

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

ArrayList years

ArrayList years()

ArrayList years[]

ArrayList<Integer> years

ArrayList<String> years