
Midterm Examination
Authored by John Miranda
Computers
University
Used 5+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the syntax for a basic for loop in Java?
for (int i = 0; i < 10; i++)
for (i = 0; i < 10; i++)
for (i = 0; i <= 10; i++)
for (int i = 1; i <= 10; i++)
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following for loop?
for (int i = 0; i < 5; i++) {
System.out.print(i + " ");}
0 1 2 3 4 5
1 2 3 4 5 6
0 1 2 3 4 5 6
no output
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What happens if you omit the initialization expression in a for loop?
The loop will not execute.
The loop will execute indefinitely.
The loop will throw an error.
The loop will execute once.
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is true about the for-each loop in Java?
It can only be used with arrays.
It can only be used with collections.
It can be used with both arrays and collections.
It can be used with any type of data structure.
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following for loop?
for (int i = 10; i > 0; i -= 2) {
System.out.print(i + " ")}
2 4 6 8 20
10 8 6 4 2
9 7 5 3 1
1 3 5 7 9
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the purpose of the continue statement in a for loop?
It breaks out of the loop completely.
It skips the current iteration of the loop.
It goes to the next iteration of the loop.
It repeats the current iteration of the loop.
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following for loop?
for (int i = 0; i < 10; i++) {
if (i == 5) {
break;
}
System.out.print(i + " ");
}
0 1 2 3 4 5 6 7 8 9
0 1 2 3 4
5 6 7 8 9
Nothing is printed.
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
47 questions
Relational Database Design
Quiz
•
University
50 questions
Білім берудегі цифрлық технологиялар
Quiz
•
University
46 questions
Mobile Application Basic
Quiz
•
University
50 questions
AP CS P 5.1
Quiz
•
10th Grade - University
45 questions
Kuis Sistem Komputer
Quiz
•
10th Grade - University
45 questions
IP MIDTERM
Quiz
•
University
50 questions
PNETSEC Final Examination (II-BINS)
Quiz
•
University
50 questions
MidExam InfoAssuSec2
Quiz
•
University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Computers
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
7 questions
Fragments, Run-ons, and Complete Sentences
Interactive video
•
4th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
10 questions
DNA Structure and Replication: Crash Course Biology
Interactive video
•
11th Grade - University
5 questions
Inherited and Acquired Traits of Animals
Interactive video
•
4th Grade - University
5 questions
Examining Theme
Interactive video
•
4th Grade - University
20 questions
Implicit vs. Explicit
Quiz
•
6th Grade - University
7 questions
Comparing Fractions
Interactive video
•
1st Grade - University