Javascript Conditional Statements

Javascript Conditional Statements

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Operators

Operators

9th Grade

19 Qs

PLTW CSE Quiz - Activities 1.1.1 thru 1.1.3

PLTW CSE Quiz - Activities 1.1.1 thru 1.1.3

9th - 12th Grade

25 Qs

JavaScript Operators

JavaScript Operators

9th - 12th Grade

20 Qs

Variables,Operators and Data Types [OCR]

Variables,Operators and Data Types [OCR]

9th Grade

17 Qs

PYTHON PROGRAMMING FUNDAMENTALS

PYTHON PROGRAMMING FUNDAMENTALS

11th Grade

15 Qs

Java Conditional Constructs

Java Conditional Constructs

9th - 10th Grade

20 Qs

GCSE - Algorithms 1

GCSE - Algorithms 1

9th - 10th Grade

20 Qs

Data Types and Mathematical Operators

Data Types and Mathematical Operators

9th - 11th Grade

16 Qs

Javascript Conditional Statements

Javascript Conditional Statements

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Tim Helland

Used 185+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Greater than or equal to

> or =

> || =

>=

<=

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What Javascript code matches this statement:

Their name is Kim and they are less than 16 years old

if (name = "Kim" && age < 16 )

if (name === "Kim" && age < 16 )

if (name = "Kim" || age < 16 )

if (name === "Kim" || age < 16 )

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What symbol represents the and operator in JavaScript?

AND

and

&

&&

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What symbol represents the or operator in JavaScript?

OR

or

||

|

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Comparision Operators
What is == ? 
Equal to 
Equal value and equal type
Not equal
Not equal value or not equal type

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Comparision Operators
What is === ? 
Equal to
Equal value and equal type
Not equal
Not equal value or not equal type

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Comparison Operators
What is != ?
Equal to
Equal value and equal type
Not equal
Not equal value or not equal type

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?