This question is motivated from the question $\mathrm{SPACE}(o(\log\log n)) = \mathrm{SPACE}(O(1))$. I am wondering, how is it possible to decide a language without reading the entire input. I have seen the similar situation in space complexity ( L and NL ,where we define new model of computation).
My model of computation is Turing machine (for e.g. see lecture note on Turing machine)
My question : Do we need to read the input completely in Turing machine ?