JavaScript basics

JavaScript basics

8th Grade

15 Qs

quiz-placeholder

Similar activities

ITIPT01 Quiz No 1

ITIPT01 Quiz No 1

University

20 Qs

Final Review - Unit 2

Final Review - Unit 2

9th - 12th Grade

15 Qs

Python Operators & Expressions

Python Operators & Expressions

8th - 11th Grade

13 Qs

C++

C++

11th Grade

20 Qs

If else

If else

University

15 Qs

JavaScript

JavaScript

3rd Grade - University

20 Qs

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

20 Qs

Python variables and Data types

Python variables and Data types

10th - 12th Grade

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