C7. Review

C7. Review

10th Grade

5 Qs

quiz-placeholder

Similar activities

Python

Python

8th Grade - Professional Development

10 Qs

TLE Q3 M6

TLE Q3 M6

10th Grade

10 Qs

Python Ch 1

Python Ch 1

5th Grade - University

10 Qs

Perangkat Input Output

Perangkat Input Output

10th - 12th Grade

10 Qs

AP Computer Science Principles - Unit 4: Variables, Conditionals

AP Computer Science Principles - Unit 4: Variables, Conditionals

9th - 12th Grade

10 Qs

Unit 3 Lesson 1 Using Expressions

Unit 3 Lesson 1 Using Expressions

10th Grade

10 Qs

Excel If function WSC 4.2.3

Excel If function WSC 4.2.3

7th Grade - University

10 Qs

G3M6

G3M6

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