Chapter 2 Flashcards
CPU
The central processing unit that contains the processor, main memory and cache.(sometimes people say CPU when they mean processor so look for the context).
Main Menory /RAM
Also known as Immediate Access Store and Primary Memory The memory in the CPU that is used to temporarily store programs while they are running and the data used by these programs. The processor fetches instructions from main memory. Memory is made up of many addressable locations.
Processor
The component in the computer that fetches, decodes and executes instructions.
Cache
High speed memory in the CPU that is used to store a copy of frequently usedinstructions and data. Faster access speed than main memory. Used to improveCPU performance.
Clock Speed
Measured in hertz or cycles per second, the clock speed represents how manyinstructions per second the processor can execute. The higher the clock speed thefaster the CPU can operate.
System Busses
The circuits/internal wiring that connect the processor and main memory.
Fetch-Execute Cycle
The process by which a program is run: instructions are stored in main memory,fetched by the processor one at a time, decoded and executed.
Dual-Core/Quad Core
A CPU that contains multiple processor components (cores) that can operate independently to process more than one task at a time.
RAM
Random Access Memory: a type of memory that is read-write and volatile.Used for Main Memory.
ROM
Read Only Memory: memory that is hard-coded at the time of manufacture. Stores the startup program, called the bootstrap loader.
Bootstrap Loader
The first program that is loaded into main memory from ROM when a computer isswitched on. This will load the operating system from secondary storage.
Volatile
Describes memory that loses its contents when the power is turned off, e.g. main memory
Non-Volatile
Describes memory that does not lose its contents when the power is turned off, e.g. hard disk.
Secondary Memory
Long term, non-volatile storage media such as hard disks, memory sticks, magnetic tapes, DVDs and CDs.
Virtual Memory
Part of the hard disk that is configured to behave as an extension to main memory.