好词典

operands

UK //ˈɒpərændz//US //ˈɑːpərændz//

词源

源自拉丁语'operandum',意为'被操作的事物',由动词'operari'(操作)的现在分词中性形式演变而来。

noun

❶ 操作数,指在数学运算或计算机指令中被操作的对象或数据。例如加法中的两个数字就是操作数。

“In the expression '5 + 3', both 5 and 3 are operands.”

(在表达式'5 + 3'中,5和3都是操作数。)

“The CPU fetches the operands from memory before performing the calculation.”

(CPU在执行计算前会从内存中获取操作数。)

同义词:arguments, inputs, parameters

常见短语

source operand — 源操作数,指在运算中提供数据的操作数,通常不会被运算结果修改。

“The MOV instruction copies the value from the source operand to the destination.”

(MOV指令将值从源操作数复制到目标操作数。)

destination operand — 目标操作数,指运算结果将被存储的位置或操作数。

“In 'A = B + C', A is the destination operand.”

(在'A = B + C'中,A是目标操作数。)