Comp 210 MT2 Review

Flashcard
•
Computers
•
University
•
Hard
Wayground Content
FREE Resource
Student preview

23 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is the reason why utilizing getters & setters are preferred to making instance variables public?
Back
It allows for enforcement of formatting / validation when getting & setting data.
2.
FLASHCARD QUESTION
Front
When implementing an interface, to implement a specific method we should use this keyword:
Back
@Override
3.
FLASHCARD QUESTION
Front
Which of the following would be the proper class header for a Java class implementing a simulation of a collection of things that can be compared?
Options:
public class Simulation<T implements Comparable<T>>
public class Simulation implements Comparable
public class Simulation
public class Simulation<T>
Back
public class Simulation<T implements Comparable<T>>
4.
FLASHCARD QUESTION
Front
TRUE OR FALSE: Searching for an element in a doubly linked list has a better average time complexity than searching through a singly linked list.
Back
False
5.
FLASHCARD QUESTION
Front
Assume we have a doubly linked list, and a particular element to be deleted's pointer is on hand (but NOTHING else). How does the time complexity for this deletion compare to if this was a singly linked list?
Back
Doubly: o(1), If Singly: o(n)
6.
FLASHCARD QUESTION
Front
Assume elements are inserted into a BST in exactly the following order: 52, 23, 77, 65, 9. What would the resulting BST look like?
Back
7.
FLASHCARD QUESTION
Front
The best case time complexity of searching a BST is o( _ )
Back
1
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
Data Structures and Algorithms - Flashcard 1

Flashcard
•
University
16 questions
Computer Science Principles Unit 1

Flashcard
•
12th Grade
18 questions
Fundamentals of data Structures & Linked list

Flashcard
•
University
12 questions
User-Defined DS

Flashcard
•
University
17 questions
Brain Wave Flashcard

Flashcard
•
University
13 questions
Stack Operations and Recursion Concepts

Flashcard
•
University
16 questions
ITN 07.02 Ethernet MAC Address

Flashcard
•
University
14 questions
AP CSP Unit 1 Test Practice

Flashcard
•
12th Grade - University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade