CS 4.5. (ALEVEL) - Model of Computation Flashcards

(2 cards)

1
Q

Turing Machine

A
  • more powerful than FSM because they can utilise a greater range of languages, and because their tape is infinitely long in one direction
    δ(current state, read) = (new state, write, move)
    e.g. δ (S 0 , □) = (S 1 , 1, R)
  • definition of what is computable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

UTM

A

-capable of representing any FSM
- computes any computable sequence
- Instructions for TM stored on tape
- can be said to act as interpreters
- infinite amount of memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly