An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# AC-FIB

[![HitCount](http://hits.dwyl.io/mrrobb/AC-FIB.svg)](http://hits.dwyl.io/mrrobb/AC-FIB)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)
[![GitHub Issues](https://img.shields.io/github/issues/mrrobb/AC-FIB.svg)](https://github.com/mrrobb/AC-FIB/issues)
[![GitHub stars](https://img.shields.io/github/stars/mrrobb/AC-FIB.svg?style=social&label=Star)](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**
[![GitHub stars](https://img.shields.io/github/stars/mrrobb/AC-FIB.svg?style=social&label=Star)](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)