module6

module6

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

g17 zamora FITB

g17 zamora FITB

10th Grade

10 Qs

fill in the blank mod 6

fill in the blank mod 6

10th Grade

10 Qs

Pengenalan Javascript

Pengenalan Javascript

10th Grade

15 Qs

Mathematical Operators Python Assessment

Mathematical Operators Python Assessment

9th - 12th Grade

10 Qs

AP Computer Science Principles Unit 4 Review

AP Computer Science Principles Unit 4 Review

9th Grade - University

15 Qs

TLE Q4 M3

TLE Q4 M3

10th Grade

10 Qs

MOD6 ICT

MOD6 ICT

10th Grade

10 Qs

zamora g11

zamora g11

10th Grade

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