décidable
Décidable, in the context of mathematical logic and computer science, refers to a decision problem for which an algorithm exists that always halts and correctly answers yes or no for every input instance. More formally, a language L over a finite alphabet is decidable if there is a Turing machine that, given any word w, halts and accepts if w∈L and halts and rejects otherwise. Equivalently, L is decidable iff it is a recursive language.
Decidability contrasts with semi-decidability: a language is recursively enumerable if there is a machine that halts
Many standard language classes are decidable: regular languages, deterministic context-free languages, and, in general, most problems
The term décidable is common in French-language texts, while English literature usually uses decidable or decidability;
Note: The decidability status of a problem can be independent of its resource requirements (time or space);