Search Header Logo

JavaScript Operators & Expressions – Day 2 Quiz (20 MCQs)

Authored by Dheepan G

Information Technology (IT)

Professional Development

Used 1+ times

JavaScript Operators & Expressions – Day 2 Quiz (20 MCQs)
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of 5 + 3 * 2?

16

11

10

13

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for exponentiation in JavaScript?

^

**

exp()

pow()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator checks both value and type equality?

==

!=

===

=

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of 10 % 3?

3

1

0

10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The result of typeof(10 + "5") is:

"number" 

"string" 

"object" 

"undefined"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a += 5 mean?

a = a + 5

a = a - 5

a = 5

a = 5 + 5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a comparison operator?

>=

!=

&&

<

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?