# Les 1: Wat is een algoritme?

Algoritmes zijn alomtegenwoordig. Of je een zoekterm intypt op Google, belastingaangifte doet of een recept kookt – je krijgt ermee te maken. \
\
Daarom: een stoomcursus algoritmes. (Sanne Blauw)&#x20;

{% embed url="<https://decorrespondent.nl/10306/wat-is-een-algoritme/149980270484-745de161>" %}

*Leestijd: 15m*

De kenmerken van een algortime zijn:

* Verzameling van stappen&#x20;
* Elke stap moet duidelijk zijn
* Volgorde van stappen
* Compleet

Hieronder een voorbeeld van een algoritme van het opladen van je laptop.

![Algoritme gemaakt in draw.io](/files/-MJ6iYznCnePzZlyVlu7)

*Let op: In bovenstaand figuur*

* Duidelijke Start/Stop
* Variabelen
* Keuzes \[Yes/No]
* Iteratie \[Loops]

### Opdracht

Maak van je favoriete gerecht of handelig in draw\.io een algoritme.

{% embed url="<https://draw.io>" %}


---

# Agent Instructions: 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://metis-montessori-lyceum.gitbook.io/informatica/modules/algortime/les-1-wat-is-een-algorime.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.
