Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Understanding GPU Functions and Architecture

Total questions: 9

Worksheet time: 5mins

Name
Class
Date
1.

What is the primary distinction between a graphics card and a Graphics Processing Unit (GPU)?

a)

A graphics card is a software component, while a GPU is hardware.

b)

A GPU is a component within a graphics card.

c)

A graphics card is only for gaming, while a GPU is for general computing.

d)

A GPU processes sound, while a graphics card processes images.

2.

Which of the following components is typically found on a graphics card to manage heat generated by the GPU?

a)

Video RAM

b)

Display outputs

c)

Heatsink

d)

Motherboard connector

3.

What are the main reasons for delegating certain instructions from the CPU to the GPU?

a)

To increase the CPU's clock speed and reduce power consumption.

b)

To allow the CPU to focus on visual output and improve network performance.

c)

To lessen the CPU's workload and execute programs faster.

d)

To provide more storage for graphical data and enhance audio processing.

4.

How do GPUs primarily differ from CPUs in terms of core architecture and instruction execution?

a)

GPUs have fewer, more powerful cores with higher clock speeds, executing general instructions.

b)

GPUs have many more cores with lower clock speeds per core, executing specialized instructions.

c)

GPUs have integrated graphics, while CPUs always require a separate graphics card.

d)

GPUs are responsible for overall instruction execution, while CPUs handle only visual output.

5.

What is a primary advantage of GPUs in handling graphics for high-quality screens?

a)

They perform complex calculations sequentially.

b)

They are specialized for single-core processing.

c)

They efficiently handle repetitive tasks across millions of pixels in parallel.

d)

They reduce the need for frequent pixel value changes.

6.

Which of the following tasks is a GPU specialized for, taking significantly longer for a general-purpose ALU?

a)

Basic arithmetic operations.

b)

Decoding simple text files.

c)

Transforming 3D objects into 2D coordinates.

d)

Managing system memory.

7.

What is the purpose of "anti-aliasing" in post-render processing by a GPU?

a)

To increase the resolution of the image.

b)

To add more colors to the display.

c)

To smooth out jagged edges in rendered images.

d)

To apply realistic lighting effects.

8.

How do GPUs contribute to the efficiency of data mining processes?

a)

By reducing the total amount of data that needs to be analyzed.

b)

By performing cleaning and classification algorithms sequentially on the entire dataset.

c)

By splitting the dataset and allocating different parts to multiple GPU cores for parallel processing.

d)

By exclusively handling the storage of large datasets.

9.

Why are GPUs particularly well-suited for the training process in machine learning?

a)

They can perform all calculations on a single core very quickly.

b)

The calculations required for training are often independent and can be delegated to many cores in parallel.

c)

They reduce the need for repeated calculations during the training phase.

d)

They are primarily used for making predictions with new data, not for training.