Vous êtes sur la page 1sur 2

Module 3 : Algorithmique et

programmation
Chapitre 1 : Notion d’algorithme
1. Notion d’algorithme :
a. Introduction :
b. Définition :
c. Caractéristiques d’un algorithme :
d. Exemple :
2. Schéma de résolution d’un problème en
informatique :
a) La phase d’analyse.
b) Exemple d’analyse.
3. Structure d’un algorithme.
4.Notion de donnée :
1. Les variables :
a) Définition :
b) Caractéristiques :
c) Syntaxe :
Exemple :
2. Les constantes :
a) Définition :
b) Caractéristiques :
c) Syntaxe :
Exemple :

Chapitre 2 : Instructions de base


I. La lecture
1. Définition :
2. Syntaxe :
Exemple :
II. L’écriture
1. Définition :
2. Syntaxe :
Exemple :
III. L’affectation
1. Définition :
2. Syntaxe :
Exemple :
IV. Opérations arithmétiques

Chapitre 3 : Structure de contrôle de base


1-La structure séquentielle
Exemple
2- La structure Sélective
a) Structure sélective Simple (un choix)
Syntaxe :
Exemple
b) Structure alternative (deux choix)
Syntaxe :
Exemple
c) Structure alternative imbriquée
Syntaxe :
Exemple
d) Structure à choix multiple
Syntaxe :
Exemple

Vous aimerez peut-être aussi