https://github.com/mrrobb/ac-fib
Apuntes, prácticas, problemas y demás de Arquitectura de Computadores de la FIB.
https://github.com/mrrobb/ac-fib
ac computer-architecture fib fibers upc
Last synced: 2 months ago
JSON representation
Apuntes, prácticas, problemas y demás de Arquitectura de Computadores de la FIB.
- Host: GitHub
- URL: https://github.com/mrrobb/ac-fib
- Owner: MrRobb
- License: mit
- Created: 2018-02-17T13:13:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T08:45:32.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T06:43:29.345Z (4 months ago)
- Topics: ac, computer-architecture, fib, fibers, upc
- Language: C
- Homepage:
- Size: 94 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AC-FIB
[](http://hits.dwyl.io/mrrobb/AC-FIB)
[](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)
[](https://github.com/mrrobb/AC-FIB/issues)
[](https://GitHub.com/mrrobb/AC-FIB/stargazers)> Fermin Sánchez [email protected]
### Temario
- Presentación ([PDF](Transparencias/000_Presentación.pdf))
- Fundamentos ([PDF](Transparencias/010_Fundamentos.pdf))
- [Clase 00](Apuntes/clase00.md)
- Lenguaje máquina ([PDF](Transparencias/020_Lenguaje_Maquina_x86.pdf))
- [Clase 01](Apuntes/clase01.md)
- [Clase 02](Apuntes/clase02.md)
- Cache Básica ([PDF](Transparencias/030_Cache_Basica.pdf))
- [Clase 03](Apuntes/clase03.md)
- Memoria Virtual ([PDF](Transparencias/040_Memoria_Virtual.pdf))
- Cache Avanzada ([PDF](Transparencias/050_Cache_Avanzada.pdf))
- RAM ([PDF](Transparencias/060_RAM.pdf))
- RAM Avanzada ([PDF](Transparencias/070_RAM_Avanzada.pdf))
- Almacenamiento ([PDF](Transparencias/080_Almacenamiento.pdf))
- Instrucciones ([PDF](Transparencias/090_Instrucciones.pdf))
- Conceptos Avanzados ([PDF](Transparencias/100_Conceptos_Avanzados.pdf))### Problemas
- [Semana 1](Problemas/Problemas%20Tema%201.pdf):
- (1.1, 1.2, 1.6, 1.9, 1.11)
- [Semana 2](Problemas/Problemas%20Tema%202.pdf):
- (1.12, 2.1, 2.2, 2.5, 2.6)
- [Semana 3](Problemas/Problemas%20Tema%203.pdf):
- [Semana 4](Problemas/Problemas%20Tema%204-5-6.pdf):
- [Semana 5](Problemas/Problemas%20Tema%204-5-6.pdf):
- [Semana 6](Problemas/Problemas%20Tema%204-5-6.pdf):### Evaluación
|C1|C2|C3|Laboratorio|
|--|--|--|-----------|
|15%|25%|40%|1 a 10 -> 50%|
||||11 -> 50%|> No hay final
## Do you like it?
**Let me know with a**
[](https://GitHub.com/mrrobb/AC-FIB/stargazers)**If you have any suggestion you can create an [issue](https://github.com/MrRobb/AC-FIB/issues) to let me know**
(I will answer in 24h max).
## Cómo pasar los apuntes a PDF
1. Descarga el repositorio y guárdalo donde quieras
2. Instala [mdpdf](https://github.com/BlueHatbRit/mdpdf) ejecutando en terminal:
```sh
npm install mdpdf -g
```
3. Para convertir un archivo, ejecuta:
```sh
mdpdf nombre_del_archivo.md
```
4. Se te guardará como `nombre_del_archivo.pdf`## Pull requests are always welcome
We are always thrilled to receive pull requests, and do our best to
process them as fast as possible. Not sure if that typo is worth a pull
request? Do it! We will appreciate it.If your pull request is not accepted on the first try, don't be
discouraged! If there's a problem with the implementation, hopefully you
received feedback on what to improve.**Do you want to contribute?**
You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)