JavaScript basics

JavaScript basics

8th Grade

15 Qs

quiz-placeholder

Similar activities

PROGRAMMING IN PYTHON - UNIT II - TEST 2 - MCQS

PROGRAMMING IN PYTHON - UNIT II - TEST 2 - MCQS

University

15 Qs

MID-SEMESTER TEST

MID-SEMESTER TEST

University

20 Qs

DEVHEAT Beta Quiz-2 (18 June Friday)

DEVHEAT Beta Quiz-2 (18 June Friday)

University

10 Qs

Functions Parameters Return

Functions Parameters Return

9th - 12th Grade

20 Qs

quiz_12_11_t3

quiz_12_11_t3

12th Grade

20 Qs

Functions Test

Functions Test

9th - 12th Grade

20 Qs

Comparison Operators Quiz

Comparison Operators Quiz

11th Grade

10 Qs

Idiomatic Python

Idiomatic Python

University

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