Update home authored by Giraldeau, Francis's avatar Giraldeau, Francis
...@@ -16,14 +16,12 @@ Semaine 1 ...@@ -16,14 +16,12 @@ Semaine 1
</td> </td>
<td> <td>
* Présentation du cours
* 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
* Livre CS: 1-12, 26-27, 50-55 * Livre CS: 1-12, 26-27, 50-55
* 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
* Lab 1: prise en main
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -38,6 +36,8 @@ Semaine 2 ...@@ -38,6 +36,8 @@ Semaine 2
* 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, %, ||, &&, !, !=, \<=, \>=, ++
* Livre CS: 12-29, 59-61 * Livre CS: 12-29, 59-61
* Présentation TP1
* Lab 2:
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -66,6 +66,7 @@ Semaine 4 ...@@ -66,6 +66,7 @@ Semaine 4
* 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
* Livre CS: 65-80, 90-100, 126-136, 198-201 * Livre CS: 65-80, 90-100, 126-136, 198-201
* Remise TP1, présentation TP2
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -92,6 +93,7 @@ Semaine 6 ...@@ -92,6 +93,7 @@ Semaine 6
<td> <td>
* Évaluation d'expression complexes, priorité des opérateurs, court-circuit, conversion de types, simplification d'expression * Évaluation d'expression complexes, priorité des opérateurs, court-circuit, conversion de types, simplification d'expression
* Remise TP2, présentation TP3
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -126,6 +128,7 @@ Semaine 9 ...@@ -126,6 +128,7 @@ Semaine 9
* Objets (base): classe et instances, champs, constructeur * Objets (base): classe et instances, champs, constructeur
* Mots clés: new, this, private, public * Mots clés: new, this, private, public
* Remise TP3, présentation TP4
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -163,6 +166,7 @@ Semaine 12 ...@@ -163,6 +166,7 @@ Semaine 12
* Gestion d'erreurs, exceptions * Gestion d'erreurs, exceptions
* Mots clés: try/catch/finally * Mots clés: try/catch/finally
* Remise TP4, présentation TP5
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -192,6 +196,7 @@ Semaine 14 ...@@ -192,6 +196,7 @@ Semaine 14
<td> <td>
* Préparation à l'examen final, révision, exercices * Préparation à l'examen final, révision, exercices
* Remise TP5
</td> </td>
</tr> </tr>
<tr> <tr>
... ...
......