1.1.2. Types of Processor Flashcards
What does RISC stand for?
reduced instruction set computer
What does CISC stand for?
complex instruction set computer
What is CISC?
a large instruction set
Where are CISC instructions built into?
hardware
What 2 places is CISC used?
embedded systems<br></br>microprocessors
What is RISC?
a small instruction set
What is each instruction in RISC the same as?
one line of machine code
Where is RISC used?
everyday devices
What is the benefit of RISC processors?
pipelining is possible since each instruction takes one clock cycle
Whare are the 2 benefits of using CISC processors?
- compilers have to do less work<br></br>2. 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
Whare are 2 uses of GPU’s?
- image processing<br></br>2. machine learning
What are multi-core systems?
systems where there are multiple cores that seperate fetch-execute cycles
What are parallel systems? (2 things)
- systems where multipe instructions can be completed at any given time<br></br>2. they dont require multiple cores and can use threading and pipelining instead