
AP CSA 2D Arrays (8.1)

Quiz
•
Computers
•
10th Grade
•
Medium
Herman Galioulline
Used 20+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
new String[][] things
new(String[][]) things
String[] String[] things
String[][] things
[][]String things
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
keyboard[12] + keyboard[5] + keyboard[4]
keyboard[13] + keyboard[6] + keyboard[5]
keyboard[2][2] + keyboard[1][0] + keyboard[0][4]
keyboard[2][2] + keyboard[0][1] + keyboard[4][0]
keyboard[3][3] + keyboard[2][1] + keyboard[1][5]
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
I only
II only
III only
I and III
II and III
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
boolean arr[][] = new boolean[2][3];
arr[0][1] = true;
arr[1][2] = true;
boolean arr[][] = new boolean[2][3];
arr[1][2] = true;
arr[2][3] = true;
boolean arr[][] = new boolean[3][2];
arr[0][1] = true;
arr[1][2] = true;
boolean arr[][] = new boolean[3][2];
arr[1][0] = true;
arr[2][1] = true;
boolean arr[][] = new boolean[3][2];
arr[2][1] = true;
arr[3][2] = true;
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
{{0, 1, 2}, {4, 5, 6}, {8, 3, 6}}
{{1, 2, 3}, {3, 4, 5}, {5, 6, 7}}
{{1, 3, 5}, {2, 4, 6}, {3, 5, 7}}
{{2, 1, 4}, {5, 2, 3}, {2, 7, 6}}
{{2, 4, 6}, {1, 3, 5}, {6, 4, 2}}
Similar Resources on Wayground
10 questions
Pyhton

Quiz
•
9th - 10th Grade
10 questions
LATIHAN 4

Quiz
•
10th Grade
10 questions
Jenis Data

Quiz
•
7th - 12th Grade
10 questions
Programming Basics Basics

Quiz
•
8th Grade - University
10 questions
JS Practice Array & Function

Quiz
•
9th - 12th Grade
10 questions
PENGGUNAAN TIPE DATA PADA PROYEK PENGEMBANGAN PERANGKAT LUNAK

Quiz
•
10th Grade
8 questions
Visual Basic Basics!

Quiz
•
9th - 12th Grade
10 questions
Exploring Python: Input and Output Essentials

Quiz
•
9th Grade - University
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade