1.1.2 Type of processor Flashcards
what does RISC mean?
Reduced Instruction Set Computer
what does CISC mean?
Complex Instruction Set Computer
what are the properties of RISC?
- small instruction set
- each instruction is one line of machine
code - used in everyday devices
what are the properties of CISC?
-a large instruction set
- instructions are built into hardware
- used in embedded systems and
microprocessors
what are the benefits of RISC processors?
pipelining is possible since each
instruction takes one clock cycle.
what are the benefits of CISC processors?
- compilers have to do less work,
- they require less RAM since
instructions are smaller
what is a graphics processing unit (GPU)?
a co-processor made up of lots of
independent parallel processors.
what are GPUs used for?
-image processing
-machine learning
what are multi core systems?
systems where there are multiple cores that separate fetch-execute cycles.
what are parallel systems?
-multiple instructions can
be completed at any given time
-doesn’t require multiple cores
-it can use threading and pipelining instead