JavaScript - Control Statements

Quiz
•
Computers
•
8th Grade
•
Hard
Meenakshi Sharma
Used 10+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which is the right way to make a for loop?
Alienisation, The End, Rebels
Installation, Ending, Timer
Initialisation, Condition, Iteration
Initialisation, Counter, End Condition
2.
MULTIPLE SELECT QUESTION
10 sec • 1 pt
Which of the below are types of loops
If then Else
Switch Case
for loop
Conditional Operator
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Nested loops are
Multiple independent loops
Conditions in a loop
Loop in a Loop
Loop in a condition
4.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
for ( var i = 0; i < 50; i++ )
How many times will this loop execute
51 times
49 times
50 times
0 times
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the iterations runs 25 times
for ( var i = 2; i < 26; i ++ )
for ( var i = 0; i < 25; i ++ )
for ( var i = -1 ; i > 25 ; i -- )
for ( var i = 0; i <= 25; i --)
6.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
One of the below functions lets you climb 1000 feet
for ( var count = 0; count > 999; count --)
moveUpOneFoot();
}
for ( var count = 2; count <= 1002; count ++)
moveUpOneFoot();
}
for ( var count = 1000; count < 1; count --)
moveUpOneFoot();
}
for ( var count = 0; count < 1000; count ++)
moveUpOneFoot();
}
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you define a function in MakeCode?
function = climbUp();
fun = "climbUp";
function climbUp();
fun = (climbUp());
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Prog F: Quiz 1 Revision

Quiz
•
6th - 8th Grade
12 questions
Ch-8 Iterative statements in Python

Quiz
•
8th Grade
16 questions
Python Basics

Quiz
•
KG - University
10 questions
L4 Iteration

Quiz
•
8th Grade
14 questions
CodeMonkey 0-35 Review

Quiz
•
5th - 8th Grade
20 questions
Loops

Quiz
•
1st - 12th Grade
10 questions
Programming - Iteration, Basic Programming Constructs & Loop

Quiz
•
2nd - 12th Grade
16 questions
Loops

Quiz
•
5th - 12th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade