Learn JavaScript from Scratch JavaScript for Everyone - JavaScript Operators

Learn JavaScript from Scratch JavaScript for Everyone - JavaScript Operators

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial introduces operators in programming, focusing on assignment, basic math operators (addition, subtraction, multiplication, division), and advanced operators like exponents and modulus. It also covers increment and decrement operations. The tutorial concludes with a brief mention of data structures, setting the stage for the next lesson.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of an assignment operator in programming?

To assign a value to a variable

To compare two values

To declare a new variable

To perform arithmetic operations

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator would you use to add two numbers together?

Multiplication operator

Subtraction operator

Addition operator

Division operator

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 23 - 12?

23

35

11

12

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Exponent operator

Modulus operator

Division operator

Subtraction operator

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 3 to the power of 3?

81

27

9

6

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the increment operator do to a variable?

Multiplies its value by two

Increases its value by one

Decreases its value by one

Divides its value by two

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a basic arithmetic operator?

Division

Subtraction

Exponent

Addition