Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computer Science - Coggle Diagram
Computer Science
COMPUTERS
CPU
Cycle
-
-
Execute - carries out the instruction which could be performing a calculation or storing / recieving information from main memory
-
Components
-
-
-
Registers - tiny, fast pieces of memory each with a specific purpose
Von Neumann Architecture
-
-
-
-
-
Program Counter - contains the address of the next instruction to be executed, and increments after every instruction
-
-
-
-
Speed
-
Modern processors are measured in gigahertz, which is 1 billion cycles a second
-
The number of cores affects the speed of the procesor as each core has their oen seperate processing unit
-
-
MEMORY AND STORAGE
-
-
Primary
-
-
Virtual Memory
-
When this happens, programs get transferred to virtual memory on the hard drive
-
-