2025-08-04 18:31:39 +02:00
## Cours NSI
2021-10-01 11:22:41 +02:00
2025-08-04 18:31:39 +02:00
### Découpage
2021-10-01 11:22:41 +02:00
< table cellspacing = "0" cellpadding = "0" style = "border-collapse: collapse;margin:auto;" >
< body >
< tr >
2022-03-17 23:00:51 +01:00
< td style = "text-align: center;" > < a title = "Représentation des données : Types et valeurs de base" href = "representation_base" > < img src = './assets/binary.svg' width = "128px" / > < br / > Types et valeurs de base< / a > < / td >
< td style = "border: none;text-align: center;" > < a title = "Représentation des données : Types construits" href = "representation_construits" > < img src = './assets/complex.svg' width = "128px" / > < br / > Types construits< / a > < / td >
2025-08-04 18:31:39 +02:00
< td style = "border: none;text-align: center;" > < a title = "Réseau et Web" href = "reseau" > < img src = './assets/network.svg' width = "128px" / > < br / > Réseau< / a > < / td >
2022-03-17 23:00:51 +01:00
< td style = "border: none;text-align: center;" > < a title = "Architectures matérielles et systèmes d'exploitation" href = "architecture" > < img src = './assets/system.svg' width = "128px" / > < br / > Architectures matérielles et systèmes d'exploitation< / a > < / td >
< td style = "border: none;text-align: center;" > < a title = "Langages et programmation" href = "programmation" > < img src = './assets/python.svg' width = "128px" / > < br / > Langages et programmation< / a > < / td >
2022-03-17 22:54:29 +01:00
< td style = "border: none;text-align: center;" > < a title = "Algorithmique" href = "algorithmes" > < img src = './assets/algorithm.svg' width = "128px" / > < br / > Algorithmique< / a > < / td >
2021-10-01 11:22:41 +02:00
< / tr >
< / body >
< / table >
2021-09-09 00:32:59 +02:00
2025-08-04 18:31:39 +02:00
### Progression
2021-09-09 00:32:59 +02:00
2023-09-06 20:02:30 +02:00
| Séquence | Contenu | Projets associés |
| -------- | ------------------------------------------------------------ | -------------------------- |
| 1 - a | Introduction NSI, Découverte du markdown, jupyter notebook | - |
| 1 - b | Introduction à la programmation et révisions python - variables, instructions conditionnelles, boucles, fonctions | - |
| 2 - a | Numération - Représentation des données : types et valeurs de base | Calculatrice |
| 2 - b | Représentation des données, types construits : listes, tuples, dictionnaires, données en table, structures imbriquées et compréhensions | Projet Pokedex, Zoo |
| 3 - a | Interactions entre l’ homme et la machine sur le Web : html, css, javascript | Projet site web, projet JS |
| 3 - b | Constructions élémentaires, spécifications, mise au point de programmes, utilisation de bibliothèques | Mise au point de fonctions |
| 4 - a | Architecture Informatique : historique de l'informatique, modèle Von Neumann, os... | Linux, M999 |
| 4 - b | Algorithmes : parcours séquentiel d'un tableau, algorithmes de tri, dichotomie... | Problème du crêpier |
| 5 - a | Algorithmes avancés : algorithmes gloutons, knn... | Pokedex avancé, Choipeaux |
| 5 - b | Réseau : tcp / ip, dns... | Projet Filius |
| 6 | Projets finaux | Au choix |
2021-09-09 00:32:59 +02:00
2021-10-01 11:22:41 +02:00
## Sitographie
2021-09-09 00:32:59 +02:00
2021-10-01 11:22:41 +02:00
- [Gitlab de David Landry ](https://gitlab.com/david_landry/nsi )
- [Framagit de Christophe Mieszczak ](https://framagit.org/tofmzk/informatique_git/-/tree/master/premiere_nsi )
- [Site de David Roche ](https://pixees.fr/informatiquelycee/n_site/nsi_prem.html )