Programming - Arrays

Programming - Arrays

2nd - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Implementation - PowerPoint 1 Higher

Implementation - PowerPoint 1 Higher

11th Grade

14 Qs

GCSE Computing: 2.2 Data Structures #1

GCSE Computing: 2.2 Data Structures #1

10th - 11th Grade

10 Qs

Quiz 16 - Arrays and Loops

Quiz 16 - Arrays and Loops

11th Grade

10 Qs

C# Arrays

C# Arrays

9th - 12th Grade

12 Qs

Quiz 15 - Array Basics

Quiz 15 - Array Basics

11th Grade

10 Qs

Arrays

Arrays

12th Grade

10 Qs

2D Arrays

2D Arrays

9th - 12th Grade

15 Qs

Unit 8 Javascript Quiz

Unit 8 Javascript Quiz

9th - 12th Grade

15 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?