AQA A Level · Computer Science 7517

計算模型:練習題

5 條多項選擇題即時批改,另有 5 條文字題附完整解題步驟,全部圍繞「計算模型」。

10 條題目27 免費,無需登記
第 1 題
1

A Turing machine transition function is represented as:
\(\delta(q_1, 0) = (q_2, 1, R)\)
Which of the following best describes the action of the machine when it is in state \(q_1\) and reads a '0' on the tape?

第 2 題
1

A Turing machine transition function is defined as: \(\delta(q_a, 1) = (q_b, 0, L)\). If the tape currently reads ...B 1 1 0 B... and the head is over the second '1' (from the left) in state \(q_a\), what will be the tape content and head position after this single transition?

第 3 題
1

A Turing machine is designed to increment a unary number (represented by a string of 1s). The head starts at the leftmost '1'. Which set of rules would effectively move the head to the right end of the string and append a '1' before halting?

第 4 題
1

Which of the following is a fundamental component of a Turing machine as defined in the AQA specification?

第 5 題
1

Which of the following represents the equivalence between a transition function and a state transition diagram for a Turing machine?

第 6 題
4

A Universal Turing Machine (UTM) is a fundamental model in computation. Explain how the UTM embodies the stored program concept.

先自己寫一次答案,再對照解題步驟。

第 7 題
6

A Turing machine transition function is given as \(\delta: Q \times \Sigma \rightarrow Q \times \Sigma \times \{L, R, S\}\). Explain the significance of the \(Q\) and \(\Sigma\) components in this formal model.

先自己寫一次答案,再對照解題步驟。

第 8 題
2

A Turing machine is defined to have a finite set of states. According to the specification, if a machine enters a state from which there are no outgoing transitions for the current tape symbol, what specific name is given to this type of state?

先自己寫一次答案,再對照解題步驟。

第 9 題
4

A Turing machine is defined by the following transition rules, where 'B' represents a blank space and the tape initially contains the string "11" followed by blanks. The machine starts in state \(S_0\) at the first '1'.

Rule 1: \((S_0, 1) → (S_0, 1, R)\)
Rule 2: \((S_0, B) → (S_1, 0, L)\)
Rule 3: \((S_1, 1) → (S_1, 1, L)\)
Rule 4: \((S_1, B) → (H_a, B, R)\)

Describe the final contents of the tape and the final position of the read-write head when the machine reaches the halting state \(H_a\).

先自己寫一次答案,再對照解題步驟。

第 10 題
6

In the context of A model of computation, the Halting Problem is a significant theoretical limit.

(a) Define what the Halting Problem is.
(b) Explain why the Halting Problem is described as undecidable.
(c) Describe the significance of the Halting Problem for the limits of what a computer can compute.

先自己寫一次答案,再對照解題步驟。

* thinka提供的內容由AI生成,可能並非總是準確或最新。請將其用作輔助資源,並與官方材料進行核實。

你已看過標準答案,接下來輪到批改你的答案。

這一頁可以告訴你好答案的樣子,卻無法指出你的答案欠缺什麼。thinka 按真實評分準則批改你的文字答案,約 15 秒完成。

想多做幾條同類題目?立即開始練習呢個課題,即做即批改。

立即練習