C7. Review

C7. Review

10th Grade

5 Qs

quiz-placeholder

Similar activities

Excel If function WSC 4.2.3

Excel If function WSC 4.2.3

7th Grade - University

10 Qs

AP Computer Science Principles - Unit 4: Variables, Conditionals

AP Computer Science Principles - Unit 4: Variables, Conditionals

9th - 12th Grade

10 Qs

Apple Swift Playgrounds: Lesson Review: 4 - 6 Vocabulary

Apple Swift Playgrounds: Lesson Review: 4 - 6 Vocabulary

9th - 12th Grade

10 Qs

Unit 3 Lesson 1 Using Expressions

Unit 3 Lesson 1 Using Expressions

10th Grade

10 Qs

Grade 10 Python Quiz

Grade 10 Python Quiz

10th Grade

10 Qs

TLE QUIZZIZ 2

TLE QUIZZIZ 2

9th - 12th Grade

10 Qs

G3M6

G3M6

10th Grade

10 Qs

JavaScript Operators

JavaScript Operators

9th - 12th Grade

5 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