AP CSA Arrays

AP CSA Arrays

10th - 12th Grade

26 Qs

quiz-placeholder

Similar activities

Arrays Unit 6 AP CSA

Arrays Unit 6 AP CSA

10th - 12th Grade

26 Qs

Java Lab Code.org AP CSA

Java Lab Code.org AP CSA

10th - 12th Grade

26 Qs

APCSA Unit 6 Review Arrays

APCSA Unit 6 Review Arrays

10th - 12th Grade

26 Qs

AP CSA Unit 8 Review: 2D Arrays

AP CSA Unit 8 Review: 2D Arrays

9th - 12th Grade

22 Qs

AP CSA Algorithms Practise

AP CSA Algorithms Practise

11th Grade

22 Qs

Ch 3 Java Review-Strings and Math

Ch 3 Java Review-Strings and Math

9th - 12th Grade

21 Qs

APCSA Unit 7

APCSA Unit 7

9th - 12th Grade

25 Qs

Arrays and Algorithms

Arrays and Algorithms

10th - 12th Grade

26 Qs

AP CSA Arrays

AP CSA Arrays

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Created by

Thomas Martinez

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the term zero indexing mean?
Ensuring there is not a DivideByZero Exception
Assigning the first value in the array to zero
Initializing a for loop to start at zero
Labeling the first element of an array zero

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Values of different data types can be elements of the same array.
True
False

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is valid syntax to construct an array?
int[] arr1
int[5] arr1 = new int[]
int[] arr1 = new int[5]

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Arrays can only contain primitive data types.
True
False

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Once the int[] arr1 has been constructed, the length can be changed by:
arr1.length = 5;
arr1 = [5]
arr1 = int[5]
The length cannot be changed.

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Until a value is assigned to an element of a String array, what is the default value?
Zero
Space
Null
-1

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A method can accept an array as a parameter, and it can return an array.
True
False, a method cannot accept an array as a parameter.
False, a method cannot return an array.
False, arrays can never be used with methods.

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?