Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computer Systems, Speed gets slower as you go down the list
…
Computer Systems
-
-
Boolean Logic
-
-
XOR gates need one of their inputs to be 1 for the output to be 1 but if both inputs are 1 then the output is 0
-
Systems Architecture
-
Stored program concept
Before about 1943, early computers stored the data to be worked on in memory
-
Von Neumann architecture
In 1943-44, mathematician von Neumann and his colleagues had the idea of storing the program instructions as well as the data in memory
-
-
Storage/Memory
Primary Storage
RAM
-
-
Volatile storage, meaning all data is lost when powered off
However, all programs and data stored on hard drive will not be loosed when power is off
-
ROM
-
ROM is used to permanently store data in primary storage, even without power
-
-
Data on ROM can only be read, not written on
-
Secondary Storage
Secondary storage is non-volatile, meaning data remains with no power
-
Storage Methods
Magnetic
-
Cheap, Large capacities
Mechanical, durability, not very portable
-
Solid State
Data is recorded onto solid memory chips, no moving parts
-
-
-
-
-
-