1.1.2 types of processor Flashcards

(7 cards)

1
Q

CISC processor

A

complex instruction set computer : complete the task in as few lines of assembly as possible

-multiple cycles to execute an instruction
-many instructions available
-complicated processor design
expensive circuit

usage: desktops and laptops

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

RISC process

A

reduce instruction set computer: use simple instructions that will be executed within a single machine/clock cycle

-an instruction performs a single task that takes one tick
-limited number of instructions
-simple processor design
->SEEMS less efficient

usage: low-power and portable devices (like smart tv, smartphones, printers)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

difference of risc and cisc

A

-instruction set size
-run time
-ram usage
-circuitry
-energy usage
-cost of development
-processor design
-use of pipelining

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

GPU

A
  • likely to have built in circuitry / instructions for common graphics operations
  • perform an instruction on multiple pieces of (visual) data at one time
    -have thousands of core

other uses:
-can be used for complex calculations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

co processor

A

extra processor(GPU) to supplement the primary processor(CPU)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

multicore processor

A

-more than one processing unit
-independently processing instructions at the same time
-distribute workload across multiple cores

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

parallel system

A

multicore processor: several processors execute or process an application or computation simultaneously

How well did you know this?
1
Not at all
2
3
4
5
Perfectly