OS test Flashcards
(41 cards)
CPU
- Brains of the computer
- Performs all the processing.
- The CPU is made up of…
○ ALU (Arithmetic Logic Unit)
○ Control Unit
○ Prefetch Unit
○ Decode Unit
○ Registers
○ Bus Interface Unit - Receives input, processes data and produces output
Names for Case
- System Unit
- Computer Chassis
- Tower
- Base unit
or simply Case
System Unit
- Houses all system hardware
- Can come in different Sizes
- size is determined by the ATX Form Factor of the motherboard.
- ATX was developed by INTEL in1995.
- ATX is necessary for standardization and interchangeability of parts.
- All cases come with a set of wires that connect to ports on the case.
Motherboard
- Main component of computer
- rectangular board with
integrated circuitry that connects
the other parts of the computer (CPU, SATA/USB, RAM, and Hard Drive) - Peripherals connected via the ports or the expansion slots.
- communication center for input/output devices
- The Motherboard is made up of small electrical paths called traces.
- these paths r grouped together to create a bus
Bus
- a collection of conductors that work together for a specific purpose
Data Bus
- used to move data between components
- data is moved between components grouped as 8,16,32, or 64 bits
- The amount of data that can be moved at one time is called the bus width
Control Bus
The control bus delivers command signals from the processor to devices.
Memory Bus
- The memory bus connects the processor to the memory.
- Also known as the FSB (Front Side Bus).
Internal Bus
- bus that only operates in interal circuit of CPU
- communicates among the internal caches of memory that are part of the CPU chip’s design.
I/O bus
A bus that connects the processor to
expansion slots.
Address Bus
- connects the CPU
with the main memory module. - identifies memory locations where data is to be stored or retrieved.
Power bus
- sends electrical power to small consumption devices, such as speakers, lights, and switches.
Chipset
- handles data manipulation that otherwise needs to be performed by the CPU
- connecting motherboard buses together that run at different speeds
- connect ports of various speeds, such as USB and Firewire
North Bridge
- directly connected to the CPU through the front side bus
- Controls higher data speed systems such as graphics, DVD hardware, and CPU overclocking functions
South Bridge
controls the slower devices
associated with the PCI (Peripheral
Component Interconnect) and ISA
(Industry Standard Architecture)
buses.
CMOS
- ROM that contains group of software programs (BIOS)
- Non-volatile memory.
- Designed to initiate activities such
as POST (power on self test) - POST is a diagnostic
program that is initiated when the
computer is turned on. - It verifies that all the major computer components are properly installed and in working order
Expansion slots (Peripheral Components Interface)
- Used for attaching hardware devices
to a computer. - A bus system featuring a 32-bit data bus that provides a high speed bus
structure.
EXPANSION SLOTS
PCI EXPRESS
- Designed to replace PCI and AGP
(Accelerated Graphics Port) and is
available in several different
formats: x1, x2, x4, x8, x12, x16 and
x32
USB (Universal Serial Bus)
- Designed to replace function of expansion slots
- accessed by plugging a
USB device into the bus at a port opening on the case - Up to 127 devices can be connected
to the bus. - USB 3.1 is latest revision.
- USB 3.1 can transfer data up to 10
Gbit/s (1.25 GB/s)
SATA (Serial AT Attachment)
- used to connect storage
devices such as internal hard drives - Advantages over old interface:
Reduced cable size and cost.
○ Native hot swapping.
○ Faster data transfer through higher
signaling rates.
○ More efficient transfer through a
queuing protocol
CPU processing speeds
NOT PER SECOND!! too slow
- measured in
Gigahertz or Megahertz
- Mega is 1 million operations per second and Giga is 1 billion ops. per second
Control Unit (CPU)
in charge of the entire process,
making sure everything happens at the right time. It instructs the ALU and registers what to do, based on
instructions from the decode unit.
ALU - Aritmetic Logic Unit (CPU)
Performs arithmetic and logic operations
CPU REGISTERS
Hold the results of processing