Update home authored by Giraldeau, Francis's avatar Giraldeau, Francis
...@@ -20,7 +20,7 @@ Semaine 1 ...@@ -20,7 +20,7 @@ Semaine 1
* Syntaxe de base, entiers, bloc, condition, répétition * Syntaxe de base, entiers, bloc, condition, répétition
* Mots clés: int, boolean, =, ==, \<, +, -, \*, /, if, while * Mots clés: int, boolean, =, ==, \<, +, -, \*, /, if, while
* Multiplication par addition successive * Multiplication par addition successive
* Lecture CS: 1-12, 26-27, 50-55 * Livre CS: 1-12, 26-27, 50-55
* Tâche: installation de IntelliJ IDEA sur votre ordinateur * Tâche: installation de IntelliJ IDEA sur votre ordinateur
* Capsule Fonctionnement d'un ordinateur * Capsule Fonctionnement d'un ordinateur
* Capsule Environnement de développement * Capsule Environnement de développement
...@@ -32,7 +32,7 @@ Semaine 1 ...@@ -32,7 +32,7 @@ Semaine 1
* Procédure, chaine (base), concaténation, logique booléenne, traces * Procédure, chaine (base), concaténation, logique booléenne, traces
* Mots clés: String, else, for, %, ||, &&, !, !=, \<=, \>=, ++ * Mots clés: String, else, for, %, ||, &&, !, !=, \<=, \>=, ++
* Lecture CS: 12-29, 59-61 * Livre CS: 12-29, 59-61
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -41,7 +41,7 @@ Semaine 1 ...@@ -41,7 +41,7 @@ Semaine 1
* Point flottant, fonctions (base), blocs imbriqués, portée des variables, initialisation * Point flottant, fonctions (base), blocs imbriqués, portée des variables, initialisation
* Mots clés: static, void, float, double, do/while, switch/case * Mots clés: static, void, float, double, do/while, switch/case
* Lectures CS: 29-36, 62-65, 191-197 * Livre CS: 29-36, 62-65, 191-197
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -50,7 +50,7 @@ Semaine 1 ...@@ -50,7 +50,7 @@ Semaine 1
* Fonctions (suite), entrée-sorties (base), tableaux, constantes * Fonctions (suite), entrée-sorties (base), tableaux, constantes
* Mots clés: new, \[\], Math, Clavier, final * Mots clés: new, \[\], Math, Clavier, final
* Lectures CS: 65-80, 90-100, 126-136, 198-201 * Livre CS: 65-80, 90-100, 126-136, 198-201
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -59,6 +59,7 @@ Semaine 1 ...@@ -59,6 +59,7 @@ Semaine 1
* Traitement des chaînes de caractères, fichiers textes (base) * Traitement des chaînes de caractères, fichiers textes (base)
* Mots clés: byte, short, char, API String * Mots clés: byte, short, char, API String
* Livre CS: 32-35
</td> </td>
</tr> </tr>
<tr> <tr>
... ...
......