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 (read/write), no. of read/write cycles
-
-
-
Units (bit, nibble, byte, kb, mb, gb, tb)
System architecture
-
CPU
Registers
-
-
Program counter (increments by 1 every time an instructions is carried out (stores next instruction))
-
FDE
Value in the program counter copied to the MAR. The instruction at the address stored in the MAR is fetched from RAM and stored into the MDR. The program counter is incremented.
The instruction in the MDR is decoded.
The decoded instruction is executed.
The process is repeated.
-
-
Computer networks,
connections and protocols
Networks and topologies
-
-
Performance factors:
Bandwidth
Number of users
Infrastructure
Type of topology
Distance
Type of connection
-
-