🐍 RD02 : Algèbre de Boole
📂 Ressources du Chapitre
Accédez ici à l'ensemble des documents de cours et aux outils de révision interactive.
| Support | Description | Corrections |
|---|---|---|
| 📕 Cours | Le support de cours complet en version PDF. | |
| 💡 Synthèse | Fiche récapitulative des concepts clés (HTML). | |
| ✏️ Exercices 01 | Exercices autocorrigés / Généralités | |
| ✏️ Exercices 02 | Exercices autocorrigés / Opérateurs | |
| ✏️ Exercices 03 | Exercices autocorrigés / Avec Python | |
| 📚 Activité pratique | Activité Capytale | Correction |
---
https://logic.modulo-info.ch/?id=nyv9Qa&mode=tryout&data=N4NwXAHANA9gDgFwM5mDATgSwOaYHZgDaADFALQAsAzALoC+UAxjALZwx4Cmeyq+xqBAE84nMAHJ84qOxSEAjMVIAmCgFYaUTABMwxBgEM82gcGGiJR7dNlEqANjVRlAdg1aCC55pgBXBGBUDPjygiJikng2MHKKTlRKmjpgFMF4ymEWkdFyyqQJSbpqDH4IpuYRpTlEasROru7J9nQMAO6Y6JxyJFDymoQU3lCEVFD2NPRAA
:id: nyv9Qa
:height: 330
:mode: tryout
{ // JSON5
v: 8,
opts: {origin: [0, -43]},
components: {
in0: {type: 'in', pos: [100, 245], id: 0},
and0: {type: 'and', pos: [365, 275], in: [1, 2], out: 3},
in1: {type: 'in', pos: [105, 300], id: 4},
in2: {type: 'in', pos: [20, 30], id: 5},
out0: {type: 'out', pos: [505, 275], id: 6},
},
wires: [[0, 1], [4, 2], [3, 6]]
}
🧩 Concepts illustrés