# Q01 — Module 1 self-check

Answer five questions. Pass at 4/5; retry without limit. Explanations support learning, not exam security. A passing score does not certify physical testing.

## 1. Which observation distinguishes an agent action from a command printed in chat?

A. The answer uses confident wording.
B. A tool record identifies the executed command and its result.
C. The answer contains a code fence.

<details><summary>Answer and explanation</summary>

Correct: B. Correct: the action record and context support what actually ran.

- A: Confidence supplies no execution evidence.
- C: Code formatting can contain proposed or illustrative text.

</details>

## 2. What does supplying a project note during inference do?

A. It provides current interaction context.
B. It permanently retrains every future session.
C. It guarantees every answer uses the note correctly.

<details><summary>Answer and explanation</summary>

Correct: A. Correct: the note can inform this interaction and still needs verification.

- B: Context input is not the same operation as training parameters.
- C: Relevant context helps but does not guarantee correct interpretation.

</details>

## 3. A model gives a board pin without an exact reference. What next action fits?

A. Ask two models and use the majority.
B. Inspect the exact board variant pinout or schematic.
C. Wire it because the name sounds familiar.

<details><summary>Answer and explanation</summary>

Correct: B. Correct: verify the claim against the applicable primary document.

- A: Agreement does not supply primary evidence.
- C: A familiar family name can hide a consequential variant difference.

</details>

## 4. A synthetic invalid tuple contains 31.0 °C. Which conclusion is supported?

A. The room is hot.
B. The sensor cable is disconnected.
C. The fixture represents invalid input; policy and physical cause need separate evidence.

<details><summary>Answer and explanation</summary>

Correct: C. Correct: preserve validity and distinguish software rules from physical explanations.

- A: The value is authored synthetic input, not a room observation.
- B: A synthetic tuple cannot establish a cable condition.

</details>

## 5. The BenchNote note says invalid→FAULT and leaves recovery unspecified. An answer says “FAULT; recover after three valid samples.” Which review is right?

A. Accept both because the first claim is correct.
B. Keep FAULT; mark the recovery count unsupported.
C. Reject FAULT because a number exists.

<details><summary>Answer and explanation</summary>

Correct: B. Correct: judge claims individually against the supplied note.

- A: Correctness of one claim does not justify an unrelated addition.
- C: The validity rule governs the case; a numeric field does not override it.

</details>
