AP CSA Intro to ArrayList (7.1)

AP CSA Intro to ArrayList (7.1)

10th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Computer Programming_Unit 7_Test 1

Computer Programming_Unit 7_Test 1

10th Grade

7 Qs

Array

Array

10th Grade

10 Qs

Quiz on Array

Quiz on Array

11th - 12th Grade

10 Qs

ARRAYS

ARRAYS

11th - 12th Grade

10 Qs

Advanced Java Study Guide

Advanced Java Study Guide

11th - 12th Grade

10 Qs

AP Computer Science Unit 10

AP Computer Science Unit 10

12th Grade

10 Qs

Introduction to ArrayList

Introduction to ArrayList

10th - 12th Grade

5 Qs

Array Methods BW Quiz

Array Methods BW Quiz

12th Grade

9 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