Types of proccessors Flashcards

1
Q

RISC

A

Reduced instruction set computing

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

CISC

A

Complex instruction set computing

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

Features of RISC

A

Has simpler hardware
more complicated software code
takes one cycle per instruction
can use RAM to handle intermediate results

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

Features of CISC

A

Has more complex hardware
More compact software
takes more cycles per instruction
Can use less RAM as non need to store intermediate results

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

Contemporary architecture

A

Modern high performance CPUs incorporated aspects of both (vn and h)
one main memory for both data and instructions
but CPU cache divided

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

Von Nuemann architecture

A

Used in conventional processors in PCs,servers and embedded systems with only control functions
Data and programs share same memory
One bus is used to transfer both data and instructions
Programs can be optimized to size
single control unit

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

Harvard architecture

A

Used in digital signal processing and in embedded systems,mobile communication systems,audio,speech and image processing systems
Instructions and data are held in separate memories
Parallel data and instructions buses may be used
Programs tend to be large

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

One advantage of RISC

A

RAM is now cheap and the RISC ,use of RAM and software allows better performance processors at less cost

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

One advantage of CISC

A

quicker to code programs

very little ram is(to store instructions) required since the code is relatively short

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

Multi-core and Parallel systems

A

Multi core systems are able to distribute workload
across multiple processors cores,thus achieving significantly higher perfromance by performing several tasks in parallel
Quad core,Dual core

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

Co-processors

A

A co-processor is an extra processor use to supplement the functions of the primary process(CPU
It generally carries out only a limited range of functions

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

What is a GPU?

A

A GPU is a specialized electronic circuit which is very efficient at manipulating computer graphics and image processing.
GPUs have the ability to process these pieces of data in parallel: what is referred to as single instruction multiple data(SMID)
While designed for graphics GPUs are increasingly being used in many other fields such as:
modelling physical systems
audio processing
breaking passwords
machine learning

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