Relational Comparison Operators

Relational Comparison Operators

University

5 Qs

quiz-placeholder

Similar activities

OOP_Viva_P1_B13A_Mar02

OOP_Viva_P1_B13A_Mar02

University

7 Qs

C Programming Basics - 003

C Programming Basics - 003

University

10 Qs

CPE 2B

CPE 2B

University

10 Qs

Data Structure#1

Data Structure#1

University

10 Qs

หน่วยการเรียนรู้ เรื่อง ต้นไม้ (Tree)

หน่วยการเรียนรู้ เรื่อง ต้นไม้ (Tree)

University

10 Qs

Java operators

Java operators

University

8 Qs

ppl

ppl

University

10 Qs

CSF 3.4 Mathematical Operators

CSF 3.4 Mathematical Operators

9th Grade - University

10 Qs

Relational Comparison Operators

Relational Comparison Operators

Assessment

Quiz

Computers

University

Hard

Created by

nehz coder

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Type of operator used to compare and determine the relationship between the operand values

Logic Operators

Assignment Operators

Relational Operators

Boolean Operators

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Relational Operators are also known as?

Comparison Operators

Operand Value

Rational Operator

Equality Operator

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

. What kind of value is expected as the result of these operators?

Boolean Value

B) String Value

Equality Value

Logic Value

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts


Which type of programming mentioned a while ago is known for being a tricky language?

C++

Python

PHP

JavaScript

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What will be the output of this code: let age = 25; let name = "25"; console.log(age === name);

No result

Error

False

True