Reviewing Arrays

Quiz
•
Computers
•
11th Grade
•
Hard
Leori Ignacio
Used 19+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A one-dimensional array is also called a list.
True
False
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A multi-dimensional array is also called an "arrays of arrays".
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the syntax in declaring a one-dimensional array?
<data type><array name>[<array size>];
<data type><array size>[<array name>];
<data type><index>[<array name>];
<array name><data type>[<index>];
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the syntax in declaring a two-dimensional array?
<data type><array name>[<row size>][<column size>];
<data type><array name>[<colum size>][<row size>];
<data type>[<colum size>][<row size>]<array name>;
[<colum size>][<row size>]<data type><array name>;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the syntax in declaring referencing a one-dimensional array?
<data type><array name>[<row size>][<column size>];
<data type><array name>[<array size>];
<array name>[<column size>][<row size>];
<array name>[<index>];
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the syntax in declaring referencing a two-dimensional array?
<array name>[<row size>][<column size>];
<array name>[<row index>][<column index>];
<array name>[<column index>][<row index>];
<array name>[<index>];
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the maximum index if the array size declared is 20?
20
21
18
19
Similar Resources on Wayground
10 questions
Web Development

Quiz
•
1st - 12th Grade
10 questions
Aprendiendo HTML y CSS

Quiz
•
3rd Grade - University
10 questions
Adding Images

Quiz
•
11th Grade
10 questions
20128-2110 EP6

Quiz
•
11th Grade
10 questions
Introdução ao CSS

Quiz
•
10th - 12th Grade
10 questions
Quiz 13 - For Loops

Quiz
•
11th Grade
10 questions
10/29

Quiz
•
6th Grade - University
10 questions
Desain Media Interaktif

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