I m not at all a specialist so im gonna say how i understand the terms i use even if it's basic for some so we are in the same page.
Notation: let $P$ be a turing machine $P(t)$ is the word writen after $t$ steps. let $M$ be a word $M[n]$ is the nth caractere of the word. Let M be a word then $P_{M}(t)$ is the word after $P$ act on $M$ after $t$ step.
Let $M\in \{0;1\}^\mathbb{N}$, $M$ is said calculable if there exist a turing machine $P$ such that $\forall n, \exists t$ such that $\forall t'>t: P(t')[n] = M[n]$.
Let $M \in \{0;1\}^\mathbb{N}$, $P$ turing machine $M$ is said accepted by $P$ if $\exists t$ such that $\forall t'>t: P_{M}(t')[1] = 1$. $M$ is said rejected by $P$ if $\exists t$ such that $\forall t'>t: P_{M}(t')[1] = 0$.
- Does it exists a turing machine which accept only and all the calculable words ?
- Does it exists a turing machine which reject only and all the non calculable words ?
i dont ask a turing machine doing 1+2 as im fairly sure it doesnt exists and it should not be hard to prove.
edit: i preshot, 1) and 2) are not obviously equivalent as a word can be neither accepted or rejected