1.
operator (math/logic/programming)
A symbol or keyword that represents an operation on one or more values, such as + and - in arithmetic, AND/OR in logic, or = and == in programming languages.
「+」は足し算の演算子だ。
"+" is the operator for addition.
比較演算子を使って二つの値を比べる。
Use comparison operators to compare two values.
論理演算子のANDとORは、複数の条件を組み合わせるときに使われる。
The logical operators AND and OR are used when combining multiple conditions.
Compound of 演算 (calculation, operation) and 子 (element, unit). Used in mathematics, logic, and especially computer programming. The matching word for the values that operators act on is 被演算子 (operand) or オペランド.
COMMON COLLOCATIONS:
- 算術演算子: arithmetic operator (+, -, *, /)
- 比較演算子: comparison operator (==, <, >)
- 論理演算子: logical operator (AND, OR, NOT)
- 代入演算子: assignment operator (=)
RELATED TERMS:
- 被演算子 / オペランド: operand — the value(s) an operator acts on
- 演算: operation; calculation — the act the operator performs
- 関数: function — a broader abstraction used for reusable operations in programming