JavaScript basics

JavaScript basics

8th Grade

15 Qs

quiz-placeholder

Similar activities

Strings, Lists & Tuples

Strings, Lists & Tuples

9th - 12th Grade

20 Qs

ICT01: Introduction to MATLAB basics

ICT01: Introduction to MATLAB basics

11th - 12th Grade

18 Qs

Grade 12-Python selection&iteration

Grade 12-Python selection&iteration

11th - 12th Grade

15 Qs

C#

C#

11th Grade

10 Qs

Lessons11 - 15 CSA

Lessons11 - 15 CSA

10th - 12th Grade

19 Qs

Python if/else

Python if/else

University

20 Qs

Javascript Operator

Javascript Operator

10th Grade

10 Qs

Arithmetic Types Declare Initialize Relation Logical Ops

Arithmetic Types Declare Initialize Relation Logical Ops

9th Grade - University

16 Qs

JavaScript basics

JavaScript basics

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Raja Meenakshi

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

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


( x==2 || y == 3 )||( x<6 && y<9)

True

False

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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


( x >2 && y ! == 9)&&( x>= 6 && y ==9)

True

False

3.

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

4.

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

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

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

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

4 and 5

3 and 2

3 and 7

1 and 2

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?