10.2 Arrays Cambridge iAS 9618 - Copy

10.2 Arrays Cambridge iAS 9618 - Copy

11th Grade

18 Qs

quiz-placeholder

Similar activities

GCSE Computing: Lists and Arrays

GCSE Computing: Lists and Arrays

10th - 11th Grade

15 Qs

U26 Q5 The Matrix!

U26 Q5 The Matrix!

KG - University

14 Qs

CP M8 Assessment Review

CP M8 Assessment Review

9th - 12th Grade

17 Qs

Kuizi 14 - Web

Kuizi 14 - Web

10th Grade - University

15 Qs

Java 2D Arrays_Review

Java 2D Arrays_Review

11th Grade

19 Qs

T-Level DPDD: Array Concepts Quiz

T-Level DPDD: Array Concepts Quiz

11th Grade

22 Qs

Intro to Algorithms

Intro to Algorithms

9th - 12th Grade

23 Qs

Data Structures

Data Structures

9th - 12th Grade

21 Qs

10.2 Arrays Cambridge iAS 9618 - Copy

10.2 Arrays Cambridge iAS 9618 - Copy

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Stephen Ling-Winston

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the index of an array represent?

The position of an element within the array.

The size of the array.

The data type of the array.

The number of elements in the array.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following terms refers to the highest possible index in an array?

Upper bound

Lower bound

Index

Element

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a 1D array, what does the lower bound represent?

The index of the first element.

The index of the last element.

The size of the array.

The number of elements in the array.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a feature of arrays?

Arrays store data of different types in the same array.

Arrays store data of the same type.

Arrays have a fixed size.

Arrays use an index to access elements.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a typical use case for a 2D array?

Storing data in a grid-like format, such as a matrix.

Storing a single list of numbers.

Storing a set of unrelated values.

Storing data of different types under one identifier.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you declare a 1D array of 5 integers in pseudocode?

ARRAY integers[5]

ARRAY integers[5] INTEGER

ARRAY [1,2,3,4,5]

ARRAY 5 INTEGER

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to declare a 2D array of 3 rows and 4 columns?

ARRAY matrix[3][4]

ARRAY matrix[3,4]

ARRAY matrix[4][3]

ARRAY 2D matrix

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?