deterministic
RU: детерминированный
A property of a process whose output is fully determined by its input and starting state: given the same state, it always produces the same result. The fetch-decode-execute cycle is deterministic — an instruction with the same operands and registers always computes the same thing. Determinism is what makes debugging a matter of reasoning rather than luck.