Javascript Operator

Javascript Operator

10th Grade

10 Qs

quiz-placeholder

Similar activities

CS Academy Unit 3 Review

CS Academy Unit 3 Review

9th - 11th Grade

10 Qs

Truth Tables

Truth Tables

9th - 12th Grade

10 Qs

AP Computer Science A Review 1

AP Computer Science A Review 1

10th - 12th Grade

15 Qs

2D Arrays

2D Arrays

9th - 12th Grade

15 Qs

Solving Systems of Linear Inequalities

Solving Systems of Linear Inequalities

9th - 12th Grade

13 Qs

Snap test - 04(X)

Snap test - 04(X)

10th Grade

12 Qs

AP CS A Unit 3 Test PRACTICE

AP CS A Unit 3 Test PRACTICE

9th - 12th Grade

10 Qs

Logic Circuits Equation

Logic Circuits Equation

9th - 12th Grade

15 Qs

Javascript Operator

Javascript Operator

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Ronnalyn Bacodio

Used 159+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Determine what x would be when assignment operators are used given that  ×=6\times=6   y=12y=12   z=18z=18  
x−=3

x%=4

4 and 5

3 and 2

3 and 7

1 and 2

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Perform the operation on operands of different data types given that:

a = 4 , b = happy , c= people, d = 9 , e = memories


Solve : a - d

13

5

8

9

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Perform the operation on operands of different data types given that a = 4 , b = happy , c= people, d = 9 , e = memories


Solve: b + c

happy people

people happy

happy memories

happy plus

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Determine what result each expression yields if it is True or False. Given that x= 8 and y= 16.


(x!== 9 && y===16 ) || ( x>10 || y!=16)

False

True

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Determine what result each expression yields if it is True or False. Given that x= 8 and y= 16.


( x === 8 || y > 5) && ( x! == 7 && y > "11")

True

False

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Determine what result each expression yields if it is True or False. Given that x= 8 and y= 16.


( x > "4" || y<=10) || x === 8|| y>15)

True

False

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Determine what result each expression yields if it is True or False. Given that x= 8 and y= 16.


( x > 3 && y ! == 7)&&( x>= 6 && y == 16)

True

False

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?