
2D Array in C++ Quiz
Authored by Salma Ghoneim
Information Technology (IT)
6th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is a 2D array in C++?
An array of functions
An array of strings
An array of arrays
A pointer to a pointer
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How do you declare a 2D array with 3 rows and 4 columns of integers?
int arr[3,4];
int arr(3,4);
int arr[3][4];
int arr{3}{4};
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the index of the first element in a 2D array?
[0][1]
[1][0]
[0][0]
[1][1]
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following correctly accesses the element in the second row and third column?
arr[2][3]
arr[1][2]
arr[3][2]
arr[2][1]
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which loop structure is commonly used to traverse a 2D array?
Single for loop
While loop
Nested for loops
Switch case
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
If int arr[2][3] = { {1, 2, 3}, {4, 5, 6} }; what is the value of arr[1][2]?
3
4
5
6
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following code? int arr[2][2] = { {1, 2}, {3, 4} }; cout << arr[0][1];
1
2
3
4
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
15 questions
TX1_lop6
Quiz
•
6th Grade
15 questions
Logic Gates Quiz
Quiz
•
6th Grade
10 questions
PictoBlox L4 Quiz
Quiz
•
6th - 8th Grade
10 questions
TEST CE6
Quiz
•
6th Grade
15 questions
IC3_GS6_Level 1_Bài 7: Quản lí tập tin và sao lưu dự phòng
Quiz
•
6th Grade
10 questions
Koding dan AI untuk Siswa Kelas 5
Quiz
•
5th Grade - University
10 questions
Informativa Básica
Quiz
•
6th - 8th Grade
14 questions
G6 - Challenges
Quiz
•
6th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Information Technology (IT)
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
20 questions
Context Clues
Quiz
•
6th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade
20 questions
Writing Algebraic Expressions
Quiz
•
6th Grade
20 questions
Ratios/Rates and Unit Rates
Quiz
•
6th Grade
10 questions
Cell Organelles and Their Functions
Interactive video
•
6th - 10th Grade
20 questions
Graphing Inequalities on a Number Line
Quiz
•
6th - 9th Grade
20 questions
One Step Equations
Quiz
•
6th Grade