operand

차노·2023년 8월 17일
0

An 'operand' is a term commonly used in computer programming, mathematics, and logic to refer to a value or expression that is manipulated or evaluated by an operator.

컴퓨터 공학, 수학, 로직에서 주로 사용되는 용어인 operand는 연산자에 의해 조작되거나 평가된 값 또는 표현을 나타낸다.

In simple terms, an operand is a variable, constant, or value on which an operation is performed.

간단하게, operand 연산을 수행하는 변수, 상수, 값을 나타낸다.

  • In Arithmetic: In a mathematical operation like addtion ('+'), subtraction('-'), multiplication('*'), or division('/'), the numbers being operated upon are the operands.

    더하기, 빼기, 곱하기, 나누기와 같은 수학적 연산에서, 연산된 숫자를 operands라고 한다.

For example, in the expression '3 + 5', '3' and '5' are operands.

예를 들어, 3 + 5라는 표현식에서, 3과 5는 operands이다.

  • In Logical Operations: In logical operations like AND('&&'), or ('||'), and NOT('!'), the values being evaluated for their truthiness are the operands.

    AND, OR, NOT처럼 로직 연산에서, true로 나오는 값.

For example, in the expression 'x > 0 && y < 10', 'x > 0' and 'y < 10' are operands.

예를 들어, 표현식 'x > 0 && y < 10'에서 'x > 0'과 'y < 10'는 operands이다.

  • In Bitwise Operations: In bitwise opertations like And('&'), OR('l'), XOR('^'), and shift ('<<','>>'), the indivisual bits of binary numbers are the operands.

    그리고, 또는 XOR, shift 연산자에서, 바이너리 숫자의 각각의 비트는 operands이다.

In summary, operands are the values or expressions that are operated upon by operators in various programming, mathematical, and logical contexts.

요약하자면, 다양한 프로그래밍, 수학, 논리 맥락에서 연산자에 의해 연산된 표현 내지 값을 말한다.

I brought it back from chat Gpt by ask these.

0개의 댓글

관련 채용 정보