AP CSA Arrays

AP CSA Arrays

Assessment

Quiz

Computers

10th - 12th Grade

Easy

Created by

Brian Brennan

Used 88+ times

FREE Resource

Student preview

quiz-placeholder

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?