Components of Computer Sys (1) Flashcards
is a case that contains electronic components of the computer used to process data
system unit
The inside of the system unit on a desktop personal computer includes (6):
- Drive bays
- Powersupply
- Sound card
- Video card
- Processor
- Memory
the main circuit board of the system unit
Motherboard
contains integrated circuits
computer chip
also called the central processing unit (CPU), interprets and carries out the basic instructions that operate a computer
Processor
two things in a processor
- control unit
2. ALU (arithmetic logic unit)
three types of processor
- Dual-core processor
- Multi-core processor
- Quad-core processor
component of the processor that directs and coordinates most of the operations in the computer
control unit
performs arithmetic, comparison, and other operations
Arithmetic Logic Unit (ALU)
For every instruction, a ___ repeats a set of four basic operations, which comprise a machine cycle
processor
Steps in a Machine Cycle
- Control unit fetches math problem’s instructions and data from memory
- Control unit decodes math problem’s instructions and sends to ALU
- ALU performs calculations on data
- Results of calculation is stored in memory
Processor begins fetching a second instruction before it completes the machine cycle for the first instruction
Pipelining
leading manufacturers of personal computer processor chips are?
Intel and AMD
Memory size is measured in?
kilobytes (KB or K), megabytes (MB), gigabytes (GB), or terabytes (TB)
[T or F] Each location in memory has an address
True
system unit contains two types of memory:
- Volatile memory
2. Non-volatile memory
Loses its contents when power is turned off; RAM
volatile memory
Does not lose contents when power is removed; flash memory, ROM
non-volatile memory
Three basic types of RAM chips exist:
- Dynamic RAM (DRAM)
- Static RAM (SRAM)
- Magnetoresistive RAM (MRAM)
RAM chips usually reside on a ___ and are inserted into ___.
memory module, memory slots
speeds the processes of the computer because it stores frequently used instructions and data
memory cache
is a blank ROM chip that can be written to permanently
PROM (programmable read-only memory) chip
is any data and instructions entered into the
memory of a computer
input
series of related instructions that tells a computer what
tasks to perform and how to perform
them
program