C7. Review

C7. Review

10th Grade

5 Qs

quiz-placeholder

Similar activities

PYTHON JUNIOR QUIZ-3

PYTHON JUNIOR QUIZ-3

KG - Professional Development

10 Qs

String Handling in Java

String Handling in Java

10th Grade

8 Qs

Latihan ICT Part 2

Latihan ICT Part 2

10th Grade

10 Qs

Basic Programming Terminology Quiz

Basic Programming Terminology Quiz

10th Grade

10 Qs

TLE Q3 M6

TLE Q3 M6

10th Grade

10 Qs

tle QUIZ

tle QUIZ

10th Grade

10 Qs

Programming Quiz

Programming Quiz

9th - 12th Grade

10 Qs

Python Basics

Python Basics

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