Add RA notes
This commit is contained in:
parent
284af7326c
commit
726448a181
1
index.md
1
index.md
@ -10,3 +10,4 @@ subtitle: >
|
|||||||
- [Netzsicherheit 1](school/netsec/index)
|
- [Netzsicherheit 1](school/netsec/index)
|
||||||
- [Allgemeine Elektrotechnik 1](school/alg-etechnik/index)
|
- [Allgemeine Elektrotechnik 1](school/alg-etechnik/index)
|
||||||
- [Betriebssystemsicherheit](school/os-sec/index)
|
- [Betriebssystemsicherheit](school/os-sec/index)
|
||||||
|
- [Rechnerarchitektur](school/ra/index)
|
||||||
|
29
school/ra/20181018_1-neumann_klassifikation.md
Normal file
29
school/ra/20181018_1-neumann_klassifikation.md
Normal 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
5
school/ra/index.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Rechnerarchitektur
|
||||||
|
---
|
||||||
|
|
||||||
|
* [Klassische "von Neumann-Struktur", Klassifikation](20181018_1-neumann_klassifikation)
|
Loading…
Reference in New Issue
Block a user