AP CSA ArrayList Search (7.5)

Quiz
•
Computers
•
10th - 12th Grade
•
Medium
Herman Galioulline
Used 13+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
The modification has no effect: the modified method will continue to return the index of the first appearance of the target value in the list, or -1 if the target value does not appear in the list.
The modified method will return the index of the last appearance of the target value in the list, or -1 if the target value does not appear in the list.
The modified method will throw an ArrayIndexOutOfBoundsException.
The modified method will return -1 regardless of the inputs.
The modified method will not compile.
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
The modified method will return the index of the first occurrence of target in arr.
The modified method will return the index of the last occurrence of target in arr.
The modified method will return target if target appears in arr and will return -1 otherwise.
The modified method will return -1 if target appears in arr and will return target otherwise.
The modified method will return -1 for all possible inputs.
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following best describes the difference in the behavior of seqSearch2 relative to seqSearch as a result of the modification?
The modification in seqSearch2 has no effect: seqSearch2 will always behave exactly as seqSearch does.
The modification in seqSearch2 will cause a compilation error.
The modification in seqSearch2 will cause an ArrayIndexOutOfBoundsException to be thrown for some inputs.
The modification in seqSearch2 will cause -1 to be returned for all inputs.
The modification in seqSearch2 will cause the value of target to be returned instead of the index of target in cases where target appears in arr.
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
It has no impact on the behavior of the method.
It causes the method to ignore the last element in arr.
It causes the method to throw an IndexOutOfBounds exception.
It reduces the size of arr by 1 and the last element will be removed.
It changes the number of times the loop executes, but all indexes in arr will still be accessed.
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
It has no impact on the behavior of the method.
It will cause the method to return a different result when the key value is not in the list.
It will cause the method to return a different result when the key value is found only at the first index in the list.
It will cause the method to return a different result when the key value is found only at the last index in the list.
It will cause the method to throw an array index out of bounds exception.
Similar Resources on Wayground
10 questions
Java Character and String class methods

Quiz
•
10th - 12th Grade
10 questions
T_(b)(C)_4.1 Introduction to Java Program

Quiz
•
12th Grade
10 questions
Strings

Quiz
•
11th Grade
7 questions
File Handling with Python

Quiz
•
12th Grade - University
9 questions
Network Fundamentals-IOS Operating System Part 1

Quiz
•
9th Grade - University
10 questions
Encryption - AQA A Level Computer Science

Quiz
•
11th - 12th Grade
10 questions
OOP2 Understanding Inheritance in OOP

Quiz
•
11th Grade
10 questions
Dastan - Part 3

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade