
AP CSA Arrays (6.1)
Authored by Herman Galioulline
Computers
10th Grade
Used 27+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following code segments, when appearing in another method in the same class as getValue, will print the value 70?
int arr = {40, 30, 20, 10, 0};
System.out.println(getValue(arr, 1, 2));
int[] arr = {40, 30, 20, 10, 0};
System.out.println(getValue(arr, 1, 2));
int[] arr = {50, 40, 30, 20, 10};
System.out.println(getValue(arr, 1, 2));
int arr = {40, 30, 20, 10, 0};
System.out.println(getValue(arr, 2, 1));
int arr = {50, 40, 30, 20, 10};
System.out.println(getValue(arr, 2, 1));
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following code segments, appearing in the same class as the addNum method, will result in array2 having the contents {0, 0, 13, 0, 9, 0, 0}?
int[] array1 = {5, 2, 8, 6, 4, 3, 9};
int[] array2 = addNum(array1, 2, 4, 5);
int[] array1 = {-5, -5, 13, 0, 9, 0, 0};
int[] array2 = addNum(array1, 2, 4, 5);
int[] array1 = {5, 2, 8, 6, 4, 3, 9};
int[] array2 = addNum(array1, 3, 5, 5);
int[] array1 = {5, 8, 2, 4, 6, 3, 9};
int[] array2 = addNum(array1, 2, 4, 5);
int[] array1 = {0, -5, 8, 0, 9, 0, 0};
int[] array2 = addNum(array1, 2, 4, 5);
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Consider the following code segment.
int[] arr = {1, 2, 3, 4, 5};
Which of the following code segments would correctly set the first two elements of array arr to 10 so that the new value of array arr will be {10, 10, 3, 4, 5}?
arr[0] = 10;
arr[1] = 10;
arr[1] = 10;
arr[2] = 10;
arr[0, 1] = 10;
arr[1, 2] = 10;
arr = 10, 10, 3, 4, 5;
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
I only
II only
III only
I and II
I and III
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Consider the following method, which is intended to return the number of strings of length greater than or equal to 3 in an array of String objects.
II only
III only
I and III only
II and III only
I, II, and III
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
Gamemaker Language
Quiz
•
6th - 12th Grade
10 questions
Ввод и вывод данных. Типы данных - 6 класс
Quiz
•
10th Grade
10 questions
Java Quiz 1: Introduction
Quiz
•
6th - 12th Grade
10 questions
İç Donanım Birimleri - Anakartlar-2
Quiz
•
10th Grade
10 questions
If-Statements
Quiz
•
9th - 12th Grade
10 questions
UNIT 2.4 LOGIC
Quiz
•
10th Grade
10 questions
Avaliação 1T - JavaScript
Quiz
•
9th - 12th Grade
10 questions
Asesmen Formatif (Teknologi Jaringan Kabel dan Nirkabel)
Quiz
•
9th - 12th Grade
Popular Resources on Wayground
7 questions
History of Valentine's Day
Interactive video
•
4th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
15 questions
Valentine's Day Trivia
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Computers
10 questions
Exploring Valentine's Day with Charlie Brown
Interactive video
•
6th - 10th Grade
18 questions
Valentines Day Trivia
Quiz
•
3rd Grade - University
20 questions
-AR -ER -IR present tense
Quiz
•
10th - 12th Grade
10 questions
Valentine's Day History and Traditions
Interactive video
•
6th - 10th Grade
21 questions
Presidents Day Trivia
Quiz
•
6th - 12th Grade
10 questions
Valentine's Day: History and Modern Celebration
Interactive video
•
9th - 12th Grade
11 questions
Valentine's Day Trivia
Quiz
•
8th - 12th Grade
10 questions
Factor Quadratic Expressions with Various Coefficients
Quiz
•
9th - 12th Grade