Arrays Review

Arrays Review

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Java: repetition control structure for & while

Java: repetition control structure for & while

10th - 12th Grade

10 Qs

surface area and volume of prisms

surface area and volume of prisms

8th - 12th Grade

12 Qs

Hypothesis Testing

Hypothesis Testing

11th Grade

10 Qs

Year 10 percentages 'Green sheet' assessment

Year 10 percentages 'Green sheet' assessment

8th - 9th Grade

15 Qs

PowerPoint Quiz 2

PowerPoint Quiz 2

9th Grade

13 Qs

8 Math Mental 6

8 Math Mental 6

7th - 9th Grade

10 Qs

WJEC GCSE ICT Unit 1 E-Mail

WJEC GCSE ICT Unit 1 E-Mail

9th - 10th Grade

13 Qs

Scratch

Scratch

KG - Professional Development

10 Qs

Arrays Review

Arrays Review

Assessment

Quiz

Computers, Mathematics

9th - 12th Grade

Hard

Created by

Adeline Finkler

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to create an array?

int array = int[4];

new int array = {2,3,4,5};

int [] array = new int[4]

int [] array = new int {4}

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

An array is...

an object.

a variable.

a primitive type.

a string.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which would be considered an "element" of the array below?


double [] temp = {1.2, 3.4, 5.6, 7.8};

double

temp

[]

1.2

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement prints out the number 5 for this array:


int [] test = {5,4,3,2,1};

test[0];

test[1];

System.out.println(test[0]);

System.out.println(test[1]);

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How can I traverse an array?

Using a for loop.

Using a while loop.

Using an enhanced for loop.

Using an if statement.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would the output be for this code:


int [] array = new int[10];

System.out.println(array[2]);

null

0

2

error

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Fill in the blank of the for loop so that it traverses the entire array.

length

i.length

names.length()

names.length

Access all questions and much more by creating a free account

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

Already have an account?