|
| 1 | +<!doctype html> |
| 2 | +<html lang="es"> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <title>Sistemas Operativos 2025</title> |
| 6 | + <meta name="description" content="Introducción a la Cátedra Sistemas Operativos"> |
| 7 | + <meta name="author" content="Gabriel Arellano"> |
| 8 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.6.0/reveal.css"> |
| 9 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.6.0/theme/black.css" id="theme"> |
| 10 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reveal.js-plugins@4.2.5/chalkboard/style.css"> |
| 11 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reveal.js-plugins@4.2.5/customcontrols/style.css"> |
| 12 | + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> |
| 13 | +</head> |
| 14 | + |
| 15 | +<body> |
| 16 | +<!-- Wrap the entire slide show in a div using the "reveal" class. --> |
| 17 | +<div class="reveal"> |
| 18 | + <!-- Wrap all slides in a single "slides" class --> |
| 19 | + <div class="slides"> |
| 20 | + <!-- ALL SLIDES GO HERE --> |
| 21 | + <!-- Each section element contains an individual slide --> |
| 22 | + <section> |
| 23 | + <h2>Sistemas Operativos</h2> |
| 24 | + <h3>F.R.C.U. - U.T.N.</h3> |
| 25 | + </section> |
| 26 | + |
| 27 | + <section> |
| 28 | + <section> |
| 29 | + <h2>Datos de la cátedra</h2> |
| 30 | + <br/> |
| 31 | + <ul class="fragment fade-in" style="list-style-type: none;"> |
| 32 | + <li><strong>Nombre:</strong> Sistemas Operativos.</li> |
| 33 | + <li><strong>Código:</strong>K2327A</li> |
| 34 | + <li><strong>Área:</strong> Computación y Comunicación de Datos.</li> |
| 35 | + <li><strong>Régimen de Dictado:</strong> Cuatrimestral.</li> |
| 36 | + <li><strong>Carga Horaria Semanal:</strong> 8 horas (cátedra).</li> |
| 37 | + <li><strong>Carga Horaria Total:</strong> 128 horas (cátedra).</li> |
| 38 | + </ul> |
| 39 | + </section> |
| 40 | + <section> |
| 41 | + <h2>Mecanismos de Contacto</h2> |
| 42 | + <br/> |
| 43 | + <ul style="list-style-type: none;"> |
| 44 | + <li class="fragment fade-in"><strong>Página Web: </strong> |
| 45 | + <a href="https://sofrcu.github.io/">https://sofrcu.github.io/</a></li> |
| 46 | + <li class="fragment fade-in"><strong>Google Classroom</strong></li> |
| 47 | + <li class="fragment fade-in"><strong>E-mail de los docentes.</strong></li> |
| 48 | + </ul> |
| 49 | + </section> |
| 50 | + <section> |
| 51 | + <h2>Docentes</h2> |
| 52 | + <br/> |
| 53 | + <div class="fragment fade-in"> |
| 54 | + <h3>Ing. Gabriel Arellano</h3> |
| 55 | + <p>Profesor Adjunto Interino<br/> |
| 56 | + arellanog[arroba]frcu.utn.edu.ar</p> |
| 57 | + </div> |
| 58 | + <div class="fragment fade-in"> |
| 59 | + <h3>Ing. Emilio Farabello</h3> |
| 60 | + <p>Jefe de TP Interino<br/> |
| 61 | + farabelloe[arroba]frcu.utn.edu.ar</p> |
| 62 | + </div> |
| 63 | + </section> |
| 64 | + <section> |
| 65 | + <h2>Horarios de Cursada</h2> |
| 66 | + <div class="fragment fade-in"> |
| 67 | + <ul style="list-style-type: none;"> |
| 68 | + <li>Lunes de 18:15 a 20:30</li> |
| 69 | + <li>Jueves de 19:45 a 23:55</li> |
| 70 | + </ul> |
| 71 | + </div> |
| 72 | + <br/> |
| 73 | + <h2 class="fragment fade-in">Horarios de Consulta</h2> |
| 74 | + <div class="fragment fade-in"> |
| 75 | + <ul style="list-style-type: none;"> |
| 76 | + <li>Coordinar por mail videoconferencias de consulta</li> |
| 77 | + </ul> |
| 78 | + </div> |
| 79 | + </section> |
| 80 | + </section> |
| 81 | + <section> |
| 82 | + <section> |
| 83 | + <h2>Objetivos</h2> |
| 84 | + <blockquote class="fragment fade-in"> |
| 85 | + Preparar al alumno para diseñar sistemas de información teniendo en cuenta los servicios que brindan |
| 86 | + los sistemas operativos de propósito general. |
| 87 | + </blockquote> |
| 88 | + </section> |
| 89 | + <section> |
| 90 | + <h2>Programa Sintético</h2> |
| 91 | + <blockquote class="fragment fade-in"> |
| 92 | + Generalidades de Sistemas Operativos: Objetivos, Principios de Diseño, Componentes y Arquitectura. |
| 93 | + Servicios prestados por los Sistemas Operativos. Sistemas Operativos de Propósito Específico. |
| 94 | + Estudio Comparativo de Sistemas Operativos. |
| 95 | + </blockquote> |
| 96 | + </section> |
| 97 | + <section> |
| 98 | + <h2>Programa Analítico</h2> |
| 99 | + <ul style="list-style-type: none;"> |
| 100 | + <li class="fragment fade-in">Introducción a los Sistemas Operativos</li> |
| 101 | + <li class="fragment fade-in">Sistemas Operativos Monoproceso</li> |
| 102 | + <li class="fragment fade-in">Sistemas Operativos Multitarea de Usuario Único</li> |
| 103 | + <li class="fragment fade-in">Sistemas Operativos Multitarea y Multiusuario</li> |
| 104 | + <li class="fragment fade-in">Sistemas Operativos de Propósito Específico</li> |
| 105 | + </ul> |
| 106 | + </section> |
| 107 | + <section> |
| 108 | + <h2>Evaluación</h2> |
| 109 | + <br/> |
| 110 | + <div class="fragment fade-in"> |
| 111 | + <p class="fragment highlight-red">Conceptual y Objetiva</p> |
| 112 | + <p class="fragment highlight-blue">Teoría, Práctica y Actividades aúlicas</p> |
| 113 | + <p class="fragment highlight-green">Parciales, Recuperatorios, Trabajos Prácticos</p> |
| 114 | + </div> |
| 115 | + </section> |
| 116 | + <section> |
| 117 | + <h2>Evaluación</h2> |
| 118 | + <br/> |
| 119 | + <div class="fragment fade-in"> |
| 120 | + <p class="fragment highlight-red">1er. Parcial: 25/09/2024</p> |
| 121 | + <p class="fragment highlight-red">2do. Parcial: 20/11/2024</p> |
| 122 | + <p class="fragment highlight-red">Recuperatorios: 04/12/2024</p> |
| 123 | + </div> |
| 124 | + </section> |
| 125 | + <section> |
| 126 | + <h2>Recursos didácticos</h2> |
| 127 | + <br/> |
| 128 | + <ul style="list-style-type: none;"> |
| 129 | + <li class="fragment fade-in"><strong>Lista de lecturas.</strong></li> |
| 130 | + <li class="fragment fade-in"><strong>Presentaciones.</strong></li> |
| 131 | + <li class="fragment fade-in"><strong>Guías de Laboratorio.</strong></li> |
| 132 | + <li class="fragment fade-in"><strong>Máquinas Virtuales y Emuladores.</strong></li> |
| 133 | + <li class="fragment fade-in"><strong>Animaciones y Simuladores.</strong></li> |
| 134 | + <li class="fragment fade-in"><strong>Películas y Documentales.</strong></li> |
| 135 | + </ul> |
| 136 | + </section> |
| 137 | + </section> |
| 138 | + <section> |
| 139 | + <section> |
| 140 | + <h2>Libros de Cabecera</h2> |
| 141 | + <img src="img/portada-ssoo-ueee-elmasri.jpg" alt="Portada" style="float: left; width: 300px;"/> |
| 142 | + <br/> |
| 143 | + <h3>Sistemas Operativos: Un enfoque en espiral</h3> |
| 144 | + <ul style="list-style-type: none;"> |
| 145 | + <li><strong>Autor:</strong> Rames Elmasri y otros.</li> |
| 146 | + <li><strong>Editorial:</strong> McGraw-Hill.</li> |
| 147 | + <li><strong>Edición:</strong> 1era. Edición (2010).</li> |
| 148 | + <li><strong>ISBN:</strong> 978-607-15-0309-1.</li> |
| 149 | + </ul> |
| 150 | + </section> |
| 151 | + <section> |
| 152 | + <h2>Libros de Cabecera</h2> |
| 153 | + <img src="img/portada-ssoo-va-carretero.jpg" alt="Portada" style="float: left; width: 300px;"/> |
| 154 | + <br/> |
| 155 | + <h3>Sistemas Operativos: Una visión Aplicada</h3> |
| 156 | + <ul style="list-style-type: none;"> |
| 157 | + <li><strong>Autor:</strong> Jesús Carretero y otros.</li> |
| 158 | + <li><strong>Editorial:</strong> McGraw-Hill.</li> |
| 159 | + <li><strong>Edición:</strong> 1era. Edición (2001).</li> |
| 160 | + <li><strong>ISBN:</strong> 84-481-3001-4.</li> |
| 161 | + </ul> |
| 162 | + </section> |
| 163 | + <section> |
| 164 | + <h2>Otros Libros</h2> |
| 165 | + <img src="img/portada-ssoo-silva-1ra-ed.jpg" alt="Portada" style="float: left; width: 300px;"/> |
| 166 | + <br/> |
| 167 | + <h3>Sistemas Operativos</h3> |
| 168 | + <ul style="list-style-type: none;"> |
| 169 | + <li><strong>Autor:</strong> Silva, Martín.</li> |
| 170 | + <li><strong>Editorial:</strong> Alfaomega.</li> |
| 171 | + <li><strong>Edición:</strong> 1ra. Edición (2015).</li> |
| 172 | + <li><strong>ISBN: 978-607-62-2577-6</strong> .</li> |
| 173 | + </ul> |
| 174 | + </section> |
| 175 | + <section> |
| 176 | + <h2>Otros Libros</h2> |
| 177 | + <img src="img/portada-ssoo-mciver.jpg" alt="Portada" style="float: left; width: 300px;"/> |
| 178 | + <br/> |
| 179 | + <h3>Sistemas Operativos</h3> |
| 180 | + <ul style="list-style-type: none;"> |
| 181 | + <li><strong>Autor:</strong> McIver McHoes, Flynn.</li> |
| 182 | + <li><strong>Editorial:</strong> Cengage Learning.</li> |
| 183 | + <li><strong>Edición:</strong> 6ta. Edición (2011).</li> |
| 184 | + <li><strong>ISBN:</strong> 978-1-4390-7920-1.</li> |
| 185 | + </ul> |
| 186 | + </section> |
| 187 | + <section> |
| 188 | + <h2>Otros Libros</h2> |
| 189 | + <img src="img/portada-fundamentos-ssoo-7ma-ed.jpg" alt="Portada" style="float: left; width: 300px;"/> |
| 190 | + <br/> |
| 191 | + <h3>Fundamentos de Sistemas Operativos</h3> |
| 192 | + <ul style="list-style-type: none;"> |
| 193 | + <li><strong>Autor:</strong> Silberschatz y otros.</li> |
| 194 | + <li><strong>Editorial:</strong> McGraw-Hill.</li> |
| 195 | + <li><strong>Edición:</strong> 7ma. Edición (2005).</li> |
| 196 | + <li><strong>ISBN:</strong> 84-481-4641-7.</li> |
| 197 | + </ul> |
| 198 | + </section> |
| 199 | + <section> |
| 200 | + <h2>Otros Libros</h2> |
| 201 | + <img src="img/portada-ssoo-modernos-1ra-ed.jpg" alt="Portada" style="float: left; width: 300px;"/> |
| 202 | + <br/> |
| 203 | + <h3>Sistemas Operativos Modernos</h3> |
| 204 | + <ul style="list-style-type: none;"> |
| 205 | + <li><strong>Autor:</strong> A. S. Tanenbaum.</li> |
| 206 | + <li><strong>Editorial:</strong> Prentice-Hall</li> |
| 207 | + <li><strong>Edición:</strong> 1ra. Edición (1992).</li> |
| 208 | + <li><strong>ISBN:</strong> 968-880-323-5.</li> |
| 209 | + </ul> |
| 210 | + </section> |
| 211 | + <section> |
| 212 | + <h2>Otros Libros</h2> |
| 213 | + <img src="img/portada-ssoo-modernos-3ra-ed.jpg" alt="Portada" style="float: left; width: 300px;"/> |
| 214 | + <br/> |
| 215 | + <h3>Sistemas Operativos Modernos</h3> |
| 216 | + <ul style="list-style-type: none;"> |
| 217 | + <li><strong>Autor:</strong> A. S. Tanenbaum.</li> |
| 218 | + <li><strong>Editorial:</strong> Pearson Educación.</li> |
| 219 | + <li><strong>Edición:</strong> 3ra. Edición (2009).</li> |
| 220 | + <li><strong>ISBN:</strong> 978-607-442-046.</li> |
| 221 | + </ul> |
| 222 | + </section> |
| 223 | + </section> |
| 224 | + <section> |
| 225 | + <br/><br/> |
| 226 | + <h1>Gracias!</h1> |
| 227 | + <a href="https://sofrcu.github.io/">https://sofrcu.github.io/</a> |
| 228 | + <br/> |
| 229 | + <div> |
| 230 | + <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"> |
| 231 | + <img alt="Licencia Creative Commons" style="border-width:0; height: 1.5em;" src="img/cc-by-sa.png"/> |
| 232 | + </a> |
| 233 | + </div> |
| 234 | + <div> |
| 235 | + Esta obra de <a xmlns:cc="https://creativecommons.org/ns#" href="https://github.com/aretche/" |
| 236 | + property="cc:attributionName" rel="cc:attributionURL">Gabriel Arellano</a> está bajo una |
| 237 | + licencia <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons |
| 238 | + Atribución-CompartirIgual 4.0 Internacional.</a> |
| 239 | + </div> |
| 240 | + </section> |
| 241 | + </div> |
| 242 | +</div> |
| 243 | + |
| 244 | +<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.6.0/reveal.js"></script> |
| 245 | +<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.6.0/plugin/markdown/markdown.js"></script> |
| 246 | +<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.6.0/plugin/highlight/highlight.js"></script> |
| 247 | +<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.6.0/plugin/zoom/zoom.js"></script> |
| 248 | +<script src="https://cdn.jsdelivr.net/npm/reveal.js-plugins@4.2.5/chalkboard/plugin.js"></script> |
| 249 | +<script src="https://cdn.jsdelivr.net/npm/reveal.js-plugins@4.2.5/customcontrols/plugin.js"></script> |
| 250 | + |
| 251 | +<script> |
| 252 | + |
| 253 | + Reveal.initialize({ |
| 254 | + |
| 255 | + controls: true, |
| 256 | + progress: true, |
| 257 | + history: true, |
| 258 | + center: true, |
| 259 | + |
| 260 | + transition: 'slide', // none/fade/slide/convex/concave/zoom |
| 261 | + |
| 262 | + pdfSeparateFragments: false, //Que imprima todos los fragmentos en una sola hoja |
| 263 | + |
| 264 | + chalkboard: { |
| 265 | + boardmarkerWidth: 3, |
| 266 | + chalkWidth: 4, |
| 267 | + chalkEffect: 1.0, |
| 268 | + }, |
| 269 | + customcontrols: { |
| 270 | + controls: [ |
| 271 | + { |
| 272 | + icon: '<i class="fa fa-pen-square"></i>', |
| 273 | + title: 'Toggle chalkboard (B)', |
| 274 | + action: 'RevealChalkboard.toggleChalkboard();' |
| 275 | + }, |
| 276 | + { |
| 277 | + icon: '<i class="fa fa-pen"></i>', |
| 278 | + title: 'Toggle notes canvas (C)', |
| 279 | + action: 'RevealChalkboard.toggleNotesCanvas();' |
| 280 | + } |
| 281 | + ] |
| 282 | + }, |
| 283 | + plugins: [RevealMarkdown, RevealHighlight, RevealZoom, RevealChalkboard, RevealCustomControls,], |
| 284 | + }); |
| 285 | + |
| 286 | +</script> |
| 287 | +</body> |
| 288 | +</html> |
0 commit comments