JavaScript Decision Making

JavaScript Decision Making

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Python - If Else...

Python - If Else...

9th Grade

19 Qs

Selection in Python

Selection in Python

1st - 9th Grade

15 Qs

JavaScript Data Types Quiz

JavaScript Data Types Quiz

11th Grade

25 Qs

Basics in Java

Basics in Java

9th - 12th Grade

15 Qs

RDBMS & SQL QUERIES

RDBMS & SQL QUERIES

12th Grade

15 Qs

SQL

SQL

12th Grade

15 Qs

Getting Started in C Programming

Getting Started in C Programming

9th - 10th Grade

20 Qs

L73_118 Prep for Test

L73_118 Prep for Test

12th Grade - University

20 Qs

JavaScript Decision Making

JavaScript Decision Making

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Shantanu Agrawal

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of 10 <= 10?

true

false

undefined

null

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of 4 < -1?

false

true

null

undefined

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of "123" == 123?

false

true

null

undefined

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of "123" === 123?

false

true

null

undefined

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of age % 2 == 0 if age = 18?

false

true

null

undefined

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of 'a' > 'c'?

false

true

null

undefined

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of 'abcd' > 'e'?

false

true

null

undefined

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?