What will the following program segment display?
for(int a = 2; a <= 10; a += 3)
System.out.print(a+””);
Loops
Quiz
•
Computers
•
5th - 12th Grade
•
Medium
Khushi H
Used 369+ times
FREE Resource
16 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will the following program segment display?
for(int a = 2; a <= 10; a += 3)
System.out.print(a+””);
2 5 8
2 5
2 5 8 11
2
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Repeating a task multiple times in programming is known as ?
Iterators
Scope
Looping
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which loop loops a set number of times?
for
while
infinite
loopy
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of these is the correct syntax for a loop?
for(int i = 0; i<10; 1++){}
fore(integer i = 0; i>10; i++){}
for(int i = 0; i<10){}
for(int i){}
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is the correct way to create a String?
String s = "I am cool";
string string = i am cool;
String s = I am cool
String s = "I" am cool;
16 questions
Java by Mr Sam
Quiz
•
10th Grade
20 questions
Java, part I
Quiz
•
11th Grade - University
15 questions
Sentinel Controlled Repetition (Java)
Quiz
•
12th Grade
15 questions
Java Script Quiz
Quiz
•
9th - 12th Grade
16 questions
Loops Quiz
Quiz
•
9th - 12th Grade
20 questions
APCSA Arrays
Quiz
•
9th - 12th Grade
14 questions
C++ - Loops and Random Numbers
Quiz
•
9th - 12th Grade
11 questions
while and do while Loop
Quiz
•
10th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
20 questions
Final Exam Vocabulary
Quiz
•
6th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade