1.1.2 Types of processor Flashcards
1
Q
cisc
A
- each instruction may take multiple cycles
- single register set
- more addressing modes
- more instructions => less lines of code => more memory efficient
- complicated processor design so more expensive circuitry
2
Q
risc
A
- each instruction performs a simple task in one fde cycle
- limited num of instructions
- simple processor design => less expensive circuitry
- easier to pipeline
- compilers more complex than cisc
3
Q
gpu
A
- designed specifically for graphics => built in circuitry/instructons
- able to perform an instruction on multiple pieces of data at one time=> quicker
- large num of cores => parallel processing
4
Q
multicore/parallel system
A
- parallel processing => processing of multiple pieces of data simeltaneously eg. SIMD/MIMD
- multitasking => each core can handle a different taks simeltaneously
- backround task
- improved responsiveness