Exam 2 - Chapter 7 Flashcards
CPU & Memory Are?
CPU requires memory access for every instruction
CPU: Major Components
ALU (arithmetic logic unit)
CU (control unit)
CPU - ALU (arithmetic logic unit)
Performs calculations and comparisons
CPU - CU (control unit)
Performs Fetch/Execute cycle - flag conditions
CPU: Sub Components
Memory Management Unit
I/O Interface
CPU Sub Component: Bus Interface Unit
Memory Management Unit & I/O Interface combined
CPU - FLAGS
Arithmetic carry & overflow - power failure - internal comp error - can be grouped into status registers
BUS
Bridge between Memory & CPU
physical connection to trans data from one comp sys to another
Bus signals or types
4 kinds: data - addressing - control signals - power (sometimes)
Bus (dedicated)
Internal to CPU and do not interface with outside world
Bus (general)
PCI express - USB - IDE - SATA
Line
Each conductor in the bus
Bus Categories
Parallel - serial
Transmission directions
Simplex - Half Duplex - Full Duplex
Simplex
unidirectional
Half Duplex
bidirectional - one direction at a time
Full Duplex
bidirectional simultaneously
Bus Connections
Point-to-Point (single source to single destination)
Multipoint (multiple points connected) aka broadcast bus or multidrop bus
Parallel
high throughput - all bits of word are trans simultaneously
Expensive & space hog
affected by radio-generated electrical interference
used for short distances ie CPU busses and motherboards
Serial
1 bit transmitted at a time
single data line pair
few control lines
can be higher throughput than parallel due to non interference
Point to Point
USB port to printer - CU to ALU