Bird
0
0

Consider this simple flowchart for rendering an image using a GPU:

medium📝 Analysis Q13 of 15
Intro to Computing - How Hardware Works
Consider this simple flowchart for rendering an image using a GPU:

Flowchart showing CPU sends data to GPU, GPU processes data in parallel, then sends image to display

What is the main advantage of the GPU processing step shown?
AGPU processes tasks one by one slowly
BGPU processes many tasks at the same time quickly
CGPU stores the image permanently
DGPU sends data back to CPU for processing
Step-by-Step Solution
Solution:
  1. Step 1: Analyze GPU processing in flowchart

    The flowchart shows GPU processing data in parallel, meaning many tasks at once.
  2. Step 2: Understand benefit of parallel processing

    Parallel processing speeds up rendering by handling many small tasks simultaneously.
  3. Final Answer:

    GPU processes many tasks at the same time quickly -> Option B
  4. Quick Check:

    GPU = parallel processing speed [OK]
Quick Trick: GPU works in parallel, not one by one [OK]
Common Mistakes:
  • Thinking GPU processes tasks slowly one by one
  • Assuming GPU stores images permanently
  • Believing GPU sends data back to CPU for processing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Intro to Computing Quizzes