architecture Flashcards
what are the benefits of harvard
harvard has a separate place for data and instructions,
harvard can implament piplining
more modern
advantage of von neuman
easy to desgin
what does risc do
provides a fairly small and basic instruction set where in every operation cycle only one value is fetched or stored from/to memory
what does cisc do
one instruction can do an entire sequence of operations across multiple clock cycles
whats a gpu
lots of processors which work in parallel making it very efficient at completing repetitive tasks
whats parallel processing
program is broken into smaller programs which can be solved simultaneously and then combined together
difference between von neu and harvard
Instructions and data have
separate memory/address spaces
Instructions and data have separate buses; (important)
difference between risc and cisc
cisc is more expensive