Appunti
Rappresentazione dei numeri reali
Rappresentazione in virgola mobile
- Numeri reali: mantissa e resto pp.94–95 – Prof. Andrea Omicini
- Rappresentazione in floating point nello standard IEEE-754 p.101 (Float IEEE-32 a 4 byte) e p.102 (Double IEEE-64 a 8 byte) – Prof. Andrea Omicini
- Teoria Informazione ITA 15 – numeri reali, formato IEEE 754 – seconda parte (video)
- Teoria Informazione ITA 16 – numeri reali, formato IEEE 754 – terza parte (video)
I linguaggi del Web
HTML
- HTML-1 – Introduzione: struttura pagina, formattazione testo, link, immagini
- HTML-2 – Elenchi
- HTML-3 – Tabelle
- HTML-4 – Link ad indirizzo mail, ancore, creazione dominio, caricamento sito
- Esercizi di HTML
Link utili
- codepen.io
- Brackets
- Learn Web development for beginners – MDN web docs
- Tutorials for beginners, intermedites and advanceds – MDN web docs
- Guida HTML – <html>.it
- HTML5 Tutorial – w3cschools.com
- Guida CSS di base – <html>.it
- Guida JavaScript – <html>.it
Video
Operating System
- Operating Systems: Crash Course Computer Science #18
- Operating Systems 1 – Introduction
- Operating Systems 3 – Process Manager Part 1
- Operating Systems 3 – Process Manager Part 2
- Operating Systems 2 – Memory Manager
- Operating Systems 4 – Device Manager Part 1
- Operating Systems 4 – Device Manager Part 2
- Operating Systems 5 – File Manager