GPUs (Graphical Processing Units) Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a coprocessor and why are they used

A

A coprocessor is an additional processor used for a specialised task - this improves the speed of a computer as instructions are executed alongside the CPU. They are used for floating point calculations

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

Describe how a GPU would render graphics

A

The image is split into segments, and each segment is assigned factors like coords, angle of light, texture, RBG values etc. Then, many calculations are done in parallel , and they crunvthrough every pixel of the image from the camera perspective to make a 2D representations of a 3D object

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

What else can we use a GPU for

A

Machine learning, statistical analysis, oil exploration, weather modelling etc

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

What are the main difference between a CPU and GPU

A

CPU - generalised, complex operations on small data sets, slower in general

GPU-

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