CodeHS 5.6 The List Interface

CodeHS 5.6 The List Interface

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

CodeHS 5.4 & 5.5 ArrayList Stuff

CodeHS 5.4 & 5.5 ArrayList Stuff

9th - 12th Grade

10 Qs

CodeHS 5.1 & 5.2 Intro to Data Structures

CodeHS 5.1 & 5.2 Intro to Data Structures

9th - 12th Grade

10 Qs

Java ArrayLists

Java ArrayLists

10th Grade

11 Qs

2D Arrays

2D Arrays

9th - 12th Grade

15 Qs

CodeHS 5.2

CodeHS 5.2

9th - 12th Grade

11 Qs

Arrays, 2D Arrays, and ArrayLists

Arrays, 2D Arrays, and ArrayLists

9th - 12th Grade

15 Qs

Array List

Array List

11th Grade

15 Qs

Unit 7 - ArrayList - Test Review

Unit 7 - ArrayList - Test Review

9th - 12th Grade

12 Qs

CodeHS 5.6 The List Interface

CodeHS 5.6 The List Interface

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Aaron Pavao

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who is the lecturer in the video?

Calvin

John

Clara

Amanda

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is List?

an interface

a class

an object

an instance variable

Baby don't hurt me, don't hurt me, no more

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

One of the important methods in List is add. Name another important method (just the name) in List.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many parameters does the add method have in List?

0

1

2

Trick question: it's overloaded with 1 and 2 parameters

5.

MATCH QUESTION

1 min • 1 pt

Match the following for the List interface

E

size()

int

remove(int index)

boolean

add(int index, E elem)

void

add(E elem)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ArrayList implements

List

Array

ArrayList

Object

ListArray

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a data structure?

another name for a class

data stored as a set of variables

variables inherited from a parent class

data organized in a particular way

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?