2025-03-22 00:49:46 +01:00

85 lines
5.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Article de NSI</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<article>
<header align="center">
<h1>Numerique et Sciences Informatique</h1>
<img src="Images/logo.png" width="96" height="146">
</header>
<section>
<table>
<tr>
<td rowspan="2">
<h2>Liens </font></h2>
<table>
<tr><td><p>Site ISN du lycée Eiffel</p></td></tr>
<tr><td><a href="http://www.lewebpedagogique.com/isneiffel/" target="_blank">
<img src="Images/logo.png" width="48 " height="74"></a></td></tr>
<tr><td><p>Programme officiel</p></tr></td>
<tr><td><a href="https://cache.media.education.gouv.fr/file/SP1-MEN-22-1-2019/26/8/spe633_annexe_1063268.pdf"
target="_blank"><img src="Images/education.gif" width="93" height="75"></a></td></tr>
<tr><td><p>Les métiers du numérique</p></td></tr>
<tr><td><a href="http://www.onisep.fr/Pres-de-chez-vous/Pays-de-la-Loire/Nantes/Informations-metiers/Decouvrir-les-secteurs-professionnels/Les-metiers-du-numerique"
target="_blank">
<img src="Images/onisep.png" width="75" height="75"></a></td></tr>
<tr><td><p>Site W3schools</p></td></tr>
<tr><td><a href="https://www.w3schools.com/
target="_blank"><img src="Images/w3school.png" width="133 " height="75"></a></td></tr>
<tr><td><p>Livre Python</p></td></tr>
<tr><td><a href="http://http://inforef.be/swi/download/apprendre_python3.pdf"
target="_blank"><img src="Images/Livre_python.png" width="75 " height="78"></a></td></tr>
</table></td></tr>
<tr>
<td>
<h2>Activités proposées</h2>
<p> Les activités proposées en première tourneront autour des thèmes suivants :</p>
<ul>
<li>représentation de linformation : représentation binaire,
numérisation, compression,… ;</li>
<li>algorithmique ;</li>
<li>langages de programmation (langage Python) ;</li>
<li>initiation web (CSS, HTML, Javascript) ;</li>
<li>architectures matérielles des ordinateurs ;</li>
<li>réseaux ;</li>
<li>objets connectés</li></ul>
<table>
<tr>
<td><img src="Images/traitement_info.jpg" width="75 " height="75"></td>
<td><img src="Images/applications.jpg" width="120" height="75"></td>
<td><img src="Images/jeux.jpg" width="134 " height="75"></td>
<td><img src="Images/sites_web.jpg" width="108 " height="75"></td></tr>
<tr>
<td>Traitement de l'information</td>
<td>Applications</td>
<td>Jeux vidéos</td>
<td>Site Web</td></tr></table>
<br>
<hr>
<h2>Poursuites d'études</h2>
<ul>
<li>Ecoles dingénieur Informatique
<li>Licence Informatique</li>
<li>Finance, e-commerce</li>
<li>DUT Informatique, MMI</li>
<li>BTS Informatique, audiovisuel</li></ul></td></tr>
<tr>
<td Colspan="2">
<table>
<tr>
<td><a href="index.html" title="Retour à la page d'accueil">
<img src="Images/retour.jpg" width="50 " height="50"></a></td></tr>
<tr>
<td>Page d'acceuil</td></tr></table></td></tr>
</table>
</section>
<footer align="center">
<a href="index.html" title="Aller à l'acceuil">Acceuil</a>
</footer>
</article>
</body>
</html>