Files
TermNSI/README.md
2026-01-09 16:35:08 +01:00

77 lines
4.1 KiB
Markdown

# NSI Terminale - Lycée Charlotte Perriand
[![Licence CC BY 4.0](https://img.shields.io/badge/Licence-CC%20BY%204.0-blue.svg)](LICENSE)
[![Jupyter Notebook](https://img.shields.io/badge/Jupyter-Notebook-orange.svg)](https://jupyter.org/)
Cours de **Numérique et Sciences Informatiques** pour les élèves de Terminale.
## Ouvrir les notebooks
Les fichiers `.ipynb` peuvent être ouverts avec :
| Outil | Installation |
|-------|--------------|
| **[Basthon](https://basthon.fr)** | En ligne, sans installation |
| **Jupyter Notebook** | `pip install notebook` puis `jupyter notebook` |
| **VS Code** | Extension Python |
## Chapitres
<table cellspacing="0" cellpadding="0" style="border-collapse: collapse; margin:auto;">
<tr>
<td style="text-align: center; padding: 10px;"><a title="Modularité" href="Modularité/"><img src='assets/modular.svg' width="80px"/><br/><b>Modularité</b></a></td>
<td style="text-align: center; padding: 10px;"><a title="Récursivité" href="Recursivité/"><img src='assets/recursivite.svg' width="80px"/><br/><b>Récursivité</b></a></td>
<td style="text-align: center; padding: 10px;"><a title="POO" href="POO"><img src='assets/poo.svg' width="80px"/><br/><b>POO</b></a></td>
<td style="text-align: center; padding: 10px;"><a title="Pile et File" href="Pile_File/"><img src='assets/pile_file.svg' width="80px"/><br/><b>Pile & File</b></a></td>
<td style="text-align: center; padding: 10px;"><a title="Arbres" href="Arbres/"><img src='assets/arbre.svg' width="80px"/><br/><b>Arbres</b></a></td>
<td style="text-align: center; padding: 10px;"><a title="Graphes" href="Graphes/"><img src='assets/graphe.svg' width="80px"/><br/><b>Graphes</b></a></td>
</tr>
<tr>
<td style="text-align: center; padding: 10px;"><a title="Bases de données" href="BDD_SGBD"><img src='assets/bdd.svg' width="80px"/><br/><b>BDD</b></a></td>
<td style="text-align: center; padding: 10px;"><a title="SQL" href="SQL"><img src='assets/sgbd.svg' width="80px"/><br/><b>SQL</b></a></td>
<td style="text-align: center; padding: 10px;"><a title="Routage" href="Routage"><img src='assets/routage.svg' width="80px"/><br/><b>Routage</b></a></td>
<td style="text-align: center; padding: 10px;"><a title="Calculabilité" href="Calculabilité"><img src='assets/calculabilite.svg' width="80px"/><br/><b>Calculabilité</b></a></td>
<td style="text-align: center; padding: 10px;"><a title="Recherche textuelle" href="Recherche_textuelle"><img src='assets/recherche.svg' width="80px"/><br/><b>Recherche textuelle</b></a></td>
<td style="text-align: center; padding: 10px;"><a title="Paradigmes" href="Paradigmes"><img src='assets/paradigme.svg' width="80px"/><br/><b>Paradigmes</b></a></td>
</tr>
</table>
## Progression annuelle
| Séquence | Contenu | Projet |
|:--------:|---------|--------|
| **1a** | Modularité : bibliothèques, debug, mise au point | - |
| **1b** | Récursivité : programmation récursive, diviser pour régner, tri fusion | - |
| **2a** | POO : classes, méthodes, attributs | - |
| **2b** | Structures Pile & File : FIFO, LIFO | - |
| **3a** | Arbres : arbres binaires, POO, parcours | - |
| **3b** | Graphes : vocabulaire, représentation, parcours | - |
| **4a** | Bases de données : modèle relationnel, vocabulaire | - |
| **4b** | SGBD : SQL, requêtes | - |
| **5a** | Routage : tables, protocoles, algorithmes | - |
| **5b** | Sécurisation : chiffrement symétrique/asymétrique, HTTPS | - |
| **6a** | Gestion des processus | - |
| **6b** | Calculabilité : décidabilité, problèmes | - |
| **6c** | Systèmes sur puce | - |
| **7a** | Paradigmes de programmation | - |
| **7b** | Recherche textuelle : Boyer-Moore | - |
## Ressources
- 📄 [Programme officiel NSI Terminale](programme_terminale.pdf)
### Sitographie
- [Gitlab de David Landry](https://gitlab.com/david_landry/nsi)
- [Framagit de Christophe Mieszczak](https://framagit.org/tofmzk/informatique_git/-/tree/master/terminale_nsi)
- [Site de David Roche](https://pixees.fr/informatiquelycee/n_site/nsi_term.html)
## Licence
Ce cours est sous licence [Creative Commons BY 4.0](LICENCE.md).
Vous pouvez le réutiliser et le modifier librement en citant l'auteur.
---
*Florian Mathieu - Lycée Charlotte Perriand*