module6

module6

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Bagels deduction game - Quiz!

Bagels deduction game - Quiz!

5th - 9th Grade

8 Qs

Operators in Python

Operators in Python

11th Grade

10 Qs

TLEQ3W6 QUIZ

TLEQ3W6 QUIZ

10th Grade

10 Qs

PYTHON PROGRAMMING FUNDAMENTALS

PYTHON PROGRAMMING FUNDAMENTALS

11th Grade

15 Qs

Internet Research

Internet Research

8th - 9th Grade

15 Qs

MOD 6 Q3

MOD 6 Q3

10th Grade

10 Qs

MODULE 6

MODULE 6

10th Grade

10 Qs

Javascript Pretest

Javascript Pretest

10th Grade

15 Qs

module6

module6

Assessment

Quiz

Other

9th - 12th Grade

Hard

Created by

Alliana Guzman

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

5 sec • 1 pt

_____ operator (=) assigns a value to a variable.

2.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

The multiplication operator ____ multiplies numbers.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The addition assignment operator ____ adds a value to a variable.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Adding two numbers, will return the sum, but adding a number and a string will

return a string.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

_______________ this operators can also can be used to add strings.

Example:

var txt1 = "Rose";

var txt2 = "Dee";

var txt3 = txt1 + " " + txt2;

The result of txt3 will be: Rose Dee

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

_____ work on 32 bits numbers. Any numeric operand in the operation is

converted into a 32 bit number. The result is converted back to a JavaScript number.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

This ____ multplies numbers.

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?