Computer Science, asked by atulrawat6489, 10 months ago

Define recursively enumerable language, recidable language

Answers

Answered by TonightGamer73
0

Answer:

In mathematics, logic and computer science, a formal language is called recursively enumerable if it is a recursively enumerable subset in the set of all possible words over the alphabet of the language, i.e., if there exists a Turing machine which will enumerate all valid strings of the language.

decidable language. (definition) Definition: A language for which membership can be decided by an algorithm that halts on all inputs in a finite number of steps --- equivalently, can be recognized by a Turing machine that halts for all inputs. Also known as recursive language, totally decidable language.

Answered by Anonymous
0

Answer:

A recursively enumerable language is a formal language for which there exists a Turing machine (or other computable function) that will halt and accept when presented with any string in the language as input but may either halt and reject or loop forever when presented with a string not in the language.......

Similar questions