> For the complete documentation index, see [llms.txt](https://learn.kennesaw.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.kennesaw.de/german-2001/kapitel-12/kapitel-12-thema-2.md).

# Kapitel 12, Thema 2

### Exercise 1: Vocabulary Matching

Read the German words and translate each to English aloud.

| German Word                                                                                 | English Word                                      |
| ------------------------------------------------------------------------------------------- | ------------------------------------------------- |
| an•kündigen \[an•kündigte \| angekündigt]                                                   | to announce                                       |
| breit                                                                                       | wide                                              |
| deutlich                                                                                    | clear(ly), distinct(ly), markedly                 |
| direkt                                                                                      | straight, direct(ly). immediate(ly)               |
| die Erde \[Erden]                                                                           | earth                                             |
| fallen \[fällt \| fiel \| ist gefallen]                                                     | to fall, drop                                     |
| die Gefahr \[Gefahren]                                                                      | danger                                            |
| (with Dat. personal pronoun) // gelingen \[gelang \| ist gelungen] es gelang ihr, es zu tun | to succeed // to be successful                    |
| das Gerät \[Geräte]                                                                         | device, appliance                                 |
| die Kontrolle \[Kontrollen]                                                                 | scrutiny, surveillance, control                   |
| der November                                                                                | November                                          |
| das Opfer \[Opfer]                                                                          | victim; sacrifice                                 |
| das Projekt \[Projekte]                                                                     | project                                           |
| schneiden \[schnitt \| geschnitten]                                                         | to cut, slice                                     |
| der Schutz \[rarely plural]                                                                 | protection                                        |
| der Soldat \[Soldaten]                                                                      | (male) soldier                                    |
| die Soldatin \[Soldatinnen]                                                                 | (female) soldier                                  |
| trennen \[trennte \| getrennt]                                                              | to separate, split apart                          |
| ein•setzen \[ein•setzte \| eingesetzt]                                                      | to put in, insert; to deploy, make use of         |
| zumindest                                                                                   | at least; (at the end of a sentence) ..., that is |
| zusätzlich                                                                                  | additional(ly)                                    |

### Exercise 2: Fill in the Blanks

Fill in the blanks with the appropriate German word from the list.

1. Sie \_\_\_\_\_\_\_\_ ihre neue Produktlinie.
2. Die Straße ist sehr \_\_\_\_\_\_\_\_.
3. Die Anweisungen sind \_\_\_\_\_\_\_\_ und leicht zu verstehen.
4. Gehen Sie \_\_\_\_\_\_\_\_ zum Ausgang.
5. Die \_\_\_\_\_\_\_\_ ist unser Zuhause.
6. Die Blätter beginnen im \_\_\_\_\_\_\_\_ zu fallen.
7. Dieses \_\_\_\_\_\_\_\_ ist sehr nützlich in der Küche.
8. Sie hat das Projekt erfolgreich \_\_\_\_\_\_\_\_.
9. Der \_\_\_\_\_\_\_\_ hat tapfer gekämpft.
10. Sie müssen die Daten \_\_\_\_\_\_\_\_ überprüfen.

### Exercise 3: Sentence Translation

Translate the following English sentences into German using the vocabulary provided.

1. They announced their new product line.
2. The road is very wide.
3. The instructions are clear and easy to understand.
4. Go straight to the exit.
5. The earth is our home.

### Exercise 4: Questions and Answers

Formulate questions in German using the vocabulary provided, and then answer them.

`Q: Was haben sie angekündigt?`&#x20;

`A: Sie haben ihre neue Produktlinie angekündigt.`

`Q: Wie breit ist die Straße?`&#x20;

`A: Die Straße ist sehr breit.`

`Q: Sind die Anweisungen deutlich?`&#x20;

`A: Ja, die Anweisungen sind deutlich und leicht zu verstehen.`

`Q: Wohin sollen wir direkt gehen?`&#x20;

`A: Sie sollten direkt zum Ausgang gehen.`

`Q: Was ist unsere Erde?`&#x20;

`A: Die Erde ist unser Zuhause.`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.kennesaw.de/german-2001/kapitel-12/kapitel-12-thema-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
