noun
addition without carry
Computing term for addition where carries are ignored, used in bitwise operations and certain algorithms.
桁上げなし加算は、排他的論理和と同じ結果になる。
Addition without carry gives the same result as exclusive OR.
Exclusive OR (XOR) is a bitwise operation that produces the same result as addition without carry for single bits.
Compound of 桁上げ (carry) + なし (without) + 加算 (addition). A technical term formed from standard Japanese components.