JavaScript Control Structures Basic

JavaScript Control Structures Basic

12th Grade

20 Qs

quiz-placeholder

Similar activities

Javascript Basics

Javascript Basics

9th - 12th Grade

16 Qs

CodeHS JavaScript

CodeHS JavaScript

8th - 12th Grade

21 Qs

JavaScript Basics Test

JavaScript Basics Test

10th - 12th Grade

20 Qs

Basic JavaScript Review

Basic JavaScript Review

9th - 12th Grade

20 Qs

CodeHS JavaScript Control Functions

CodeHS JavaScript Control Functions

9th - 12th Grade

20 Qs

uCertify JavaScript Chapter 5

uCertify JavaScript Chapter 5

9th - 12th Grade

20 Qs

AP CSP Unit 5 Review: Lists, Loops and Traversals

AP CSP Unit 5 Review: Lists, Loops and Traversals

9th - 12th Grade

19 Qs

Basics of JavaScript

Basics of JavaScript

11th Grade - Professional Development

15 Qs

JavaScript Control Structures Basic

JavaScript Control Structures Basic

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Angel Ligon

Used 8+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Give an example of Boolean in JavaScript.

true
10
"Hello World"
undefined

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Check all the comparison operators.

==

>

!=
!==

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbols represents the and operator in JavaScript?

&&
||
&
and

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbols represents the or operator in JavaScript?

||
&&
OR
|

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of statement allows us to run a block of code only if a certain condition is true?

If statement
For loop
While loop
Function

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of statement allows us to run one block of code if one condition is true, and a separate block of code otherwise?

For loop
While loop
If-else statement
Switch statement

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can we check if a variable num is even?

num % 2 == 0
num / 2 == 0
num * 2 == 0
num - 2 == 0

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?