FUN

Écrivez votre premier programme avec Java (FUN)

Offered by le cnam,
Écrivez votre premier programme avec Java (FUN)

Le cours est une initiation aux bases de la programmation. Il vise à faire réaliser quelques programmes simples utilisant les instructions de base (if, boucles, tableaux). A travers cette réalisation, le but est de faire comprendre ce qu'est un programme applicatif et par quel processus il est créé. Il s'agit de comprendre ce qui se passe quand on clique sur une icône.

Le cours utilise le langage Java mais sans introduire les concepts de la programmation objet. Il se concentre sur des instructions de base existant sous une forme voisine dans tous les langages courants.

Le cours a une durée de six semaines, chaque semaine étant subdivisée en six séquences d'une dizaine de minutes. Des évaluations intermédiaires sous forme de QCM non notés sont proposées après chaque séquence. Les évaluations notées consistent en un petit programme à écrire par semaine, celui de la dernière semaine comptant davantage. Ces évaluations notées permettent d'obtenir une attestation de suivi avec succès.
Un forum est dédié aux échanges entre apprenants, aux témoignages et aux questions. Le professeur répond régulièrement par web conférence ou annonce sur la plateforme, aux principales interrogations qui ont émergé des discussions du forum.

Plan du cours

Semaine 1 : c'est tout un programme ...
Qu'est-ce qu'un programme ?
Langage source et langage cible.
Structure d'un programme.
Instructions d'entrées-sorties, déclarations, affectation.
Prise en main des outils de développement.

Semaine 2 : avec des si ...
Instruction conditionnelle.
Types et opérations.
Approfondissement sur les variables et l'affectation.

Semaine 3 : ça va durer encore longtemps ?
Boucle for.
Trace d'exécution.
Approfondissement sur l'instruction conditionnelle.
Conditions.

Semaine 4 : on tourne en rond, là.
Boucle while.
Terminaison des boucles.
Introduction à la conception de programmes.

Semaine 5 : vous voyez le tableau.
Tableaux.
Boucles imbriquées.
Entrées-sorties.
Menu.

Semaine 6 : la fin qui n'est qu'un début.
Utilisation de tableaux comme structures de données.
Panorama de ce qui n'est pas couvert par le cours.
Conclusion.

Go to Class
MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Related Courses

Problem Solving Using Computational Thinking (Coursera) Coursera
University of Michigan

Problem Solving Using Computational Thinking (Coursera)

Have you ever heard that computers "think"? Believe it or not, computers really do not think. Instead, they do exactly what we tell them to do. Programming is, "telling the computer what to do and how to do it." Before you can think about programming a computer, you need to work out exactly what it is you want to tell the computer to do. Thinking through problems this way is Computational Thinking. Computational Thinking allows us to take complex problems, understand what the problem is, and develop solutions. We can present these solutions in a way that both computers and people can understand.

Oct 12th 2026
5-12 Weeks
Algorithms, Part II (Coursera) Coursera
Princeton University

Algorithms, Part II (Coursera)

This course covers the essential information that every serious programmer needs to know about algorithms and data structures, with emphasis on applications and scientific performance analysis of Java implementations. Part I covers elementary data structures, sorting, and searching algorithms. Part II focuses on graph- and string-processing algorithms.

Oct 12th 2026
5-12 Weeks
Programmation objet immersive en Pharo / Live Object Programming in Pharo (FUN) FUN
INRIA

Programmation objet immersive en Pharo / Live Object Programming in Pharo (FUN)

Que vous soyez un débutant ou un expert en programmation orientée objet, ce MOOC va changer votre façon de penser objet : venez apprendre ou redécouvrir la programmation objet avec Pharo ! If you are either a beginner or an expert in object-oriented programming, this MOOC will change the way you program with objects: come and learn or rediscover object-oriented programming with Pharo!

No sessions available
5-12 Weeks
Se former pour l’ICN Informatique et Création Numérique (FUN) FUN
INRIA

Se former pour l’ICN Informatique et Création Numérique (FUN)

Un MOOC d’initiation à l'Informatique et à la Création Numérique, pour aider les enseignants de l'option ICN au Lycée et au delà tout citoyen ou citoyenne désirant être éclairé sur ces sujets. Les lycéennes et lycéens de toutes sections commencent à apprendre de l'informatique pour ne plus être de simples consommateurs mais devenir créateurs du numérique : c’est l’enseignement de l'option "Informatique et Création Numérique, I.C.N.", de la seconde à la terminale pour toutes les sections.

No sessions available
2 Weeks
COBOL Programming with VSCode (Coursera) Coursera
IBM

COBOL Programming with VSCode (Coursera)

Professor Tak Auyeung of American River College, said it beautifully, “A programming language is not a fashion statement” it is used for a purpose. Whether it is to add new features, modify logic, create APIs to integrate it into other applications, or implement modern development practices, businesses around the world need application developers who know COBOL.

Oct 12th 2026
3 Weeks
Introduction to Software, Programming, and Databases (Coursera) Coursera
IBM

Introduction to Software, Programming, and Databases (Coursera)

There are many types of software and understanding software can be overwhelming. This course aims to help you understand more about the types of software and how to manage software from an information technology (IT) perspective. This course will help you understand the basics of software, cloud computing, web browsers, development and concepts of software, programming languages, and database basics.

Oct 12th 2026
5-12 Weeks
An Introduction to Interactive Programming in Python (Part 2) (Coursera) Coursera
Rice University

An Introduction to Interactive Programming in Python (Part 2) (Coursera)

This two-part course is designed to help students with very little or no computing background learn the basics of building simple interactive applications. Our language of choice, Python, is an easy-to learn, high-level computer language that is used in many of the computational courses offered on Coursera. To make learning Python easy, we have developed a new browser-based programming environment that makes developing interactive applications in Python simple.

Oct 5th 2026
4 Weeks
Applied Text Mining in Python (Coursera) Coursera
University of Michigan

Applied Text Mining in Python (Coursera)

This course will introduce the learner to text mining and text manipulation basics. The course begins with an understanding of how text is handled by python, the structure of text both to the machine and to humans, and an overview of the nltk framework for manipulating text. The second week focuses on common manipulation needs, including regular expressions (searching for text), cleaning text, and preparing text for use by machine learning processes. The third week will apply basic natural language processing methods to text, and demonstrate how text classification is accomplished. The final week will explore more advanced methods for detecting the topics in documents and grouping them by similarity (topic modelling).

Oct 12th 2026
4 Weeks