PGE Topic 3.4 Arithmetic Operators

PGE Topic 3.4 Arithmetic Operators

11th - 12th Grade

38 Qs

quiz-placeholder

Similar activities

EE092206

EE092206

11th - 12th Grade

40 Qs

QuizD

QuizD

9th - 12th Grade

40 Qs

Python L1 Concepts

Python L1 Concepts

1st - 12th Grade

40 Qs

JavaScript

JavaScript

12th Grade

36 Qs

JavaScript Control Flow and Loops.

JavaScript Control Flow and Loops.

10th Grade - University

35 Qs

AP CS A Midterm Review

AP CS A Midterm Review

9th - 12th Grade

37 Qs

KIỂM TRA HỌC KỲ I_1

KIỂM TRA HỌC KỲ I_1

11th Grade

40 Qs

Python Midterm Review

Python Midterm Review

9th - 12th Grade

41 Qs

PGE Topic 3.4 Arithmetic Operators

PGE Topic 3.4 Arithmetic Operators

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

ho mc

Used 31+ times

FREE Resource

38 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

var sum = 9 + 5;

In the JavaScript statement shown, the "+" and "-" are known as

Expressions.

Operators.

Operands.

Variables.

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

var sum = 9 + 5;

In the JavaScript statement shown, the numbers "9 " and "5" are known as

Expressions.

Operators.

Operands.

Variables.

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

var sum = 9 + 5;

In the JavaScript statement shown, "var sum" is known as

Expressions.

Operators.

Operands.

Variables.

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

In JavaScript, the symbols +, –, =, >, and < are known as

Maths

Operands

Operators

Signs

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the final value of x?

var x =10 / 2 + (6+4) * 2 – 5

20

25

30

35

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the output of the following JavaScript expression?

1+2*(4%3)

1

2

3

4

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What will be displayed after executing document.write("4" + "3");?

7

1

43

"43"

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?