Topic 4.1 Video 2
Quiz
•
Computers
•
11th Grade
•
Practice Problem
•
Medium
Myra Deister
Used 1+ times
FREE Resource
Enhance your content in a minute
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times will this code execute?
while(true)
System.out.print("AP CSA ");
infinitely
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an infinite loop?
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
From the video, what must be done to avoid an infinite loop?
Make sure there is a correct update inside of the loop.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is output by the code below?
int n = 0;
while(n<10)
{
n+=3;
}
System.out.print( n );
12
9
6
3
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is output by the code below?
int n=4, a=0;
while(n<13)
{
a += n;
n+=3;
}
System.out.print( a );
25
21
32
28
15
6.
OPEN ENDED QUESTION
3 mins • 1 pt
Upload a screenshot of the last screen of the video. Make sure your name is displayed and the title of the video. There is an example on the left.
Evaluate responses using AI:
OFF
Similar Resources on Wayground
10 questions
Scratch
Quiz
•
KG - Professional Dev...
10 questions
Network Security
Quiz
•
9th - 11th Grade
10 questions
What is a program slides(6:16)
Quiz
•
8th - 12th Grade
10 questions
Java: repetition control structure for & while
Quiz
•
10th - 12th Grade
10 questions
Review
Quiz
•
9th - 12th Grade
10 questions
Year 10 IT - CN - Key Words
Quiz
•
8th - 11th Grade
11 questions
College Football
Quiz
•
5th - 12th Grade
10 questions
Alapismeretek
Quiz
•
7th - 12th Grade
Popular Resources on Wayground
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
4:3 Model Multiplication of Decimals by Whole Numbers
Quiz
•
5th Grade
10 questions
The Best Christmas Pageant Ever Chapters 1 & 2
Quiz
•
4th Grade
12 questions
Unit 4 Review Day
Quiz
•
3rd Grade
20 questions
Christmas Trivia
Quiz
•
6th - 8th Grade
18 questions
Kids Christmas Trivia
Quiz
•
KG - 5th Grade
14 questions
Christmas Trivia
Quiz
•
5th Grade
15 questions
Solving Equations with Variables on Both Sides Review
Quiz
•
8th Grade
