Examen 3 Automata Flashcards

1
Q

Is every Turing-recognizable language decidable?

A

False

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

If there exists a language L, for which there exists a Turing Machine T that accepts every word in L and either rejects or loops for every word not in L, what is it called?

A

Recursively enumerable

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

In the context of a Turing machine, which of the following is the transition function?

A

a) δ: Q × Γ → Q × Γ × {L, R}

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

A Turing machine is defined as a 7-tuple. What does Σ represent?

A

c) The input alphabet not containing the blank symbol

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

Which of the following statements is FALSE?

A

b) A language is decidable if and only if it is Turing recognizable

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

In a Turing machine, can the read–write head move only to the right?

A

False

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

Can a problem be solved by an algorithm if and only if it can be solved by a Turing Machine?

A

True

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

In a multi-tape Turing machine, can it be transformed into a single-tape Turing machine?

A

True

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

Which of the following statements is FALSE?

A

a) The special states for rejecting and accepting take effect after reading new symbols in the tape.

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

Do there exist languages that are decidable but not Turing-recognizable?

A

False

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

A nondeterministic Turning machine is a decider, if all branches halt on all inputs

A

True

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

A turning machine have a finite tape to storage symbols

A

False

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

Turing machine(TM) is more powerful than FSM because

A

It has the capability to remember long sequences of input symbols

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

Which of the following is a Turing machine with an attached printer

A

Enumerator

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

A Turing machine is a 7 tuple T = Q , signme , T , S, q, q, ) Where

A

Qrecect E Q is the reject state, where Qreject != Qaccept

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