Add RA notes

This commit is contained in:
Valentin Brandl 2018-10-23 15:07:31 +02:00
parent 284af7326c
commit 726448a181
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D
3 changed files with 35 additions and 0 deletions

View File

@ -10,3 +10,4 @@ subtitle: >
- [Netzsicherheit 1](school/netsec/index)
- [Allgemeine Elektrotechnik 1](school/alg-etechnik/index)
- [Betriebssystemsicherheit](school/os-sec/index)
- [Rechnerarchitektur](school/ra/index)

View File

@ -0,0 +1,29 @@
---
title: Klassische "von Neumann-Struktur", Klassifikation und Merkmale von Computerarchitekturen
date: 2018-10-18
---
RISC vs CISC:
* 1 instruction/cycle
* Überführen in Speicher
Harvard-Architektur (Mikrocontroller)
EPROM: Programmierbarer, nicht flüchtiger Speicher
* SISD: Single Instruction, Single Data
* SIMD: Single Instruction, Multiple Data
* MISD: Multiple Instruction, Single Data
* MIMD: Multiple Instruction, Multiple Data
**Mögliche Klausur Aufgabe**: Malen sie `*I*D` auf
## Wiederholungsfragen
* $20 ns$, $1s/20ns = 50 MIPS$
* IF, ID, EX, MEM (Adressen berechnen), WB (Write back)
* SISD (von-Neumann), SIMD, MISD, MIMD
## Nächste Woche
* Quanten Computer

5
school/ra/index.md Normal file
View File

@ -0,0 +1,5 @@
---
title: Rechnerarchitektur
---
* [Klassische "von Neumann-Struktur", Klassifikation](20181018_1-neumann_klassifikation)