compudanzas/src/computer_architecture.gmo

24 lines
677 B
Plaintext
Raw Normal View History

2021-06-16 23:07:26 +00:00
# computer architecture
In computer engineering, computer architecture is a set of rules and methods that describe the functionality, organization, and implementation of computer systems. (from wikipedia)
2021-06-19 22:46:12 +00:00
# common architectures
## harvard architecture
there is a memory for instructions and another one for data.
## von neuman architecture
the same memory stores instructions and data.
it is also known as princeton architecture.
the {little person computer} is a model of this architecture.
# compudanzas implementations
2021-06-16 23:07:26 +00:00
=> ./danza_papier.gmi {danza papier}
2021-06-19 22:46:12 +00:00
=> ./the_beans_computer.gmi {the beans computer}
2021-06-16 23:07:26 +00:00
=> ./propuesta_el_computador.gmi {propuesta el computador}