
CC 102-Computer Programming I

Quiz
•
Computers
•
Professional Development
•
Medium
John Marpa
Used 3+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 2 pts
1. Which of the following declares an array of integers?
A. int array;
B. int[] array;
C. int array[];
D. Both B and C
2.
MULTIPLE CHOICE QUESTION
10 sec • 2 pts
2. What is the index of the first element in an array?
A. -1
B. 0
C. 1
D. None of the above
3.
MULTIPLE CHOICE QUESTION
10 sec • 2 pts
How can you access the length of an array arr?
A. arr.size
B. arr.length
C. arr.length()
D. arr.getSize()
4.
MULTIPLE CHOICE QUESTION
10 sec • 2 pts
What will happen if you try to access an array index that is out of bounds?
A. The program will run normally.
B. An ArrayIndexOutOfBoundsException will be thrown.
C. The program will skip that index.
D. None of the above
5.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
What will this code print?
int[] arr = {10, 20, 30, 40, 50};
System.out.println(arr[2]);
10
20
30
40
6.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
Which of these is a valid for loop to iterate over an array arr?
A. for (int i : arr)
B. for (int i = 0; i < arr.length; i++)
C. for (int i = 0; i <= arr.length; i++)
D. Both A and B
7.
MULTIPLE CHOICE QUESTION
20 sec • 2 pts
Given int[] arr = {5, 10, 15};,
what does System.out.println(arr.length); output?
2
3
4
5
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Teste: JFo Seção 8: Quiz

Quiz
•
Professional Development
20 questions
Advanced JavaScript

Quiz
•
Professional Development
20 questions
java revews

Quiz
•
Professional Development
20 questions
Quiz-1

Quiz
•
University - Professi...
20 questions
Assessment 1

Quiz
•
Professional Development
20 questions
C CODE MASTER A

Quiz
•
Professional Development
15 questions
C CODE MASTER

Quiz
•
Professional Development
20 questions
js DOM

Quiz
•
12th Grade - Professi...
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
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
15 questions
Fun Random Trivia

Quiz
•
Professional Development
22 questions
Anne Bradstreet 1612-1672

Quiz
•
Professional Development
18 questions
Spanish Speaking Countries and Capitals

Quiz
•
KG - Professional Dev...
14 questions
Fall Trivia

Quiz
•
11th Grade - Professi...
15 questions
Disney Characters Quiz

Quiz
•
Professional Development
15 questions
Quiz to Highlight Q types & other great features in Wayground

Quiz
•
Professional Development