
Area and Arrays
Authored by Barbara White
Computers
10th - 12th Grade
CCSS covered

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does the following segment of code print out? int[] numArray = { 2, 7, 4, 12, 0, 2 };
System.out.println(numArray[2]);
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does the following segment of code print out? int[] numArray = { 2, 7, 4, 12, 0, 2 };
System.out.println(numArray[0]);
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does the following segment of code print out? int[] numArray = { 2, 7, 4, 12, 0, 2 };
System.out.println(numArray[numArray.length - 1]);
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does the following segment of code print out? int[] numArray = { 2, 7, 4, 12, 0, 2 };
System.out.println(numArray.length);
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the correct way to initialize an integer array with 10 positions?
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What value is stored in each of the 5 positions in this array? (What is the default value provided by Java?).
int[] numbers = new int[10];
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What value is at index 1 in this array? String[] names = {"Mack", "Dennis", "Dee", "Charlie"};
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
20 questions
C/ C++
Quiz
•
12th Grade
10 questions
Python- Operators
Quiz
•
12th Grade
20 questions
Excel էլեկտրոնային աղյուսակներ
Quiz
•
5th - 10th Grade
20 questions
Python básico
Quiz
•
9th - 12th Grade
14 questions
Arrays, lists, tuples, stacks and queues
Quiz
•
11th - 12th Grade
20 questions
Programming Fundamentals Part 2
Quiz
•
9th - 11th Grade
16 questions
Python programming
Quiz
•
6th - 12th Grade
15 questions
Cambridge Technicals L3 U2 Information Types
Quiz
•
12th 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 Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
14 questions
[AP CSP] JavaScript Programming Quiz
Quiz
•
9th - 12th Grade
10 questions
Understanding Computers and Computer Engineering
Interactive video
•
7th - 12th Grade
37 questions
Python - Tuples, Lists, and List Methods
Quiz
•
9th - 12th Grade