AP CSA Intro to ArrayList (7.1)

AP CSA Intro to ArrayList (7.1)

10th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

One Dimensional Arrays

One Dimensional Arrays

11th Grade

10 Qs

ARRAYS

ARRAYS

11th - 12th Grade

10 Qs

Introduction to ArrayList

Introduction to ArrayList

10th - 12th Grade

5 Qs

Unit 7 APCSA

Unit 7 APCSA

10th - 12th Grade

5 Qs

Advanced Java Study Guide

Advanced Java Study Guide

11th - 12th Grade

10 Qs

Arrays by Swarn

Arrays by Swarn

10th Grade

10 Qs

Single Array

Single Array

11th Grade

10 Qs

1D Arrays

1D Arrays

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