JavaScript Control Structures Review

Quiz
•
Other
•
12th Grade
•
Easy
Crystal Wong
Used 23+ times
FREE Resource
10 questions
Show all answers
1.
OPEN ENDED QUESTION
3 mins • 1 pt
What is the syntax for an if-else statement in JavaScript?
Evaluate responses using AI:
OFF
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times will a for loop iterate if the condition is 'i < 5' and the initial value of i is 0?
5
1
0
2
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of a while loop in JavaScript?
To skip a block of code
To execute a block of code only once
To repeatedly execute a block of code as long as a specified condition is true.
To terminate the execution of a loop
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which logical operator is used to combine two or more conditions and returns true if all conditions are true?
OR
NOT
XOR
AND
5.
OPEN ENDED QUESTION
3 mins • 1 pt
What is the output of the following code? var x = 5; var y = 10; if (x > y) { console.log('x is greater than y'); } else if (x < y) { console.log('x is less than y'); } else { console.log('x is equal to y'); }
Evaluate responses using AI:
OFF
6.
OPEN ENDED QUESTION
3 mins • 1 pt
What is the syntax for a for loop in JavaScript?
Evaluate responses using AI:
OFF
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of an if-else statement in JavaScript?
To define a function in JavaScript
To repeat a code block multiple times
To assign a value to a variable in JavaScript
To execute different code blocks based on a condition
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Sass and BEM CSS Quiz

Quiz
•
12th Grade
15 questions
Tech Buzz R1

Quiz
•
12th Grade
15 questions
Game Design Unit 5

Quiz
•
9th - 12th Grade
10 questions
Web Design: intro to Javascript

Quiz
•
10th - 12th Grade
11 questions
Robotics I

Quiz
•
4th - 12th Grade
10 questions
TLE quiz module 1-5

Quiz
•
9th - 12th Grade
10 questions
JavaScript 1

Quiz
•
9th - 12th Grade
10 questions
JavaScript - 2

Quiz
•
11th - 12th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Other
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

Quiz
•
9th - 12th Grade
20 questions
First Day of School

Quiz
•
6th - 12th Grade
6 questions
Maier - AMDM - Unit 1 - Quiz 1 - Estimation

Quiz
•
12th Grade
21 questions
Arithmetic Sequences

Quiz
•
9th - 12th Grade
21 questions
9th Grade English Diagnostic Quiz

Quiz
•
9th - 12th Grade
7 questions
Characteristics of Life

Interactive video
•
11th Grade - University