JavaScript Operator-Math

JavaScript Operator-Math

9th Grade

5 Qs

quiz-placeholder

Similar activities

Quiz 10 Perancangan dan Pemrograman Web 2022-1

Quiz 10 Perancangan dan Pemrograman Web 2022-1

University

10 Qs

Quiz 11 Perancangan dan Pemrograman Web 2023-1

Quiz 11 Perancangan dan Pemrograman Web 2023-1

University

10 Qs

DCIT22-Computer Programming I Online Quiz

DCIT22-Computer Programming I Online Quiz

University

10 Qs

TLEQ3Module 1-5

TLEQ3Module 1-5

10th Grade

10 Qs

operators(part-1_ 26/07)

operators(part-1_ 26/07)

9th Grade

10 Qs

Questions on computer programming (for JavaScript)

Questions on computer programming (for JavaScript)

3rd Grade - University

7 Qs

G3M6

G3M6

10th Grade

10 Qs

gambare

gambare

10th Grade

10 Qs

JavaScript Operator-Math

JavaScript Operator-Math

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Marie Asuncion

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following expression? alert(12 + 6 / 2);

10

14

20

15

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly multiplies x by 4 in JavaScript?

y = x * 4;

x **= 4;

y =* 4;

x + 4 = y;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which arithmetic operator is used to find the remainder of a division operation?

d) -

c) +

b) %

a) *

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the modulo (%) operator return?

The difference of two numbers

The square of a number

The remainder of a division

The sum of two numbers

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for division in JavaScript?

÷

/

//

%