How many times does the following loop runs?
var counter = 0;
while(counter < 10){
console.log(counter);
counter = counter + 1;
}
Loops
Quiz
•
Computers
•
6th Grade
•
Medium
Ariel Cambas
Used 5+ times
FREE Resource
22 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times does the following loop runs?
var counter = 0;
while(counter < 10){
console.log(counter);
counter = counter + 1;
}
5
10
50
9
0
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times does the following loop runs?
var counter = 1;
while(counter < 10){
console.log(counter);
counter = counter + 1;
}
5
10
50
9
0
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times does the following loop runs?
var counter = 10;
while(counter <= 59){
console.log(counter);
counter = counter + 1;
}
5
10
50
9
0
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times does the following loop runs?
var counter = 5;
while(counter < 10){
console.log(counter);
counter = counter + 1;
}
5
10
50
9
0
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times does the following loop runs?
var counter = 10;
while(counter < 10){
console.log(counter);
counter = counter + 1;
}
5
10
50
9
0
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times does the following loop runs?
var counter = 10;
while(counter < 25){
console.log(counter);
counter = counter + 1;
}
15
20
8
2
6
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times does the following loop runs?
var counter = 0;
while(counter < 10){
console.log(counter);
}
forever
20
8
2
6
20 questions
Python
Quiz
•
6th Grade
20 questions
P5 Editor
Quiz
•
4th - 8th Grade
25 questions
Programming with Karel Quiz
Quiz
•
6th - 9th Grade
23 questions
Unit 4 - Programming the Frog maze
Quiz
•
6th Grade
25 questions
For Loops Code.org/ Lessons 6-10 (Flocabulary)
Quiz
•
6th - 8th Grade
20 questions
Prog F: Quiz 1 Revision
Quiz
•
6th - 8th Grade
19 questions
Computer Lab Rules
Quiz
•
1st - 6th Grade
20 questions
Code.org Express Course
Quiz
•
6th - 8th Grade
15 questions
Multiplication Facts
Quiz
•
4th Grade
20 questions
Math Review - Grade 6
Quiz
•
6th Grade
20 questions
math review
Quiz
•
4th Grade
5 questions
capitalization in sentences
Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance
Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions
Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines
Quiz
•
Professional Development
12 questions
Dividing Fractions
Quiz
•
6th Grade
20 questions
Math Review - Grade 6
Quiz
•
6th Grade
5 questions
capitalization in sentences
Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance
Interactive video
•
5th - 8th Grade
12 questions
Dividing Fractions
Quiz
•
6th Grade
9 questions
1. Types of Energy
Quiz
•
6th Grade
20 questions
Parts of Speech
Quiz
•
3rd - 6th Grade
6 questions
Final Exam: Monster Waves
Quiz
•
6th Grade
10 questions
Final Exam Grandfather's Chopsticks
Quiz
•
6th Grade