| 1 | # Informatics pedagogy — fundamentals v1 |
| 2 | |
| 3 | **Мир:** `pedagogy.informatics` |
| 4 | **Версия:** v1.0 · 2026-06-06 · **status:** draft |
| 5 | |
| 6 | --- |
| 7 | |
| 8 | ## Scope |
| 9 | |
| 10 | School informatics / CS: practices, concepts, PRIMM programming progression, digital literacy. Out of scope v1: enterprise devops, production security ops as gate. |
| 11 | |
| 12 | --- |
| 13 | |
| 14 | ## North star |
| 15 | |
| 16 | **Computational thinking + PRIMM:** learners **predict, run, investigate, modify, make** — practices over syntax drill alone. |
| 17 | |
| 18 | Evidence: [`kb-pedagogy-informatics-scientific-evidence-v1.md`](kb-pedagogy-informatics-scientific-evidence-v1.md). |
| 19 | |
| 20 | --- |
| 21 | |
| 22 | ## Four pillars (v1) |
| 23 | |
| 24 | | Pillar | Construct | Probe idea | |
| 25 | |--------|-----------|------------| |
| 26 | | I1 | Practices (algorithm, abstraction, etc.) | explain unfamiliar program | |
| 27 | | I2 | Concepts (data, control, systems) | transfer to new language surface | |
| 28 | | I3 | PRIMM progression | predict before run; investigate trace | |
| 29 | | I4 | Create / debugging discipline | modify to spec; test edge | |
| 30 | |
| 31 | --- |
| 32 | |
| 33 | ## School labels (authoring only) |
| 34 | |
| 35 | Алгоритмы, программирование, информационная безопасность basics — **section tags**, not gate oracles. |
| 36 | |
| 37 | --- |
| 38 | |
| 39 | ## Anti-patterns |
| 40 | |
| 41 | - Line-by-line syntax quiz as mastery |
| 42 | - Skip predict/investigate; jump to open coding |
| 43 | - Framework buzzwords without practice assessment |
| 44 | |
| 45 | --- |
| 46 | |
| 47 | ## concept_id prefix (authoring) |
| 48 | |
| 49 | ```text |
| 50 | cs.practice.* |
| 51 | cs.concept.* |
| 52 | cs.primm.* |
| 53 | cs.debug.* |
| 54 | ``` |
| 55 | |
| 56 | |