module6

module6

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

TRAVEL SMART BASIC SURVEY

TRAVEL SMART BASIC SURVEY

1st Grade - Professional Development

6 Qs

BTEC T&T L3 Trade Associations, GD and RB

BTEC T&T L3 Trade Associations, GD and RB

11th Grade - University

15 Qs

Q3 MUSIC - Instrumental Music of Romantic PeriOD

Q3 MUSIC - Instrumental Music of Romantic PeriOD

9th Grade

15 Qs

TLEQ3W6 QUIZ

TLEQ3W6 QUIZ

10th Grade

10 Qs

MOD 6 Q3

MOD 6 Q3

10th Grade

10 Qs

MODULE 6

MODULE 6

10th Grade

10 Qs

Introduction to Galileo

Introduction to Galileo

9th - 12th Grade

7 Qs

Bagels deduction game - Quiz!

Bagels deduction game - Quiz!

5th - 9th Grade

8 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?