C7. Review

C7. Review

10th Grade

5 Qs

quiz-placeholder

Similar activities

Q3 module-6

Q3 module-6

10th Grade

10 Qs

Apple Swift Playgrounds: Lesson Review: 4 - 6 Vocabulary

Apple Swift Playgrounds: Lesson Review: 4 - 6 Vocabulary

9th - 12th Grade

10 Qs

ICT quiz

ICT quiz

6th - 10th Grade

8 Qs

Grade 10 Python Quiz

Grade 10 Python Quiz

10th Grade

10 Qs

TLE QUIZZIZ 2

TLE QUIZZIZ 2

9th - 12th Grade

10 Qs

JavaScript Operators

JavaScript Operators

9th - 12th Grade

5 Qs

TLE Q3 MODULE 6 QUIZ

TLE Q3 MODULE 6 QUIZ

10th Grade

10 Qs

 Unit 4 Advanced AP CSP

Unit 4 Advanced AP CSP

9th - 12th Grade

10 Qs

C7. Review

C7. Review

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Mark Molina

Used 10+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Returns true if either operands are true.

&&

!

||

===

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Returns true if the operands are equal but of different type or not equal at all.

==

===

!=

!==

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Returns true value if the operands have equal value and equal type.

===

==

!=

!==

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

This operator is used to compare operands and returns a logical value based on whether the comparison is true or false.

Arithmetic Operator

Logical Operator

Comparison Operator

Assignment Operator

String Operator

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

This operator is used to determine the logic between variables or values.

Arithmetic Operator

Comparison Operator

Logical Operator

Assignment Operator

String Operator