10.2 Arrays Cambridge iAS 9618 - Copy

Quiz
•
Computers
•
11th Grade
•
Hard

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
Similar Resources on Wayground
20 questions
Season 5 #Spaic Python Weekly Quiz

Quiz
•
KG - Professional Dev...
18 questions
Unit 8 Algorithms and Recursion Quiz

Quiz
•
9th - 12th Grade
20 questions
Array

Quiz
•
10th - 12th Grade
20 questions
Preguntas sobre JavaScript

Quiz
•
9th Grade - University
20 questions
SST Yr8 - NCCE - Programming

Quiz
•
9th - 12th Grade
15 questions
Chapter 8 - Programming (IGCSE Computer Science)

Quiz
•
9th - 12th Grade
15 questions
IT Quiz Selection

Quiz
•
9th - 12th Grade
15 questions
Python Arrays Quiz P7

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade