Test operator in the context of Language construct


Test operator in the context of Language construct

Test operator Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Test operator in the context of "Language construct"


⭐ Core Definition: Test operator

In computer science, a relational operator is a programming language construct or operator that defines syntactically a relationship between two entities. These include numerical equality (e.g., 5 = 5) and inequalities (e.g., 4 ≥ 3).

In programming languages that include a distinct boolean data type in their type system, like Pascal, Ada, Python or Java, these operators usually evaluate to true or false, depending on if the conditional relationship between the two operands holds or not.

↓ Menu
HINT:

In this Dossier

Test operator in the context of Sides of an equation

In mathematics, LHS is informal shorthand for the left-hand side of an equation. Similarly, RHS is the right-hand side. The two sides have the same value, expressed differently, since equality is symmetric.

More generally, these terms may apply to an inequation or inequality; the right-hand side is everything on the right side of a test operator in an expression, with LHS defined similarly.

View the full Wikipedia page for Sides of an equation
↑ Return to Menu