JavaScript basics

JavaScript basics

8th Grade

15 Qs

quiz-placeholder

Similar activities

Print, Variables, and Input

Print, Variables, and Input

8th Grade

19 Qs

Recursion Practice, Recursion Practice, Recursion Practice...

Recursion Practice, Recursion Practice, Recursion Practice...

10th Grade - University

10 Qs

Lessons11 - 15 CSA

Lessons11 - 15 CSA

10th - 12th Grade

19 Qs

Spreadsheet Charts & Advanced Functions

Spreadsheet Charts & Advanced Functions

6th - 8th Grade

11 Qs

Unit 2 Test (Functions Python Review)

Unit 2 Test (Functions Python Review)

8th - 12th Grade

11 Qs

Functions and Parameters Quiz

Functions and Parameters Quiz

9th - 12th Grade

15 Qs

CodeHS Functions and Parameters

CodeHS Functions and Parameters

9th - 12th Grade

15 Qs

AP CSA Variables and Operators

AP CSA Variables and Operators

9th - 12th Grade

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