Mod 4 #2 Flashcards
the overall computer system performance, enhanced by a single Improvement is limited by the amount the improved feature is used
Amdahl’s law
One operation performed on many pieces of data
Short Vector processing
The classification of computer architectures based on instructions and data
Flynn’s taxonomy
Two or more processors on a single chip allowing multiple instructions to execute simultaneously
Multi-core processing
Increases utilization of a single processor by transferring instructions from multiple threads
Multi-threaded processing
Computer systems using multiple processors
Multiprocessor systems
Special-purpose processor for graphics also good for Math and encryption
Graphics Processing Unit GPU
Integrated circuit configured by the customer using software known as Hardware description language
Field programmable gate arrays
What are five segments of memory where programs are loaded
Stack freespace Heap bss data
What are two ways to implement the control unit
Hardwired and microprogrammed
What CU implementation method does the x86 use
Microprogrammed implement the ISA
Which computer architecture uses fixed-length instructions
Risc
Which computer architecture uses variable-length instructions
Cisc
Which Benchmark for measuring computer systems is favored by computer manufacturers
Standard performance evaluation Corporation spec
Which multiprocessor system communicates through memory
Symmetric shared memory
Which multiprocessor system communicates through an interconnection
Asymmetric multi-processing or distributed shared memory
What bus line is used for interrupts in synchronization
Control line
What is the difference between a multi point and point to point bus
Multi-point connect more than two components connects only two components
What component is used to connect unlike buses
Bridge
What protocol uses asynchronous Communications
Serial communication
Which is maskable interrupts or exceptions
Both
What is the difference between an interrupt in an exception
Interrupt indicates Hardware needs serviced
exception is the byproduct of an error while executing an instruction
What term is used to describe an interrupt or an exception that must be dealt with immediately
Non maskable
What vectors of the x86 IDT are non maskable interrupts and exceptions
0 through 31
How does the control unit keep the status of a processor when servicing an interrupt
It saves variables and registers to memory
What buses are attached to the North Bridge
Memory and digital video
What buses are attached to the South Bridge
PCI USB SCSI IDE SATA audio
Which I/O interface category provides serial Communications
Serial
Name two I/O interfaces used for video
Video graphics array VGA
digital video interface DVI
What are the memory hierarchy levels from fastest to slowest access time
Registers bit cache byte primary RAM secondary magnet disc external.
Which of the three cache a methods of replacement requires a history or frequency of used blocks
Least recently used lru
Which of the two cache mapping schemas require searching to find the correct block
Associative
Updates the Block in main memory when the cash block becomes a victim block
Wright back