CS Data Structure Quiz

Quiz
•
Computers
•
11th Grade
•
Hard

Matias Sutter
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A collection in Java is a group of objects which are represented as a single unit.
True
False
Maybe
Ok
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the collection framework in Java hold?
All the collection classes and interfaces
Only the collection classes
Only the collection interfaces
None of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the key difference between an array and a collection in Java?
Arrays are dynamic, collections are fixed
Arrays are fixed-size, collections are dynamic
There is no difference
Arrays and collections are the same thing
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the advantage of an array over a collection?
Arrays can grow or shrink dynamically
Arrays have a fixed size and provide direct access to elements using an index
Arrays can only store objects
Arrays can only store primitive types
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the advantage of a collection over an array?
Collections have a fixed size
Collections can only store objects
Collections can grow or shrink dynamically
Collections can only store primitive types
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method adds an element to the collection?
add(E element)
remove(Object o)
clear()
size()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the method 'isEmpty()' do?
Adds an element to the collection
Removes an element from the collection
Returns the number of elements in the collection
Returns true if the collection contains no elements
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
AP CSP - Python Lists and Arrays

Quiz
•
9th - 12th Grade
20 questions
Data Structures & Algorithm

Quiz
•
11th Grade
18 questions
STATIC KEYWORD IN JAVA

Quiz
•
9th - 12th Grade
20 questions
Web Development Tutorial 10 Quiz Review

Quiz
•
9th - 12th Grade
19 questions
Programming Techniques Survey

Quiz
•
8th - 12th Grade
10 questions
Moringa JavaScript Arrays

Quiz
•
5th Grade - Professio...
10 questions
Arrays

Quiz
•
11th Grade - University
12 questions
Exit Ticket - Linked Lists and HashTables

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade