From a829d9d0c217529693bf752576cbf70a87008c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega=20Froysa?= Date: Mon, 17 Jan 2022 15:50:45 +0100 Subject: [PATCH] Add FH exercises. --- 1/FH/assignments/t2-ej1-chipsets.txt | 27 +++++++++++++++++++++++++++ 1/FH/assignments/t2-ej4-memoria.txt | 14 ++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 1/FH/assignments/t2-ej1-chipsets.txt create mode 100644 1/FH/assignments/t2-ej4-memoria.txt diff --git a/1/FH/assignments/t2-ej1-chipsets.txt b/1/FH/assignments/t2-ej1-chipsets.txt new file mode 100644 index 0000000..bfdaeb3 --- /dev/null +++ b/1/FH/assignments/t2-ej1-chipsets.txt @@ -0,0 +1,27 @@ +================ +*** Chipsets *** +================ +# AMD +Los procesadores usan un estándar de tipo AMD. + - MSI B550M PRO AM4 DDR4 PCIe 4.0 SATA 6Gb/s M.2 USB 3.2 Gen 1 HDMI/DP Micro-ATX + - Soporta todos los procesadores que sean compatibles con el socket AM4 + - DDR4 + - 1xPCI-Express x16, 2xPCI-Express x1 + - GIGABYTE X570S AERO G AM4 ATX + - Soporta todos los procesadores que sean compatibles con el socket AM4 + - DDR4 + - 3xPCI-Express x16 + +# Intel +Los procesadores Intel parecen precisar un «chipset» de tipo LGA, aunque pueden +ser de varias marcas distintas. Vamos a ver las características de dos que son +de marcas distintas: + + - ASRock Z690 PG Riptide LGA 1700 Intel Z690 SATA 6Gb/s DDR4 ATX Intel Motherboard + - Procesadores de 12 generación, Intel Core (LGA 1700) + - DDR4 4800MHz + - 1 PCIe 5.0 x16, 1 PCIe 4.0 x16, 3 PCIe 3.0 x1 + - MSI MPG Z690 CARBON WIFI DDR5 LGA 1700 Intel Z690 SATA 6Gb/s ATX Intel Motherboard + - Procesadores de 12 generación, Intel Core (LGA 1700) + - DDR5 + - PCIe 5.0 con 128GB/s ancho de banda para la transferencia diff --git a/1/FH/assignments/t2-ej4-memoria.txt b/1/FH/assignments/t2-ej4-memoria.txt new file mode 100644 index 0000000..5b6f2b6 --- /dev/null +++ b/1/FH/assignments/t2-ej4-memoria.txt @@ -0,0 +1,14 @@ +1) DDR3-800 -> +800 MHz * 8 bits / 8 = 800 MB/s => PC(3)-800 +Interno: 800 MB/s +Externo: 100 MB/s + +2) DDR2-400 -> +400 MHz * 4 bits / 8 = 200 MB/s => PC(2)-200 +Interno: 200 MB/s +Externo: 50 MB/s + +3) PC(1)-1600 -> +1600 * 8 / 2 = 6400 MHz => DDR-6400 +Interno: 12800MHz +Externo: 6400MHz