Programming - Arrays

Programming - Arrays

2nd - 12th Grade

10 Qs

quiz-placeholder

Similar activities

T3_PC6.1 & PC6.2

T3_PC6.1 & PC6.2

9th Grade

10 Qs

Java Arrays Basic

Java Arrays Basic

10th - 12th Grade

15 Qs

Implementation - PowerPoint 1 Higher

Implementation - PowerPoint 1 Higher

11th Grade

14 Qs

arrays

arrays

12th Grade

15 Qs

Grade 11 - Quiz 1 Introduction to Arrays

Grade 11 - Quiz 1 Introduction to Arrays

11th Grade

10 Qs

Moringa JavaScript Arrays

Moringa JavaScript Arrays

5th Grade - Professional Development

10 Qs

C# Arrays

C# Arrays

9th - 12th Grade

12 Qs

C++ Arrays

C++ Arrays

8th - 12th Grade

12 Qs

Programming - Arrays

Programming - Arrays

Assessment

Quiz

Computers

2nd - 12th Grade

Medium

Created by

Matt Fearn

Used 558+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The first element in an array is always element 1.
False
True

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Arrays always have the same...
data types
text types
numbers
types of data

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Arrays are collection of the same data type under a single identifier.
True
False

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Values in arrays cannot be changed.
False
True

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The first and last elements of an array declared as scores[10] is...
scores[0], scores[9]
scores[1], score [11]
scores[4], scores[3]
score[0], score[9]

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

myArray[0] + myArray[1] adds the first two values in an array together.
True
False

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Array elements can be used the same as any other variable.
True
False

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?