• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/25

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

25 Cards in this Set

  • Front
  • Back
FSB
Front Side Bus
MESIO
Modified, Exclusive, Shared, Invalid, Owned
SRI
System Request Interface
SMP
Symettric Multi-Processor
MISD
Multiple Instruction Single Data
CTA
Candidate Type Architecture
NIC
Network Interface Chip
DMA
Direct Memory Access
MIMD
Multiple Instruction Multiple Data
Gigaflop
10^9
Teraflop
10^12
Petaflop
10^15
Exaflop
10^18
SSE
Streaming SIMD (Single Instruction Multiple Data) Extensions
AST
Abstract Syntax Tree
Tread (defn)
Unit of Parallelism
Mutual Exclusion (defn)
Atomicity of a piece of code (at most one thread can be doing it at one time)
FPGA
Field Programmable Gate Arrays
SPE
Synergistic Processing Element
EIB
Element Interconnect Bus
Collective Operations (defn)
Operations done over the whole network (essentially reduction) e.g. SUM, MIN, MAX
Memory Latency (defn)
The time required to make a memory reference
DRAM
Dynamic Random Access Memory
Process (defn)
A thread that has its own address space
Throughput (defn)
The amount of work that can be completed per unit time