Computer Systems Flashcards
CPU
Central Processing Unit - a processor that carries out program instructions.
Most CPUs are microprocessors contained on a single integrated circuit chip.
RAM
Main Memory - Random Access Memory
Computer data storage which stores frequently used program instructions.
Volatile memory
Memory cell
The fundamental building block of computer memory. An electronic circuit that stores one bit of binary information. Set to store a logic 1 (high voltage) and reset to store logic 0 (low voltage).
Address
The location in memory
The smallest addressable unit
Typically one byte
Byte
8 bits
How many different values can k bytes store?
2^k values
Kilobyte
2^10 bytes
Megabyte
2^20 bytes
Gigabyte
2^30 bytes
Secondary Memory
Where programs and data are kept on a long-term basis
Hard disks, optical disks
Machine Code
Binary numbers encoding program instructions
Where is a program Copied when it is loaded?
Main Memory
Where can a program read data from?
Secondary memory and input devices.
Where are variables stored in memory?
Main Memory