Relational Comparison Operators

Relational Comparison Operators

University

5 Qs

quiz-placeholder

Similar activities

Unit -1 Assignment -2

Unit -1 Assignment -2

University

10 Qs

C# Basics

C# Basics

12th Grade - Professional Development

10 Qs

Boolean Exression

Boolean Exression

University

10 Qs

BINARY BRAINS

BINARY BRAINS

University

10 Qs

OPERATORS

OPERATORS

University

10 Qs

Arsitektur Komputer Pertemuan 11

Arsitektur Komputer Pertemuan 11

University

10 Qs

AWD Quiz #2

AWD Quiz #2

University

10 Qs

OPERATOR & EXPRESSION

OPERATOR & EXPRESSION

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