Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computer science - Coggle Diagram
Computer science
Memory and Storage
-
Secondary storage
-
-
-
Capacity, portability, durability, cost, speed, no. of read/write cycles
-
-
-
-
-
Computer networks, connections and protocols
Network topologies
-
-
Performance factors: Bandwidth, Number of users, Type of topology, distance, Type of connections
-
System Architecture
CPU
Registers
Program counter(increments by 1 everytime an instruction is carried out(stores the next instruction)
-
-
-
-
FDE
-
-
Fetch(Value in the program counter is copied to MAR. The instruction at the address stored in the MAR is fetched from the RAM and stored into the MDR. The program counter is incremented)
-
-