Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computer Architecture - Coggle Diagram
Computer Architecture
Primary Memory
Bits
In a 64 bit computer, each memory location holds 64 bits and transfers 64 bits at a time
-
-
-
-
CPU
Data and instructions are processed by the CPU (Central Processing Unit). CPU is the hardware component of a computer system and can perform basic arithmetic,
logical or input/output operations. The CPU can also be called the "brains" of a computer
-
CPU Contains:
-
-
Control unit (CU)
-
-
-
Contains various registers. Register is a small storage location that holds data. In multiples of 8bits. Size of a register in bytes is a WORD. 64bit register holds 64 bits, thus 8 * 8 = 64bits. A 64bit computer has a word size of 8 bytes
-
-
-
-